summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-301-0/+9
* btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana2023-05-301-3/+4
* btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidNikolay Borisov2023-05-301-6/+6
* btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova2023-05-171-3/+3
* btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana2023-05-171-1/+31
* btrfs: scrub: reject unsupported scrub flagsQu Wenruo2023-05-171-0/+5
* btrfs: send: limit number of clones and allocated memory sizeDavid Sterba2023-03-031-3/+3
* btrfs: limit device extents to the device sizeJosef Bacik2023-02-221-1/+5
* btrfs: replace strncpy() with strscpy()Sasha Levin2023-01-182-7/+8
* btrfs: send: avoid unnecessary backref lookups when finding clone sourceFilipe Manana2023-01-181-1/+10
* btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-12-081-8/+1
* btrfs: free btrfs_path before copying inodes to userspaceAnand Jain2022-12-081-9/+7
* btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain2022-12-081-0/+2
* btrfs: free btrfs_path before copying fspath to userspaceAnand Jain2022-12-081-0/+2
* btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik2022-12-081-1/+2
* btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana2022-11-251-12/+4
* btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-251-1/+1
* btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2022-11-102-2/+2
* btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana2022-11-101-5/+15
* btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana2022-11-101-19/+17
* btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana2022-11-031-6/+7
* btrfs: fix processing of delayed data refs during backref walkingFilipe Manana2022-11-031-9/+24
* btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana2022-10-261-0/+15
* btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues2022-09-051-0/+3
* btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo2022-08-251-13/+6
* btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo2022-08-251-4/+51
* btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana2022-08-251-1/+3
* btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo2022-08-251-0/+14
* btrfs: repair super block num_devices automaticallyQu Wenruo2022-06-141-4/+4
* btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo2022-06-141-2/+2
* btrfs: always log symlinks in full modeFilipe Manana2022-05-121-1/+13
* btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien2022-04-151-1/+1
* btrfs: unlock newly allocated extent buffer after errorQu Wenruo2022-03-161-0/+1
* btrfs: add missing run of delayed items after unlink during log replayFilipe Manana2022-03-081-0/+18
* btrfs: send: in case of IO error log itDāvis Mosāns2022-02-231-0/+4
* btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik2022-01-271-3/+11
* btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik2022-01-271-1/+6
* btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui2021-12-081-1/+13
* btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov2021-11-261-0/+14
* btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain2021-11-261-1/+2
* btrfs: fix lost error handling when replaying directory deletesFilipe Manana2021-11-261-1/+3
* btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang2021-11-261-1/+3
* btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana2021-10-271-18/+29
* btrfs: check for error when looking up inode during dir entry replayFilipe Manana2021-10-201-7/+7
* btrfs: deal with errors when adding inode reference during log replayFilipe Manana2021-10-201-2/+7
* btrfs: deal with errors when replaying dir entry during log replayFilipe Manana2021-10-201-1/+8
* btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi2021-09-221-0/+3
* Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo2021-09-221-1/+1
* btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown2021-08-261-2/+8
* btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues2021-08-081-2/+1