summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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-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: fix memory ordering between normal and ordered work functionsNikolay Borisov1-0/+14
2021-11-17btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik1-5/+5
2021-11-17btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain1-1/+2
2021-11-17btrfs: fix lost error handling when replaying directory deletesFilipe Manana1-1/+3
2021-11-17btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang1-1/+3
2021-10-27btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana1-18/+29
2021-10-20btrfs: check for error when looking up inode during dir entry replayFilipe Manana1-7/+7
2021-10-20btrfs: deal with errors when adding inode reference during log replayFilipe Manana1-2/+7
2021-10-20btrfs: deal with errors when replaying dir entry during log replayFilipe Manana1-1/+8
2021-10-20btrfs: unlock newly allocated extent buffer after errorQu Wenruo1-0/+1
2021-09-30btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo1-2/+3
2021-09-26btrfs: fix lockdep warning while mounting sprout fsAnand Jain1-3/+4
2021-09-22btrfs: fix upper limit for max_inline for page size 64KAnand Jain1-22/+23
2021-09-22btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza1-1/+3
2021-09-22btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi1-0/+3
2021-09-22btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik1-5/+5
2021-09-12Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo1-1/+1
2021-09-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana4-12/+19
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown1-2/+8
2021-08-15btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2-2/+3
2021-08-15btrfs: export and rename qgroup_reserve_metaNikolay Borisov2-5/+6
2021-08-15btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo1-1/+19
2021-08-15btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana2-9/+52
2021-08-15btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo5-62/+2
2021-08-15btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo3-14/+4
2021-08-15btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo3-8/+96
2021-08-15btrfs: qgroup: allow to unreserve range without releasing other rangesQu Wenruo1-15/+77
2021-08-15btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov4-10/+11
2021-08-15btrfs: make qgroup_free_reserved_data take btrfs_inodeNikolay Borisov1-5/+6
2021-08-08btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana1-2/+2
2021-08-08btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana1-3/+2
2021-08-08btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana3-169/+60
2021-08-08btrfs: delete duplicated words + other fixes in commentsRandy Dunlap7-8/+8
2021-08-04btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues1-1/+1
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi1-0/+1
2021-07-28btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba1-1/+1
2021-07-28btrfs: check for missing device in btrfs_trim_fsAnand Jain1-0/+3
2021-07-14btrfs: clear log tree recovering status if starting transaction failsDavid Sterba1-0/+1
2021-07-14btrfs: disable build on platforms having page size 256KChristophe Leroy1-0/+2
2021-07-14btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik1-0/+8