summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-2310-56/+41
|\
| * Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana2019-10-171-19/+17
| * Btrfs: fix qgroup double free after failure to reserve metadata for delallocFilipe Manana2019-10-171-1/+0
| * btrfs: tracepoints: Fix wrong parameter order for qgroup eventsQu Wenruo2019-10-171-2/+2
| * btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo2019-10-157-27/+20
| * btrfs: don't needlessly create extent-refs kernel threadDavid Sterba2019-10-152-8/+0
| * btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo2019-10-111-0/+1
| * Btrfs: add missing extents release on file extent cluster relocation errorFilipe Manana2019-10-111-0/+2
* | Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-106-13/+49
|\|
| * btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim2019-10-081-1/+1
| * btrfs: fix uninitialized ret in ref-verifyJosef Bacik2019-10-031-1/+1
| * btrfs: allocate new inode in NOFS contextJosef Bacik2019-10-011-0/+3
| * btrfs: fix balance convert to single on 32-bit host CPUsZygo Blaxell2019-10-011-1/+5
| * btrfs: fix incorrect updating of log root treeJosef Bacik2019-10-011-9/+27
| * Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana2019-10-011-1/+12
* | Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-305-18/+58
|\|
| * btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo2019-09-271-0/+3
| * btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo2019-09-271-1/+1
| * btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo2019-09-251-1/+7
| * btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo2019-09-251-1/+8
| * Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-09-241-14/+19
| * Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2019-09-241-0/+4
| * btrfs: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou2019-09-241-0/+9
| * Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-241-1/+7
* | Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-09-1862-5486/+6054
|\|
| * btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov2019-09-091-0/+1
| * btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...Nikolay Borisov2019-09-091-6/+3
| * btrfs: create structure to encode checksum type and lengthJohannes Thumshirn2019-09-092-18/+24
| * btrfs: add enospc debug messages for ticket failureJosef Bacik2019-09-091-7/+25
| * btrfs: do not account global reserve in can_overcommitJosef Bacik2019-09-091-18/+1
| * btrfs: use btrfs_try_granting_tickets in update_global_rsvJosef Bacik2019-09-091-0/+1
| * btrfs: always reserve our entire size for the global reserveJosef Bacik2019-09-091-9/+4
| * btrfs: change the minimum global reserve sizeJosef Bacik2019-09-091-1/+21
| * btrfs: rename btrfs_space_info_add_old_bytesJosef Bacik2019-09-093-4/+5
| * btrfs: remove orig_bytes from reserve_ticketJosef Bacik2019-09-092-9/+0
| * btrfs: fix may_commit_transaction to deal with no partial fillingJosef Bacik2019-09-091-0/+12
| * btrfs: rework wake_all_ticketsJosef Bacik2019-09-091-7/+49
| * btrfs: refactor the ticket wakeup codeJosef Bacik2019-09-093-58/+20
| * btrfs: stop partially refilling tickets when releasing spaceJosef Bacik2019-09-091-27/+16
| * btrfs: add space reservation tracepoint for reserved bytesJosef Bacik2019-09-091-0/+2
| * btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik2019-09-096-34/+7
| * btrfs: do not allow reservations if we have pending ticketsJosef Bacik2019-09-091-3/+7
| * btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval2019-09-096-47/+30
| * btrfs: treat RWF_{,D}SYNC writes as sync for CRCsOmar Sandoval2019-09-091-1/+1
| * btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval2019-09-091-1/+2
| * btrfs: tie extent buffer and it's token togetherDavid Sterba2019-09-095-26/+20
| * btrfs: assume valid token for btrfs_set/get_token helpersDavid Sterba2019-09-091-12/+12
| * btrfs: define separate btrfs_set/get_XX helpersDavid Sterba2019-09-092-11/+55
| * btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov2019-09-093-32/+22
| * btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov2019-09-093-22/+21