aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-05-12btrfs: always log symlinks in full modeFilipe Manana
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota
2022-04-20btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik
2022-04-20btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu
2022-04-13btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien
2022-04-08btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana
2022-03-08btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana
2022-03-02btrfs: tree-checker: check item_size for dev_itemSu Yue
2022-03-02btrfs: tree-checker: check item_size for inode_itemSu Yue
2022-02-23btrfs: send: in case of IO error log itDāvis Mosāns
2022-02-08btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki
2022-02-01fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana
2022-01-27btrfs: check the root node for uptodate before returning itJosef Bacik
2022-01-27btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana
2022-01-27btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik
2022-01-27btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik
2021-12-22btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana
2021-12-22btrfs: fix memory leak in __add_inode_ref()Jianglei Nie
2021-12-14btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo
2021-12-14btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik
2021-12-08btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui
2021-11-26btrfs: update device path inode time instead of bd_inodeJosef Bacik
2021-11-26btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov
2021-11-18btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik
2021-11-18btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Sidong Yang
2021-11-18btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain
2021-11-18btrfs: fix lost error handling when replaying directory deletesFilipe Manana
2021-11-18btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang
2021-10-27btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana
2021-10-20btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik
2021-10-20btrfs: update refs for any root except tree log rootsJosef Bacik
2021-10-20btrfs: check for error when looking up inode during dir entry replayFilipe Manana
2021-10-20btrfs: deal with errors when adding inode reference during log replayFilipe Manana
2021-10-20btrfs: deal with errors when replaying dir entry during log replayFilipe Manana
2021-10-20btrfs: unlock newly allocated extent buffer after errorQu Wenruo
2021-10-09btrfs: fix mount failure due to past and transient device flush errorFilipe Manana
2021-10-09btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen
2021-09-30btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo
2021-09-26btrfs: fix lockdep warning while mounting sprout fsAnand Jain
2021-09-26btrfs: update the bdev time directly when closingJosef Bacik
2021-09-22btrfs: fix upper limit for max_inline for page size 64KAnand Jain
2021-09-18btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza
2021-09-18btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi