summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-12-31btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeFilipe Manana
2022-12-14btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana
2022-12-08btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong
2022-12-02btrfs: do not modify log tree while holding a leaf from fs tree lockedFilipe Manana
2022-12-02btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei
2022-12-02btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig
2022-12-02btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig
2022-12-02btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain
2022-12-02btrfs: free btrfs_path before copying fspath to userspaceAnand Jain
2022-12-02btrfs: free btrfs_path before copying inodes to userspaceAnand Jain
2022-12-02btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik
2022-11-26btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana
2022-11-26btrfs: raid56: properly handle the error when unable to find the missing stripeQu Wenruo
2022-11-16btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn
2022-11-16btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn
2022-11-16btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu
2022-11-16btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin
2022-11-10btrfs: fix a memory allocation failure test in btrfs_submit_directChristophe JAILLET
2022-11-10btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo
2022-11-10btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba
2022-11-10btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik
2022-11-10btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana
2022-11-10btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana
2022-11-10btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana
2022-11-10btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana
2022-10-29btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana
2022-10-29btrfs: fix processing of delayed data refs during backref walkingFilipe Manana
2022-10-26Revert "btrfs: call __btrfs_remove_free_space_cache_locked on cache load fail...Greg Kroah-Hartman
2022-10-21btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureJosef Bacik
2022-10-21btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero
2022-10-21btrfs: scrub: try to fix super block errorsQu Wenruo
2022-10-21btrfs: scrub: properly report super block errors in system logQu Wenruo
2022-10-21btrfs: dump extra info if one free space cache has more bitmaps than it shouldQu Wenruo
2022-10-21btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa
2022-10-21btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana
2022-10-21btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana
2022-10-21btrfs: enhance unsupported compat RO flags handlingQu Wenruo
2022-10-21btrfs: fix alignment of VMA for memory mapped files on THPAlexander Zhu
2022-09-20Merge tag 'for-6.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-13btrfs: zoned: wait for extent buffer IOs before finishing a zoneNaohiro Aota
2022-09-13btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana
2022-09-13btrfs: fix hang during unmount when stopping block group reclaim workerFilipe Manana
2022-09-09Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-06btrfs: fix the max chunk size and stripe length calculationQu Wenruo
2022-09-05btrfs: zoned: fix mounting with conventional zonesJohannes Thumshirn
2022-09-05btrfs: zoned: set pseudo max append zone limit in zone emulation modeShin'ichiro Kawasaki
2022-09-05btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota
2022-08-28Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-23btrfs: add info when mount fails due to stale replace targetAnand Jain
2022-08-23btrfs: replace: drop assert for suspended replaceAnand Jain