aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-4/+4
2021-06-17btrfs: zoned: fix negative space_info->bytes_readonlyNaohiro Aota1-4/+4
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-15/+54
2021-06-04btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov1-8/+18
2021-06-04btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani1-2/+2
2021-06-04btrfs: zoned: fix zone number to sector/physical calculationNaohiro Aota1-5/+18
2021-06-04btrfs: do not write supers if we have an fs errorJosef Bacik1-0/+16
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-58/+147
2021-05-27btrfs: fix deadlock when cloning inline extents and low on available spaceFilipe Manana1-16/+22
2021-05-27btrfs: fix fsync failure and transaction abort after writes to prealloc extentsFilipe Manana1-22/+76
2021-05-27btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik1-1/+6
2021-05-27btrfs: check error value from btrfs_update_inode in tree logJosef Bacik1-2/+6
2021-05-27btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik1-6/+7
2021-05-27btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik1-0/+12
2021-05-27btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik1-1/+1
2021-05-27btrfs: fix error handling in btrfs_del_csumsJosef Bacik1-5/+5
2021-05-27btrfs: fix compressed writes that cross stripe boundaryQu Wenruo1-5/+12
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-13/+49
2021-05-20btrfs: zoned: fix parallel compressed writesJohannes Thumshirn1-4/+38
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn4-7/+6
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-2/+26
2021-05-17btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik1-2/+0
2021-05-17btrfs: release path before starting transaction when cloning inline extentFilipe Manana1-0/+5
2021-05-14btrfs: fix removed dentries still existing after log is syncedFilipe Manana1-0/+18
2021-05-14btrfs: return whole extents in fiemapBoris Burkov1-1/+6
2021-05-14btrfs: avoid RCU stalls while running delayed iputsJosef Bacik1-0/+1
2021-05-14btrfs: return 0 for dev_extent_hole_check_zoned hole_start in case of errorJohannes Thumshirn1-1/+1
2021-05-11Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+2
2021-05-11btrfs: handle transaction start error in btrfs_fileattr_setRitesh Harjani1-0/+2
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds11-26/+55
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny6-58/+18
2021-05-04btrfs: initialize return variable in cleanup_free_space_cache_v1Tom Rix1-1/+1
2021-05-04btrfs: zoned: sanity check zone typeNaohiro Aota1-0/+5
2021-05-04btrfs: fix unmountable seed device after fstrimAnand Jain1-1/+5
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana5-7/+7
2021-04-28btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana2-11/+27
2021-04-28btrfs: do not consider send context as valid when trying to flush qgroupsFilipe Manana1-5/+9
2021-04-28btrfs: zoned: fix silent data loss after failure splitting ordered extentFilipe Manana1-1/+1
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-192/+41
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-3/+6
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn9-2/+173
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn4-30/+31
2021-04-20btrfs: zoned: reset zones of relocated block groupsJohannes Thumshirn1-0/+16
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo4-2/+107
2021-04-20btrfs: zoned: fix unpaired block group unfreeze during device replaceFilipe Manana1-3/+2
2021-04-20btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-04-20btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-04-19btrfs: handle remount to no compress during compressionQu Wenruo1-3/+8
2021-04-19btrfs: zoned: fail mount if the device does not support zone appendJohannes Thumshirn1-0/+7
2021-04-19btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana1-1/+11