summaryrefslogtreecommitdiff
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: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor
2022-04-15btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien
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-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-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: fix memory ordering between normal and ordered work functionsNikolay Borisov
2021-11-17btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik
2021-11-17btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain
2021-11-17btrfs: fix lost error handling when replaying directory deletesFilipe Manana
2021-11-17btrfs: 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: 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-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-22btrfs: fix upper limit for max_inline for page size 64KAnand Jain
2021-09-22btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza
2021-09-22btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi
2021-09-22btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik
2021-09-12Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo
2021-09-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-08-15btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-08-15btrfs: export and rename qgroup_reserve_metaNikolay Borisov
2021-08-15btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo
2021-08-15btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana
2021-08-15btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo
2021-08-15btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo
2021-08-15btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo
2021-08-15btrfs: qgroup: allow to unreserve range without releasing other rangesQu Wenruo
2021-08-15btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov
2021-08-15btrfs: make qgroup_free_reserved_data take btrfs_inodeNikolay Borisov
2021-08-08btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-08-08btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana