summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-04-26Merge tag 'for-6.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-21Merge tag 'for-6.3-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-21btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov
2023-04-21btrfs: set default discard iops_limit to 1000Boris Burkov
2023-04-17btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang
2023-04-17btrfs: use log root when iterating over index keys when logging directoryFilipe Manana
2023-04-17btrfs: avoid iterating over all indexes when logging directoryFilipe Manana
2023-04-17btrfs: dev-replace: error out if we have unrepaired metadata error duringQu Wenruo
2023-04-17btrfs: remove pointless loop at btrfs_get_next_valid_item()Filipe Manana
2023-04-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo
2023-04-17btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov
2023-04-17btrfs: set default discard iops_limit to 1000Boris Burkov
2023-04-17btrfs: remove unused raid56 functions which were dedicated for scrubQu Wenruo
2023-04-17btrfs: scrub: remove scrub_bio structureQu Wenruo
2023-04-17btrfs: scrub: remove scrub_block and scrub_sector structuresQu Wenruo
2023-04-17btrfs: scrub: remove the old scrub recheck codeQu Wenruo
2023-04-17btrfs: scrub: remove the old writeback infrastructureQu Wenruo
2023-04-17btrfs: scrub: remove scrub_parity structureQu Wenruo
2023-04-17btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrubQu Wenruo
2023-04-17btrfs: scrub: switch scrub_simple_mirror() to scrub_stripe infrastructureQu Wenruo
2023-04-17btrfs: scrub: introduce helper to queue a stripe for scrubQu Wenruo
2023-04-17btrfs: scrub: introduce error reporting functionality for scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce a writeback helper for scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce the main read repair worker for scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce a helper to verify one scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce a helper to verify one metadata blockQu Wenruo
2023-04-17btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeQu Wenruo
2023-04-17btrfs: scrub: introduce structure for new BTRFS_STRIPE_LEN based interfaceQu Wenruo
2023-04-17btrfs: introduce a new helper to submit write bio for repairQu Wenruo
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo
2023-04-17btrfs: scrub: use dedicated super block verification function to scrub one su...Qu Wenruo
2023-04-17btrfs: remove redundant release of btrfs_device::alloc_stateAnand Jain
2023-04-17btrfs: warn for any missed cleanup at btrfs_close_one_deviceAnand Jain
2023-04-17btrfs: don't print the crc32c implementation at module load timeChristoph Hellwig
2023-04-17btrfs: tree-log: factor out a clean_log_buffer helperChristoph Hellwig
2023-04-17block: make blkcg_punt_bio_submit optionalChristoph Hellwig
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig
2023-04-17btrfs, mm: remove the punt_to_cgroup field in struct writeback_controlChristoph Hellwig
2023-04-17btrfs: also use kthread_associate_blkcg for uncompressible rangesChristoph Hellwig
2023-04-17btrfs: don't free the async_extent in submit_uncompressed_rangeChristoph Hellwig
2023-04-17btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_writeChristoph Hellwig
2023-04-17btrfs: correctly calculate delayed ref bytes when starting transactionFilipe Manana
2023-04-17btrfs: make btrfs_block_rsv_full() check more boolean when starting transactionFilipe Manana
2023-04-17btrfs: split partial dio bios before submitBoris Burkov
2023-04-17btrfs: don't split NOCOW extent_maps in btrfs_extract_ordered_extentBoris Burkov
2023-04-17btrfs: pass an ordered_extent to btrfs_extract_ordered_extentChristoph Hellwig
2023-04-17btrfs: simplify extent map splitting and rename split_zoned_emChristoph Hellwig