summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-16btrfs: lock the inode first before flushing range when punching holeFilipe Manana1-2/+3
2022-05-16btrfs: remove ordered extent check and wait during fallocateFilipe Manana1-34/+8
2022-05-16btrfs: remove inode_dio_wait() calls when starting reflink operationsFilipe Manana1-10/+0
2022-05-16btrfs: remove useless dio wait call when doing fallocate zero rangeFilipe Manana1-2/+0
2022-05-16btrfs: only reserve the needed data space amount during fallocateFilipe Manana1-34/+37
2022-05-16btrfs: restore inode creation before xattr settingSweet Tea Dorminy1-37/+37
2022-05-16btrfs: move common inode creation code into btrfs_create_new_inode()Omar Sandoval5-326/+170
2022-05-16btrfs: reserve correct number of items for inode creationOmar Sandoval4-131/+270