summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-01-12btrfs: make thaw time super block check to also verify checksumQu Wenruo3-6/+22
2023-01-12btrfs: handle case when repair happens with dev-replaceQu Wenruo1-1/+10
2023-01-12btrfs: fix compat_ro checks against remountQu Wenruo3-5/+7
2023-01-12btrfs: relax block-group-tree feature dependency checksQu Wenruo3-79/+113
2023-01-12btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2Qu Wenruo4-14/+19
2023-01-12btrfs: don't save block group root into super blockQu Wenruo4-53/+23
2023-01-12btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo4-8/+83
2023-01-12btrfs: fix an error handling path in btrfs_defrag_leaves()Sasha Levin1-2/+4
2023-01-12btrfs: replace strncpy() with strscpy()Sasha Levin2-7/+8
2023-01-07btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov1-0/+4
2023-01-07btrfs: fix extent map use-after-free when handling missing device in read_one...void0red1-1/+2
2022-12-31btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeFilipe Manana1-2/+8
2022-12-14btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana1-1/+23
2022-12-08btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong1-8/+1
2022-12-02btrfs: do not modify log tree while holding a leaf from fs tree lockedFilipe Manana1-4/+55
2022-12-02btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei1-2/+5
2022-12-02btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig1-3/+3
2022-12-02btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig1-1/+2
2022-12-02btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain1-0/+2
2022-12-02btrfs: free btrfs_path before copying fspath to userspaceAnand Jain1-0/+2
2022-12-02btrfs: free btrfs_path before copying inodes to userspaceAnand Jain1-9/+7
2022-12-02btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik1-1/+2
2022-11-26btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana1-12/+4
2022-11-26btrfs: raid56: properly handle the error when unable to find the missing stripeQu Wenruo1-2/+4
2022-11-16btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn3-4/+13
2022-11-16btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn3-0/+63
2022-11-16btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu1-1/+1
2022-11-16btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin1-8/+8
2022-11-10btrfs: fix a memory allocation failure test in btrfs_submit_directChristophe JAILLET1-1/+1
2022-11-10btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo1-1/+11
2022-11-10btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2-2/+2
2022-11-10btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik1-12/+13
2022-11-10btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana3-10/+31
2022-11-10btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana1-5/+15
2022-11-10btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana1-1/+17
2022-11-10btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana1-19/+17
2022-10-29btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana1-6/+7
2022-10-29btrfs: fix processing of delayed data refs during backref walkingFilipe Manana1-9/+24
2022-10-26Revert "btrfs: call __btrfs_remove_free_space_cache_locked on cache load fail...Greg Kroah-Hartman1-33/+20
2022-10-21btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureJosef Bacik1-20/+33
2022-10-21btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero1-4/+7
2022-10-21btrfs: scrub: try to fix super block errorsQu Wenruo1-0/+36
2022-10-21btrfs: scrub: properly report super block errors in system logQu Wenruo1-21/+12
2022-10-21btrfs: dump extra info if one free space cache has more bitmaps than it shouldQu Wenruo1-0/+6
2022-10-21btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa1-0/+3
2022-10-21btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana1-12/+46
2022-10-21btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana1-0/+15
2022-10-21btrfs: enhance unsupported compat RO flags handlingQu Wenruo2-1/+19
2022-10-21btrfs: fix alignment of VMA for memory mapped files on THPAlexander Zhu1-0/+1
2022-09-20Merge tag 'for-6.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+74