aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2022-03-14btrfs: add ram_bytes and offset to btrfs_ordered_extentOmar Sandoval
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval
2022-03-14fs: export variant of generic_write_checks without iov_iterOmar Sandoval
2022-03-14fs: export rw_verify_area()Omar Sandoval
2022-03-14btrfs: qgroup: remove outdated TODO commentsSidong Yang
2022-03-14btrfs: qgroup: remove duplicated check in adding qgroup relationsSidong Yang
2022-03-14btrfs: add lzo workspace buffer length constantsDāvis Mosāns
2022-03-14btrfs: populate extent_map::generation when reading from diskQu Wenruo
2022-03-14btrfs: assert we have a write lock when removing and replacing extent mapsFilipe Manana
2022-03-14btrfs: remove no longer used counter when reading data pageFilipe Manana
2022-03-14btrfs: fix lost error return value when reading a data pageFilipe Manana
2022-03-14btrfs: stop checking for NULL return from btrfs_get_extent()Filipe Manana
2022-03-14btrfs: prepare extents to be logged before locking a log tree pathFilipe Manana
2022-03-14btrfs: remove useless path release in the fast fsync pathFilipe Manana
2022-03-14btrfs: remove constraint on number of visited leaves when replacing extentsFilipe Manana
2022-03-14btrfs: avoid unnecessary computation when deleting items from a leafFilipe Manana
2022-03-14btrfs: avoid unnecessary COW of leaves when deleting items from a leafFilipe Manana
2022-03-14btrfs: remove unnecessary leaf free space checks when pushing itemsFilipe Manana
2022-03-14btrfs: stop checking for NULL return from btrfs_get_extent_fiemap()Johannes Thumshirn
2022-03-14btrfs: zoned: remove redundant assignment in btrfs_check_zoned_modePankaj Raghav
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba
2022-03-14btrfs: zoned: allow DUP on meta-data block groupsJohannes Thumshirn
2022-03-14btrfs: zoned: prepare for allowing DUP on zonedJohannes Thumshirn
2022-03-14btrfs: zoned: make zone finishing multi stripe capableJohannes Thumshirn