summaryrefslogtreecommitdiff
path: root/linux/blkdev.c
AgeCommit message (Expand)Author
2024-05-09Update bcachefs sources to 07f9a27f1969 bcachefs: add no_invalid_checks flagKent Overstreet
2024-04-03Update bcachefs sources to 09d4c2acbf4c bcachefs: reconstruct_inode()Kent Overstreet
2024-01-24Update bcachefs sources to 481b5f343248 bcachefs: Better error messages for m...Kent Overstreet
2024-01-16Move c_src dirs back to toplevelKent Overstreet
2024-01-16move Rust sources to top level, C sources into c_srcThomas Bertschinger
2024-01-10kill bd_buffered_fdKent Overstreet
2024-01-10kill bd_sync_fdKent Overstreet
2023-09-29Handle -EAGAIN from io_submit()Kent Overstreet
2023-09-23Update bcachefs sources to f9c612bbf82d bcachefs: Fixes for building in users...Kent Overstreet
2023-07-15Update bcachefs sources to e14d7c7195 bcachefs: Compression levelsKent Overstreet
2023-03-08linux shim: Fix dropped O_DIRECT flagKent Overstreet
2023-02-27Update bcachefs sources to ca97ee3577 bcachefs: bch2_btree_iter_peek_and_rest...Kent Overstreet
2023-02-09Update bcachefs sources to ea93c26e98 fixup! bcachefs: We can handle missing ...Kent Overstreet
2022-11-19linux/blkdev.c: Fall back to buffered IO when O_DIRECT failsKent Overstreet
2022-08-11Update bcachefs sources to 90a9c61e2b bcachefs: Switch bch2_btree_delete_rang...Kent Overstreet
2022-06-22Fix bdev_logical_block_size()Kent Overstreet
2022-06-18cmd_dump: Use buffered IO for reading device metadataKent Overstreet
2021-11-03Update bcachefs sources to 5fd0c70102 bcachefs: Fix __remove_dirent()Kent Overstreet
2021-10-16Fix 32 bit io regressionBrett Holman
2021-10-10Fall back to synchronous io when kernel doesn't support aio.Brett Holman
2021-10-09Correctly print out error from io_setup()Kent Overstreet
2021-09-22Make aio code use struct io_iocb_common to support 32 bit architecturesBrett Holman
2021-04-30Update bcachefs sources to a5c0e1bb30 bcachefs: Clean up bch2_btree_and_journ...Kent Overstreet
2019-12-04Put valgrind support behind CONFIG_VALGRINDKent Overstreet
2019-11-07Make userspace blkdev cleanup code more robust.Justin Husted
2019-11-07Fix refcount bug in blkdev and timer kthreads.Justin Husted
2019-11-03Stop blkdev completion thread at process exit time, to make valgrindJustin Husted
2019-10-18Add valgrind handling: data read from io_submit was not being markedJustin Husted
2017-12-21Update bcachefs sources to 14ce2a2031 bcachefs: fixes for building in userspaceKent Overstreet
2017-08-23handle REQ_OP_FLUSHKent Overstreet
2017-08-23fix incorrect errno usageKent Overstreet
2017-05-05Update bcachefs sources to 3610542890 bcachefs: Convert to skcipher interface...Kent Overstreet
2017-05-05fix sync writes - don't use O_EXCLKent Overstreet
2017-04-23Use aioKent Overstreet
2017-04-14cmd_list improvements; use %mKent Overstreet
2017-03-09cmd_migrateKent Overstreet
2017-02-02linux shim: return an error on failure to openKent Overstreet
2017-01-20bcache in userspace; userspace fsckKent Overstreet