aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-30Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-18/+58
2019-09-27btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo1-0/+3
2019-09-27btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo1-1/+1
2019-09-25btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo1-1/+7
2019-09-25btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo1-1/+8
2019-09-24Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana1-14/+19
2019-09-24Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana1-0/+4
2019-09-24btrfs: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou1-0/+9
2019-09-24Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana1-1/+7
2019-09-18Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds62-5486/+6054
2019-09-13Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-17/+34
2019-09-12Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana1-9/+26
2019-09-12Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana1-8/+8
2019-09-09btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov1-0/+1
2019-09-09btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_atomicNikolay Borisov1-6/+3
2019-09-09btrfs: create structure to encode checksum type and lengthJohannes Thumshirn2-18/+24
2019-09-09btrfs: add enospc debug messages for ticket failureJosef Bacik1-7/+25
2019-09-09btrfs: do not account global reserve in can_overcommitJosef Bacik1-18/+1
2019-09-09btrfs: use btrfs_try_granting_tickets in update_global_rsvJosef Bacik1-0/+1
2019-09-09btrfs: always reserve our entire size for the global reserveJosef Bacik1-9/+4
2019-09-09btrfs: change the minimum global reserve sizeJosef Bacik1-1/+21
2019-09-09btrfs: rename btrfs_space_info_add_old_bytesJosef Bacik3-4/+5
2019-09-09btrfs: remove orig_bytes from reserve_ticketJosef Bacik2-9/+0
2019-09-09btrfs: fix may_commit_transaction to deal with no partial fillingJosef Bacik1-0/+12
2019-09-09btrfs: rework wake_all_ticketsJosef Bacik1-7/+49
2019-09-09btrfs: refactor the ticket wakeup codeJosef Bacik3-58/+20
2019-09-09btrfs: stop partially refilling tickets when releasing spaceJosef Bacik1-27/+16
2019-09-09btrfs: add space reservation tracepoint for reserved bytesJosef Bacik1-0/+2
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik6-34/+7
2019-09-09btrfs: do not allow reservations if we have pending ticketsJosef Bacik1-3/+7
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval6-47/+30
2019-09-09btrfs: treat RWF_{,D}SYNC writes as sync for CRCsOmar Sandoval1-1/+1
2019-09-09btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval1-1/+2
2019-09-09btrfs: tie extent buffer and it's token togetherDavid Sterba5-26/+20
2019-09-09btrfs: assume valid token for btrfs_set/get_token helpersDavid Sterba1-12/+12
2019-09-09btrfs: define separate btrfs_set/get_XX helpersDavid Sterba2-11/+55
2019-09-09btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov3-32/+22
2019-09-09btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov3-22/+21
2019-09-09btrfs: move dev_stats helpers to volumes.cDavid Sterba2-24/+23
2019-09-09btrfs: move struct io_ctl to free-space-cache.hDavid Sterba3-15/+15
2019-09-09btrfs: move functions for tree compare to send.cDavid Sterba3-376/+374
2019-09-09btrfs: rename and export read_node_slotDavid Sterba2-11/+14
2019-09-09btrfs: move private raid56 definitions from ctree.hDavid Sterba2-16/+16
2019-09-09btrfs: move math functions to misc.hDavid Sterba7-33/+21
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba12-22/+43
2019-09-09btrfs: use proper error values on allocation failure in clone_fs_devicesAnand Jain1-2/+6
2019-09-09btrfs: proper error handling when invalid device is found in find_next_devidAnand Jain1-1/+6
2019-09-09btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy3-7/+22
2019-09-09btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo2-0/+16
2019-09-09btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flagNikolay Borisov1-1/+14