summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()Filipe Manana2022-05-161-6/+2
| * | btrfs: simplify parameters of submit_read_repair() and renameQu Wenruo2022-05-161-12/+16
| * | btrfs: remove the zoned/zone_size union in struct btrfs_fs_infoChristoph Hellwig2022-05-161-5/+2
| * | btrfs: remove unnecessary check of iput argumentLv Ruyi2022-05-162-4/+2
| * | btrfs: stop using the btrfs_bio saved iter in index_rbio_pagesChristoph Hellwig2022-05-161-3/+0
| * | btrfs: don't allocate a btrfs_bio for scrub biosChristoph Hellwig2022-05-161-29/+15
| * | btrfs: don't allocate a btrfs_bio for raid56 per-stripe biosChristoph Hellwig2022-05-161-5/+2
| * | btrfs: pass bio opf to rbio_add_io_pageChristoph Hellwig2022-05-161-20/+17
| * | btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig2022-05-163-7/+8
| * | btrfs: move the call to bio_set_dev out of submit_stripe_bioChristoph Hellwig2022-05-161-1/+1
| * | btrfs: use on-stack bio in scrub_repair_page_from_good_copyChristoph Hellwig2022-05-161-14/+9
| * | btrfs: use on-stack bio in scrub_recheck_blockChristoph Hellwig2022-05-161-10/+8
| * | btrfs: use on-stack bio in repair_io_failureChristoph Hellwig2022-05-161-28/+24
| * | btrfs: check-integrity: simplify bio allocation in btrfsic_read_blockChristoph Hellwig2022-05-161-3/+2
| * | btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig2022-05-166-25/+19
| * | btrfs: factor check and flush helpers from __btrfsic_submit_bioChristoph Hellwig2022-05-161-72/+77
| * | btrfs: zoned: make auto-reclaim less aggressiveJohannes Thumshirn2022-05-163-0/+43
| * | btrfs: change the bg_reclaim_threshold valid region from 0 to 100Josef Bacik2022-05-161-1/+1
| * | btrfs: allow block group background reclaim for non-zoned filesystemsJosef Bacik2022-05-161-0/+31
| * | btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik2022-05-165-7/+58
| * | btrfs: do not test for free space inode during NOCOW check against file extentFilipe Manana2022-05-161-1/+1
| * | btrfs: move common NOCOW checks against a file extent into a helperFilipe Manana2022-05-161-212/+215
| * | btrfs: wait between incomplete batch memory allocationsSweet Tea Dorminy2022-05-161-0/+6
| * | btrfs: allocate page arrays using bulk page allocatorSweet Tea Dorminy2022-05-161-8/+11
| * | btrfs: factor out allocating an array of pagesSweet Tea Dorminy2022-05-166-73/+78
| * | btrfs: remove unnecessary type castsYu Zhe2022-05-169-14/+11
| * | btrfs: expand subpage support to any PAGE_SIZE > 4KQu Wenruo2022-05-162-9/+9
| * | btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routineQu Wenruo2022-05-165-53/+110
| * | btrfs: use dummy extent buffer for super block sys chunk array readQu Wenruo2022-05-161-22/+7
| * | btrfs: assert that relocation is protected with sb_start_write()Naohiro Aota2022-05-161-0/+11
| * | btrfs: simplify code flow in btrfs_ioctl_balanceNikolay Borisov2022-05-161-19/+16
| * | btrfs: remove checks for arg argument in btrfs_ioctl_balanceNikolay Borisov2022-05-161-34/+21
| * | btrfs: replace memset with memzero_page in data checksum verificationQu Wenruo2022-05-161-4/+2
| * | btrfs: avoid blocking on space revervation when doing nowait dio writesFilipe Manana2022-05-168-18/+31
| * | btrfs: avoid blocking when allocating context for nowait dio read/writeFilipe Manana2022-05-161-3/+9
| * | btrfs: release path earlier at can_nocow_extent()Filipe Manana2022-05-161-2/+2
| * | btrfs: free path at can_nocow_extent() before checking for checksum itemsFilipe Manana2022-05-161-0/+8
| * | btrfs: stop allocating a path when checking if cross reference existsFilipe Manana2022-05-163-10/+7
| * | btrfs: avoid double nocow check when doing nowait dio writesFilipe Manana2022-05-162-71/+39
| * | btrfs: avoid blocking nowait dio when locking file rangeFilipe Manana2022-05-161-11/+23
| * | btrfs: avoid blocking on page locks with nowait dio on compressed rangeFilipe Manana2022-05-161-8/+26
| * | btrfs: add messages to printk indexJonathan Lassoff2022-05-162-8/+39
| * | btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo2022-05-164-0/+83
| * | btrfs: add and use helper to assert an inode range is cleanFilipe Manana2022-05-164-2/+51
| * | btrfs: remove ordered extent check and wait during hole punching and zero rangeFilipe Manana2022-05-161-36/+18
| * | btrfs: lock the inode first before flushing range when punching holeFilipe Manana2022-05-161-2/+3
| * | btrfs: remove ordered extent check and wait during fallocateFilipe Manana2022-05-161-34/+8
| * | btrfs: remove inode_dio_wait() calls when starting reflink operationsFilipe Manana2022-05-161-10/+0
| * | btrfs: remove useless dio wait call when doing fallocate zero rangeFilipe Manana2022-05-161-2/+0
| * | btrfs: only reserve the needed data space amount during fallocateFilipe Manana2022-05-161-34/+37