summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-16btrfs: repair super block num_devices automaticallyQu Wenruo
2022-05-16btrfs: do not pass compressed_bio to submit_compressed_bio()Goldwyn Rodrigues
2022-05-16btrfs: avoid double search for block group during NOCOW writesFilipe Manana
2022-05-16btrfs: return block group directly at btrfs_next_block_group()Filipe Manana
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana
2022-05-16btrfs: remove search start argument from first_logical_byte()Filipe Manana
2022-05-16btrfs: return correct error number for __extent_writepage_io()Qu Wenruo
2022-05-16btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo
2022-05-16btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo
2022-05-16btrfs: use non-bh spin_lock in zstd timer callbackSchspa Shi
2022-05-16btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()Filipe Manana
2022-05-16btrfs: simplify parameters of submit_read_repair() and renameQu Wenruo
2022-05-16btrfs: remove the zoned/zone_size union in struct btrfs_fs_infoChristoph Hellwig
2022-05-16btrfs: remove unnecessary check of iput argumentLv Ruyi
2022-05-16btrfs: stop using the btrfs_bio saved iter in index_rbio_pagesChristoph Hellwig
2022-05-16btrfs: don't allocate a btrfs_bio for scrub biosChristoph Hellwig
2022-05-16btrfs: don't allocate a btrfs_bio for raid56 per-stripe biosChristoph Hellwig
2022-05-16btrfs: pass bio opf to rbio_add_io_pageChristoph Hellwig
2022-05-16btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig
2022-05-16btrfs: move the call to bio_set_dev out of submit_stripe_bioChristoph Hellwig
2022-05-16btrfs: use on-stack bio in scrub_repair_page_from_good_copyChristoph Hellwig
2022-05-16btrfs: use on-stack bio in scrub_recheck_blockChristoph Hellwig
2022-05-16btrfs: use on-stack bio in repair_io_failureChristoph Hellwig
2022-05-16btrfs: check-integrity: simplify bio allocation in btrfsic_read_blockChristoph Hellwig
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig
2022-05-16btrfs: factor check and flush helpers from __btrfsic_submit_bioChristoph Hellwig
2022-05-16btrfs: zoned: make auto-reclaim less aggressiveJohannes Thumshirn
2022-05-16btrfs: change the bg_reclaim_threshold valid region from 0 to 100Josef Bacik
2022-05-16btrfs: allow block group background reclaim for non-zoned filesystemsJosef Bacik
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik
2022-05-16btrfs: do not test for free space inode during NOCOW check against file extentFilipe Manana
2022-05-16btrfs: move common NOCOW checks against a file extent into a helperFilipe Manana
2022-05-16btrfs: wait between incomplete batch memory allocationsSweet Tea Dorminy
2022-05-16btrfs: allocate page arrays using bulk page allocatorSweet Tea Dorminy
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy
2022-05-16btrfs: remove unnecessary type castsYu Zhe
2022-05-16btrfs: expand subpage support to any PAGE_SIZE > 4KQu Wenruo
2022-05-16btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routineQu Wenruo
2022-05-16btrfs: use dummy extent buffer for super block sys chunk array readQu Wenruo
2022-05-16btrfs: assert that relocation is protected with sb_start_write()Naohiro Aota
2022-05-16fs: add a lockdep check function for sb_start_write()Naohiro Aota
2022-05-16btrfs: simplify code flow in btrfs_ioctl_balanceNikolay Borisov
2022-05-16btrfs: remove checks for arg argument in btrfs_ioctl_balanceNikolay Borisov
2022-05-16btrfs: replace memset with memzero_page in data checksum verificationQu Wenruo
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana
2022-05-16btrfs: avoid blocking when allocating context for nowait dio read/writeFilipe Manana
2022-05-16btrfs: release path earlier at can_nocow_extent()Filipe Manana
2022-05-16btrfs: free path at can_nocow_extent() before checking for checksum itemsFilipe Manana
2022-05-16btrfs: stop allocating a path when checking if cross reference existsFilipe Manana