aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-27btrfs: skip compression property for anything other than files and dirsFilipe Manana3-0/+47
2022-04-27btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana1-2/+4
2022-04-27btrfs: always log symlinks in full modeFilipe Manana1-1/+13
2022-04-27btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng3-7/+14
2022-04-27btrfs: export a helper for compression hard checkChung-Chiang Cheng2-13/+13
2022-04-21btrfs: zoned: use dedicated lock for data relocationNaohiro Aota3-2/+4
2022-04-21btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana2-2/+31
2022-04-19btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig1-2/+3
2022-04-19btrfs: fix direct I/O read repair for split biosChristoph Hellwig3-8/+9
2022-04-19btrfs: fix and document the zoned device choice in alloc_new_bioChristoph Hellwig1-15/+28
2022-04-19btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana1-0/+1
2022-04-06btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou1-0/+8
2022-04-06btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai1-2/+3
2022-04-06btrfs: zoned: activate block group only for extent allocationNaohiro Aota3-9/+21
2022-04-06btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota1-3/+13
2022-04-06btrfs: mark resumed async balance as writingNaohiro Aota1-0/+2
2022-04-06btrfs: remove support of balance v1 ioctlNikolay Borisov1-2/+0
2022-04-06btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota1-3/+3
2022-04-06btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor1-4/+0
2022-04-06btrfs: zoned: remove redundant condition in btrfs_run_delalloc_rangeHaowen Bai1-2/+1
2022-03-24btrfs: prevent subvol with swapfile from being deletedKaiwen Hu1-0/+22
2022-03-24btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik1-1/+0
2022-03-24btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo1-6/+14
2022-03-24btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong1-2/+11
2022-03-24btrfs: remove device item and update super block in the same transactionQu Wenruo1-37/+28
2022-03-23btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien1-1/+1
2022-03-23btrfs: zoned: remove left over ASSERT checking for single profileJohannes Thumshirn1-4/+0
2022-03-23btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zoneJohannes Thumshirn1-4/+5
2022-03-14btrfs: zoned: put block group after final usageNikolay Borisov1-3/+4
2022-03-14btrfs: don't access possibly stale fs_info data in device_list_addDongliang Mu1-7/+6
2022-03-14btrfs: add lockdep_assert_held to need_preemptive_reclaimNiels Dossche1-0/+2
2022-03-14btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo1-6/+20
2022-03-14btrfs: unify the error handling of btrfs_read_buffer()Qu Wenruo1-6/+6
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo5-27/+34
2022-03-14btrfs: factor out do_free_extent_accounting helperJosef Bacik1-22/+30
2022-03-14btrfs: remove last_ref from the extent freeing codeJosef Bacik1-23/+11
2022-03-14btrfs: add a alloc_reserved_extent helperJosef Bacik1-32/+24
2022-03-14btrfs: remove BUG_ON(ret) in alloc_reserved_tree_blockJosef Bacik1-1/+2
2022-03-14btrfs: add and use helper for unlinking inode during log replayFilipe Manana1-48/+29
2022-03-14btrfs: extend locking to all space_info members accessesNiels Dossche1-1/+2
2022-03-14btrfs: zoned: mark relocation as writingNaohiro Aota2-1/+10
2022-03-14fs: allow cross-vfsmount reflink/dedupeJosef Bacik2-10/+1
2022-03-14btrfs: remove the cross file system checks from remapJosef Bacik1-3/+1
2022-03-14btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik3-5/+4
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik3-7/+6
2022-03-14btrfs: add filesystems state details to error messagesSweet Tea Dorminy2-8/+62
2022-03-14btrfs: deal with unexpected extent type during reflinkingFilipe Manana1-2/+4
2022-03-14btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana1-2/+5
2022-03-14btrfs: reset last_reflink_trans after fsyncing inodeFilipe Manana5-14/+48
2022-03-14btrfs: voluntarily relinquish cpu when doing a full fsyncFilipe Manana1-0/+7