summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-08btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana1-2/+5
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana1-0/+18
2022-03-08btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang1-1/+8
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana1-12/+31
2022-03-02btrfs: tree-checker: check item_size for dev_itemSu Yue1-0/+8
2022-03-02btrfs: tree-checker: check item_size for inode_itemSu Yue1-0/+7
2022-02-23btrfs: send: in case of IO error log itDāvis Mosāns1-0/+4
2022-02-08btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki1-2/+19
2022-02-01fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein1-4/+2
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana1-0/+11
2022-01-27btrfs: check the root node for uptodate before returning itJosef Bacik1-4/+15
2022-01-27btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana1-0/+19
2022-01-27btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik1-3/+11
2022-01-27btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik1-1/+6
2021-12-22btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana1-0/+8
2021-12-22btrfs: fix memory leak in __add_inode_ref()Jianglei Nie1-0/+1
2021-12-14btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo1-1/+2
2021-12-14btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik1-0/+6
2021-12-08btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui1-1/+13
2021-11-26btrfs: update device path inode time instead of bd_inodeJosef Bacik1-8/+13
2021-11-26btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov1-0/+14
2021-11-18btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik1-5/+5
2021-11-18btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Sidong Yang1-1/+1
2021-11-18btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain1-1/+2
2021-11-18btrfs: fix lost error handling when replaying directory deletesFilipe Manana1-1/+3
2021-11-18btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang1-1/+3