summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: always log symlinks in full modeFilipe Manana2022-05-121-1/+13
* btrfs: mark resumed async balance as writingNaohiro Aota2022-04-201-0/+2
* btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai2022-04-201-2/+3
* btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik2022-04-201-1/+0
* btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-04-201-2/+11
* btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor2022-04-201-4/+0
* btrfs: prevent subvol with swapfile from being deletedKaiwen Hu2022-04-131-0/+22
* btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien2022-04-131-1/+1
* btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana2022-04-081-2/+5
* btrfs: add missing run of delayed items after unlink during log replayFilipe Manana2022-03-081-0/+18
* btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang2022-03-081-1/+8
* btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana2022-03-081-12/+31
* btrfs: tree-checker: check item_size for dev_itemSu Yue2022-03-021-0/+8
* btrfs: tree-checker: check item_size for inode_itemSu Yue2022-03-021-0/+7
* btrfs: send: in case of IO error log itDāvis Mosāns2022-02-231-0/+4
* btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki2022-02-081-2/+19
* fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein2022-02-011-4/+2
* btrfs: respect the max size in the header when activating swap fileFilipe Manana2022-01-271-0/+11
* btrfs: check the root node for uptodate before returning itJosef Bacik2022-01-271-4/+15
* btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana2022-01-271-0/+19
* 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: fix double free of anon_dev after failure to create subvolumeFilipe Manana2021-12-221-0/+8
* btrfs: fix memory leak in __add_inode_ref()Jianglei Nie2021-12-221-0/+1
* btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo2021-12-141-1/+2
* btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik2021-12-141-0/+6
* btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui2021-12-081-1/+13
* btrfs: update device path inode time instead of bd_inodeJosef Bacik2021-11-261-8/+13
* btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov2021-11-261-0/+14
* btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik2021-11-181-5/+5
* btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Sidong Yang2021-11-181-1/+1
* btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain2021-11-181-1/+2
* btrfs: fix lost error handling when replaying directory deletesFilipe Manana2021-11-181-1/+3
* btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang2021-11-181-1/+3
* btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana2021-10-271-18/+29
* btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik2021-10-201-7/+9
* btrfs: update refs for any root except tree log rootsJosef Bacik2021-10-201-2/+1
* 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: unlock newly allocated extent buffer after errorQu Wenruo2021-10-201-0/+1
* btrfs: fix mount failure due to past and transient device flush errorFilipe Manana2021-10-091-0/+13
* btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo2021-10-091-1/+12
* treewide: Change list_sort to use const pointersSami Tolvanen2021-09-303-3/+6
* btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo2021-09-301-2/+3
* btrfs: fix lockdep warning while mounting sprout fsAnand Jain2021-09-261-3/+4
* btrfs: update the bdev time directly when closingJosef Bacik2021-09-261-8/+10
* btrfs: fix upper limit for max_inline for page size 64KAnand Jain2021-09-221-22/+23
* btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza2021-09-181-1/+3
* btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi2021-09-181-0/+3