summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2021-08-08btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana
2021-08-08btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2021-08-04btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi
2021-07-28btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba
2021-07-28btrfs: check for missing device in btrfs_trim_fsAnand Jain
2021-07-14btrfs: clear log tree recovering status if starting transaction failsDavid Sterba
2021-07-14btrfs: disable build on platforms having page size 256KChristophe Leroy
2021-07-14btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik
2021-07-14btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik
2021-07-14btrfs: clear defrag status of a root if starting transaction failsDavid Sterba
2021-07-14btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana
2021-06-16btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov
2021-06-16btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani
2021-06-10btrfs: fix unmountable seed device after fstrimAnand Jain