aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-16btrfs: remove search start argument from first_logical_byte()Filipe Manana1-3/+4
2022-05-16btrfs: return correct error number for __extent_writepage_io()Qu Wenruo1-1/+12
2022-05-16btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo1-2/+6
2022-05-16btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo3-87/+44
2022-05-16btrfs: use non-bh spin_lock in zstd timer callbackSchspa Shi1-5/+9
2022-05-16btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()Filipe Manana1-6/+2
2022-05-16btrfs: simplify parameters of submit_read_repair() and renameQu Wenruo1-12/+16
2022-05-16btrfs: remove the zoned/zone_size union in struct btrfs_fs_infoChristoph Hellwig1-5/+2
2022-05-16btrfs: remove unnecessary check of iput argumentLv Ruyi2-4/+2
2022-05-16btrfs: stop using the btrfs_bio saved iter in index_rbio_pagesChristoph Hellwig1-3/+0
2022-05-16btrfs: don't allocate a btrfs_bio for scrub biosChristoph Hellwig1-29/+15
2022-05-16btrfs: don't allocate a btrfs_bio for raid56 per-stripe biosChristoph Hellwig1-5/+2
2022-05-16btrfs: pass bio opf to rbio_add_io_pageChristoph Hellwig1-20/+17
2022-05-16btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig3-7/+8
2022-05-16btrfs: move the call to bio_set_dev out of submit_stripe_bioChristoph Hellwig1-1/+1
2022-05-16btrfs: use on-stack bio in scrub_repair_page_from_good_copyChristoph Hellwig1-14/+9
2022-05-16btrfs: use on-stack bio in scrub_recheck_blockChristoph Hellwig1-10/+8
2022-05-16btrfs: use on-stack bio in repair_io_failureChristoph Hellwig1-28/+24
2022-05-16btrfs: check-integrity: simplify bio allocation in btrfsic_read_blockChristoph Hellwig1-3/+2
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig6-25/+19
2022-05-16btrfs: factor check and flush helpers from __btrfsic_submit_bioChristoph Hellwig1-72/+77
2022-05-16btrfs: zoned: make auto-reclaim less aggressiveJohannes Thumshirn3-0/+43
2022-05-16btrfs: change the bg_reclaim_threshold valid region from 0 to 100Josef Bacik1-1/+1
2022-05-16btrfs: allow block group background reclaim for non-zoned filesystemsJosef Bacik1-0/+31
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik5-7/+58
2022-05-16btrfs: do not test for free space inode during NOCOW check against file extentFilipe Manana1-1/+1
2022-05-16btrfs: move common NOCOW checks against a file extent into a helperFilipe Manana1-212/+215
2022-05-16btrfs: wait between incomplete batch memory allocationsSweet Tea Dorminy1-0/+6
2022-05-16btrfs: allocate page arrays using bulk page allocatorSweet Tea Dorminy1-8/+11
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy6-73/+78
2022-05-16btrfs: remove unnecessary type castsYu Zhe9-14/+11
2022-05-16btrfs: expand subpage support to any PAGE_SIZE > 4KQu Wenruo2-9/+9
2022-05-16btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routineQu Wenruo5-53/+110
2022-05-16btrfs: use dummy extent buffer for super block sys chunk array readQu Wenruo1-22/+7
2022-05-16btrfs: assert that relocation is protected with sb_start_write()Naohiro Aota1-0/+11
2022-05-16btrfs: simplify code flow in btrfs_ioctl_balanceNikolay Borisov1-19/+16
2022-05-16btrfs: remove checks for arg argument in btrfs_ioctl_balanceNikolay Borisov1-34/+21
2022-05-16btrfs: replace memset with memzero_page in data checksum verificationQu Wenruo1-4/+2
2022-05-16btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana8-18/+31
2022-05-16btrfs: avoid blocking when allocating context for nowait dio read/writeFilipe Manana1-3/+9
2022-05-16btrfs: release path earlier at can_nocow_extent()Filipe Manana1-2/+2
2022-05-16btrfs: free path at can_nocow_extent() before checking for checksum itemsFilipe Manana1-0/+8
2022-05-16btrfs: stop allocating a path when checking if cross reference existsFilipe Manana3-10/+7
2022-05-16btrfs: avoid double nocow check when doing nowait dio writesFilipe Manana2-71/+39
2022-05-16btrfs: avoid blocking nowait dio when locking file rangeFilipe Manana1-11/+23
2022-05-16btrfs: avoid blocking on page locks with nowait dio on compressed rangeFilipe Manana1-8/+26
2022-05-16btrfs: add messages to printk indexJonathan Lassoff2-8/+39
2022-05-16btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo4-0/+83
2022-05-16btrfs: add and use helper to assert an inode range is cleanFilipe Manana4-2/+51
2022-05-16btrfs: remove ordered extent check and wait during hole punching and zero rangeFilipe Manana1-36/+18