summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-04-06btrfs: mark resumed async balance as writingNaohiro Aota
2022-04-06btrfs: remove support of balance v1 ioctlNikolay Borisov
2022-04-06btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota
2022-04-06btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor
2022-04-06btrfs: zoned: remove redundant condition in btrfs_run_delalloc_rangeHaowen Bai
2022-03-24btrfs: prevent subvol with swapfile from being deletedKaiwen Hu
2022-03-24btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik
2022-03-24btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo
2022-03-24btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-03-24btrfs: remove device item and update super block in the same transactionQu Wenruo
2022-03-23btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien
2022-03-23btrfs: zoned: remove left over ASSERT checking for single profileJohannes Thumshirn
2022-03-23btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zoneJohannes Thumshirn
2022-03-14btrfs: zoned: put block group after final usageNikolay Borisov
2022-03-14btrfs: don't access possibly stale fs_info data in device_list_addDongliang Mu
2022-03-14btrfs: add lockdep_assert_held to need_preemptive_reclaimNiels Dossche
2022-03-14btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo
2022-03-14btrfs: unify the error handling of btrfs_read_buffer()Qu Wenruo
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo
2022-03-14btrfs: factor out do_free_extent_accounting helperJosef Bacik
2022-03-14btrfs: remove last_ref from the extent freeing codeJosef Bacik
2022-03-14btrfs: add a alloc_reserved_extent helperJosef Bacik
2022-03-14btrfs: remove BUG_ON(ret) in alloc_reserved_tree_blockJosef Bacik
2022-03-14btrfs: add and use helper for unlinking inode during log replayFilipe Manana
2022-03-14btrfs: extend locking to all space_info members accessesNiels Dossche
2022-03-14btrfs: zoned: mark relocation as writingNaohiro Aota
2022-03-14fs: allow cross-vfsmount reflink/dedupeJosef Bacik
2022-03-14btrfs: remove the cross file system checks from remapJosef Bacik
2022-03-14btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik
2022-03-14btrfs: add filesystems state details to error messagesSweet Tea Dorminy
2022-03-14btrfs: deal with unexpected extent type during reflinkingFilipe Manana
2022-03-14btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana
2022-03-14btrfs: reset last_reflink_trans after fsyncing inodeFilipe Manana
2022-03-14btrfs: voluntarily relinquish cpu when doing a full fsyncFilipe Manana
2022-03-14btrfs: hold on to less memory when logging checksums during full fsyncFilipe Manana
2022-03-14btrfs: stop copying old file extents when doing a full fsyncFilipe Manana
2022-03-14btrfs: do not clean up repair bio if submit failsJosef Bacik
2022-03-14btrfs: do not try to repair bio that has no mirror setJosef Bacik
2022-03-14btrfs: do not double complete bio on errors during compressed readsJosef Bacik
2022-03-14btrfs: track compressed bio errors as blk_status_tJosef Bacik
2022-03-14btrfs: remove the bio argument from finish_compressed_bio_readJosef Bacik
2022-03-14btrfs: check correct bio in finish_compressed_bio_readJosef Bacik
2022-03-14btrfs: handle csum lookup errors properly on readsJosef Bacik
2022-03-14btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval
2022-03-14btrfs: add BTRFS_IOC_ENCODED_READ ioctlOmar Sandoval
2022-03-14btrfs: optionally extend i_size in cow_file_range_inline()Omar Sandoval
2022-03-14btrfs: clean up cow_file_range_inline()Omar Sandoval
2022-03-14btrfs: support different disk extent size for delallocOmar Sandoval