summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-06-18Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-17btrfs: zoned: fix negative space_info->bytes_readonlyNaohiro Aota
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-04btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov
2021-06-04btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani
2021-06-04btrfs: zoned: fix zone number to sector/physical calculationNaohiro Aota
2021-06-04btrfs: do not write supers if we have an fs errorJosef Bacik
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-27btrfs: fix deadlock when cloning inline extents and low on available spaceFilipe Manana
2021-05-27btrfs: fix fsync failure and transaction abort after writes to prealloc extentsFilipe Manana
2021-05-27btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik
2021-05-27btrfs: check error value from btrfs_update_inode in tree logJosef Bacik
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-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