summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-03-03btrfs: send: limit number of clones and allocated memory sizeDavid Sterba1-3/+3
2023-02-15btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain1-1/+15
2023-02-15btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko1-1/+1
2023-02-15btrfs: limit device extents to the device sizeJosef Bacik1-1/+5
2023-01-24btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana1-8/+17
2023-01-24btrfs: always report error in run_one_delayed_ref()Qu Wenruo1-2/+5
2023-01-14btrfs: replace strncpy() with strscpy()Sasha Levin2-7/+8
2023-01-14btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov1-0/+4
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-08btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov1-7/+6
2022-12-08btrfs: free btrfs_path before copying inodes to userspaceAnand Jain1-9/+7
2022-12-08btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba3-26/+24
2022-12-02btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei1-2/+5
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 root refs to userspaceJosef Bacik1-1/+2
2022-11-25btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana1-12/+4
2022-11-16btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu1-1/+1
2022-11-10btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2-2/+2
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-30btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana1-6/+7
2022-10-30btrfs: fix processing of delayed data refs during backref walkingFilipe Manana1-9/+24
2022-10-26btrfs: scrub: try to fix super block errorsQu Wenruo1-0/+36
2022-10-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana1-0/+15
2022-10-05btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana1-0/+25
2022-09-08btrfs: harden identification of a stale deviceAnand Jain1-7/+37
2022-08-31btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues1-0/+3
2022-08-31btrfs: add info when mount fails due to stale replace targetAnand Jain1-1/+1
2022-08-31btrfs: replace: drop assert for suspended replaceAnand Jain1-2/+1
2022-08-31btrfs: fix silent failure when deleting root referenceFilipe Manana1-2/+3
2022-08-25btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana1-1/+3
2022-08-21btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo1-13/+6
2022-08-21btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo1-4/+51
2022-08-21btrfs: reset block group chunk force if we have to waitJosef Bacik1-0/+1
2022-08-21btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo1-0/+14
2022-07-21btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Filipe Manana1-1/+13
2022-06-29btrfs: add error messages to all unrecognized mount optionsDavid Sterba1-7/+32
2022-06-09btrfs: repair super block num_devices automaticallyQu Wenruo1-4/+4
2022-06-09btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo1-2/+2
2022-05-12btrfs: always log symlinks in full modeFilipe Manana1-1/+13
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota1-0/+2
2022-04-20btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai1-2/+3
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik1-1/+0
2022-04-20btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong1-2/+11
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor1-4/+0
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu1-0/+22
2022-04-13btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien1-1/+1