summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-01-12btrfs: make thaw time super block check to also verify checksumQu Wenruo
2023-01-12btrfs: handle case when repair happens with dev-replaceQu Wenruo
2023-01-12btrfs: fix compat_ro checks against remountQu Wenruo
2023-01-12btrfs: relax block-group-tree feature dependency checksQu Wenruo
2023-01-12btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo
2023-01-12btrfs: don't save block group root into super blockQu Wenruo
2023-01-12btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo
2023-01-12btrfs: fix an error handling path in btrfs_defrag_leaves()Sasha Levin
2023-01-12btrfs: replace strncpy() with strscpy()Sasha Levin
2023-01-07btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov
2023-01-07btrfs: fix extent map use-after-free when handling missing device in read_one...void0red
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