summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-05-06btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo
2020-05-06btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana
2020-05-06btrfs: fix block group leak when removing failsXiyu Yang
2020-05-06btrfs: fix transaction leak in btrfs_recover_relocationXiyu Yang
2020-04-23btrfs: add RCU locks around block group initializationMadhuparna Bhowmik
2020-04-21btrfs: check commit root generation in should_ignore_rootJosef Bacik
2020-04-17btrfs: use nofs allocations for running delayed itemsJosef Bacik
2020-04-17btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko
2020-04-17btrfs: unset reloc control if we fail to recoverJosef Bacik
2020-04-17btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana
2020-04-17btrfs: drop block from cache on error in relocationJosef Bacik
2020-04-17btrfs: set update the uuid generation as soon as possibleJosef Bacik
2020-04-17btrfs: reloc: clean dirty subvols if we fail to start a transactionJosef Bacik
2020-04-17Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana
2020-04-17btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo
2020-04-17btrfs: track reloc roots based on their commit root bytenrJosef Bacik
2020-04-17btrfs: restart relocate_tree_blocks properlyJosef Bacik
2020-04-17btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik
2020-04-17btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo
2020-03-25btrfs: fix log context list corruption after rename whiteout errorFilipe Manana
2020-03-12btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval
2020-02-28Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana
2020-02-28btrfs: don't set path->leave_spinning for truncateJosef Bacik
2020-02-28Btrfs: fix race between shrinking truncate and fiemapFilipe Manana
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana
2020-02-28btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik
2020-02-28btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik
2020-02-28btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik
2020-02-28btrfs: destroy qgroup extent records on transaction abortJeff Mahoney
2020-02-28btrfs: handle logged extent failure properlyJosef Bacik
2020-02-24btrfs: do not do delalloc reservation under page lockJosef Bacik
2020-02-24btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov
2020-02-24btrfs: separate definition of assertion failure handlersDavid Sterba
2020-02-24btrfs: device stats, log when stats are zeroedAnand Jain
2020-02-24btrfs: safely advance counter when looking up bio csumsDavid Sterba
2020-02-24btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn
2020-02-24Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason
2020-02-19btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba
2020-02-19btrfs: print message when tree-log replay startsDavid Sterba
2020-02-19btrfs: ref-verify: fix memory leaksWenwen Wang
2020-02-19Btrfs: fix race between using extent maps and merging themFilipe Manana
2020-02-11btrfs: free block groups after free'ing fs treesJosef Bacik
2020-02-11btrfs: use bool argument in free_root_pointers()Anand Jain
2020-02-11btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov
2020-02-11btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik
2020-02-11Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-02-11btrfs: drop log root for dropped rootsJosef Bacik
2020-02-11btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik
2020-02-11Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana
2020-02-11Btrfs: make deduplication with range including the last block workFilipe Manana