summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: zoned: activate block group properly on unlimited active zone deviceNaohiro Aota2022-05-051-14/+8
* btrfs: zoned: move non-changing condition check out of the loopNaohiro Aota2022-05-051-6/+6
* btrfs: force v2 space cache usage for subpage mountQu Wenruo2022-05-051-0/+11
* btrfs: skip compression property for anything other than files and dirsFilipe Manana2022-04-273-0/+47
* btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana2022-04-271-2/+4
* btrfs: always log symlinks in full modeFilipe Manana2022-04-271-1/+13
* btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng2022-04-273-7/+14
* btrfs: export a helper for compression hard checkChung-Chiang Cheng2022-04-272-13/+13
* btrfs: zoned: use dedicated lock for data relocationNaohiro Aota2022-04-213-2/+4
* btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana2022-04-212-2/+31
* btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig2022-04-191-2/+3
* btrfs: fix direct I/O read repair for split biosChristoph Hellwig2022-04-193-8/+9
* btrfs: fix and document the zoned device choice in alloc_new_bioChristoph Hellwig2022-04-191-15/+28
* btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana2022-04-191-0/+1
* btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou2022-04-061-0/+8
* btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai2022-04-061-2/+3
* btrfs: zoned: activate block group only for extent allocationNaohiro Aota2022-04-063-9/+21
* btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota2022-04-061-3/+13
* btrfs: mark resumed async balance as writingNaohiro Aota2022-04-061-0/+2
* btrfs: remove support of balance v1 ioctlNikolay Borisov2022-04-061-2/+0
* btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota2022-04-061-3/+3
* btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor2022-04-061-4/+0
* btrfs: zoned: remove redundant condition in btrfs_run_delalloc_rangeHaowen Bai2022-04-061-2/+1
* btrfs: prevent subvol with swapfile from being deletedKaiwen Hu2022-03-241-0/+22
* btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik2022-03-241-1/+0
* btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo2022-03-241-6/+14
* btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-03-241-2/+11
* btrfs: remove device item and update super block in the same transactionQu Wenruo2022-03-241-37/+28
* btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien2022-03-231-1/+1
* btrfs: zoned: remove left over ASSERT checking for single profileJohannes Thumshirn2022-03-231-4/+0
* btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zoneJohannes Thumshirn2022-03-231-4/+5
* btrfs: zoned: put block group after final usageNikolay Borisov2022-03-141-3/+4
* btrfs: don't access possibly stale fs_info data in device_list_addDongliang Mu2022-03-141-7/+6
* btrfs: add lockdep_assert_held to need_preemptive_reclaimNiels Dossche2022-03-141-0/+2
* btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo2022-03-141-6/+20
* btrfs: unify the error handling of btrfs_read_buffer()Qu Wenruo2022-03-141-6/+6
* btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo2022-03-145-27/+34
* btrfs: factor out do_free_extent_accounting helperJosef Bacik2022-03-141-22/+30
* btrfs: remove last_ref from the extent freeing codeJosef Bacik2022-03-141-23/+11
* btrfs: add a alloc_reserved_extent helperJosef Bacik2022-03-141-32/+24
* btrfs: remove BUG_ON(ret) in alloc_reserved_tree_blockJosef Bacik2022-03-141-1/+2
* btrfs: add and use helper for unlinking inode during log replayFilipe Manana2022-03-141-48/+29
* btrfs: extend locking to all space_info members accessesNiels Dossche2022-03-141-1/+2
* btrfs: zoned: mark relocation as writingNaohiro Aota2022-03-142-1/+10
* fs: allow cross-vfsmount reflink/dedupeJosef Bacik2022-03-142-10/+1
* btrfs: remove the cross file system checks from remapJosef Bacik2022-03-141-3/+1
* btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik2022-03-143-5/+4
* btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik2022-03-143-7/+6
* btrfs: add filesystems state details to error messagesSweet Tea Dorminy2022-03-142-8/+62
* btrfs: deal with unexpected extent type during reflinkingFilipe Manana2022-03-141-2/+4