summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-20btrfs: zoned: fix parallel compressed writesJohannes Thumshirn
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
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-11Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-05-11btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny
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-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
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