summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-07-16btrfs: fix double put of block group with nocowJosef Bacik1-8/+1
2020-07-16btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov1-16/+24
2020-06-30btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana1-3/+0
2020-06-30btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana2-0/+7
2020-06-30btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana1-1/+18
2020-06-30btrfs: fix bytes_may_use underflow when running balance and scrub in parallelFilipe Manana1-5/+12
2020-06-30btrfs: fix a block group ref counter leak after failure to remove block groupSasha Levin1-10/+9
2020-06-22btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana1-5/+15
2020-06-22btrfs: fix space_info bytes_may_use underflow after nocow buffered writeFilipe Manana1-5/+56
2020-06-22btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana1-1/+1
2020-06-22btrfs: fix error handling when submitting direct I/O bioOmar Sandoval1-3/+3
2020-06-22btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik2-0/+21
2020-06-22btrfs: send: emit file capabilities after chownMarcos Paulo de Souza1-0/+67
2020-06-22btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain1-0/+2
2020-06-22btrfs: free alien device after device addAnand Jain1-1/+11
2020-06-22btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo1-0/+14
2020-06-22btrfs: improve global reserve stealing logicJosef Bacik7-42/+46
2020-06-22btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana1-2/+4
2020-06-22btrfs: account for trans_block_rsv in may_commit_transactionJosef Bacik1-0/+6
2020-05-06btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo1-2/+11
2020-05-06btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana1-3/+40
2020-05-06btrfs: fix block group leak when removing failsXiyu Yang1-6/+10
2020-05-06btrfs: fix transaction leak in btrfs_recover_relocationXiyu Yang1-0/+1
2020-04-23btrfs: add RCU locks around block group initializationMadhuparna Bhowmik1-0/+2
2020-04-21btrfs: check commit root generation in should_ignore_rootJosef Bacik1-2/+2
2020-04-17btrfs: use nofs allocations for running delayed itemsJosef Bacik1-0/+13
2020-04-17btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko1-0/+1
2020-04-17btrfs: unset reloc control if we fail to recoverJosef Bacik1-5/+5
2020-04-17btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana1-0/+10
2020-04-17btrfs: drop block from cache on error in relocationJosef Bacik1-1/+1
2020-04-17btrfs: set update the uuid generation as soon as possibleJosef Bacik1-2/+12
2020-04-17btrfs: reloc: clean dirty subvols if we fail to start a transactionJosef Bacik1-3/+3
2020-04-17Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana3-0/+22
2020-04-17btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo1-1/+34
2020-04-17btrfs: track reloc roots based on their commit root bytenrJosef Bacik1-10/+7
2020-04-17btrfs: restart relocate_tree_blocks properlyJosef Bacik1-9/+2
2020-04-17btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik1-1/+15
2020-04-17btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo1-2/+9
2020-03-25btrfs: fix log context list corruption after rename whiteout errorFilipe Manana1-0/+4
2020-03-12btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval1-1/+3
2020-02-28Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana1-5/+5
2020-02-28btrfs: don't set path->leave_spinning for truncateJosef Bacik1-2/+0
2020-02-28Btrfs: fix race between shrinking truncate and fiemapFilipe Manana1-0/+8
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana1-1/+6
2020-02-28btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik1-1/+0
2020-02-28btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik1-0/+1
2020-02-28btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik1-3/+13
2020-02-28btrfs: destroy qgroup extent records on transaction abortJeff Mahoney4-0/+17
2020-02-28btrfs: handle logged extent failure properlyJosef Bacik1-0/+2
2020-02-24btrfs: do not do delalloc reservation under page lockJosef Bacik1-16/+60