summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-05-27btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik
2021-05-27btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik
2021-05-27btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik
2021-05-27btrfs: fix error handling in btrfs_del_csumsJosef Bacik
2021-05-27btrfs: fix compressed writes that cross stripe boundaryQu Wenruo
2021-05-20btrfs: zoned: fix parallel compressed writesJohannes Thumshirn
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn
2021-05-17btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik
2021-05-17btrfs: release path before starting transaction when cloning inline extentFilipe Manana
2021-05-14btrfs: fix removed dentries still existing after log is syncedFilipe Manana
2021-05-14btrfs: return whole extents in fiemapBoris Burkov
2021-05-14btrfs: avoid RCU stalls while running delayed iputsJosef Bacik
2021-05-14btrfs: return 0 for dev_extent_hole_check_zoned hole_start in case of errorJohannes Thumshirn
2021-05-04btrfs: initialize return variable in cleanup_free_space_cache_v1Tom Rix
2021-05-04btrfs: zoned: sanity check zone typeNaohiro Aota
2021-05-04btrfs: fix unmountable seed device after fstrimAnand Jain
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana
2021-04-28btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana
2021-04-28btrfs: do not consider send context as valid when trying to flush qgroupsFilipe Manana
2021-04-28btrfs: zoned: fix silent data loss after failure splitting ordered extentFilipe Manana
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn
2021-04-20btrfs: zoned: reset zones of relocated block groupsJohannes Thumshirn
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo
2021-04-20btrfs: zoned: fix unpaired block group unfreeze during device replaceFilipe Manana
2021-04-20btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana
2021-04-20btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana
2021-04-19btrfs: handle remount to no compress during compressionQu Wenruo
2021-04-19btrfs: zoned: fail mount if the device does not support zone appendJohannes Thumshirn
2021-04-19btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana
2021-04-19btrfs: introduce submit_eb_subpage() to submit a subpage metadata pageQu Wenruo
2021-04-19btrfs: make lock_extent_buffer_for_io() to be subpage compatibleQu Wenruo
2021-04-19btrfs: introduce write_one_subpage_eb() functionQu Wenruo
2021-04-19btrfs: introduce end_bio_subpage_eb_writepage() functionQu Wenruo
2021-04-19btrfs: check return value of btrfs_commit_transaction in relocationJosef Bacik
2021-04-19btrfs: do proper error handling in merge_reloc_rootsJosef Bacik
2021-04-19btrfs: handle extent corruption with select_one_root properlyJosef Bacik
2021-04-19btrfs: cleanup error handling in prepare_to_mergeJosef Bacik
2021-04-19btrfs: do not panic in __add_reloc_rootJosef Bacik
2021-04-19btrfs: handle __add_reloc_root failures in btrfs_recover_relocationJosef Bacik
2021-04-19btrfs: do proper error handling in create_reloc_inodeJosef Bacik
2021-04-19btrfs: remove the extent item sanity checks in relocate_block_groupJosef Bacik
2021-04-19btrfs: tree-checker: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improp...Josef Bacik
2021-04-19btrfs: handle extent reference errors in do_relocationJosef Bacik
2021-04-19btrfs: handle errors in reference count manipulation in replace_pathJosef Bacik
2021-04-19btrfs: handle btrfs_search_slot failure in replace_pathJosef Bacik
2021-04-19btrfs: handle btrfs_cow_block errors in replace_pathJosef Bacik
2021-04-19btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik
2021-04-19btrfs: do proper error handling in btrfs_update_reloc_rootJosef Bacik
2021-04-19btrfs: handle btrfs_update_reloc_root failure in prepare_to_mergeJosef Bacik