aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-09btrfs: improve error handling in run_delalloc_nocowNikolay Borisov1-3/+17
2019-09-09btrfs: comment and minor simplifications in run_delalloc_nocowNikolay Borisov1-4/+3
2019-09-09btrfs: streamline code in run_delalloc_nocow in case of inline extentsNikolay Borisov1-7/+5
2019-09-09btrfs: simplify extent type checks in run_delalloc_nocowNikolay Borisov1-8/+8
2019-09-09btrfs: improve comments around nocow pathNikolay Borisov2-4/+50
2019-09-09btrfs: refactor variable scope in run_delalloc_nocowNikolay Borisov1-33/+28
2019-09-09btrfs: only reserve metadata_size for inodesJosef Bacik2-5/+18
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik13-30/+34
2019-09-09btrfs: tree-checker: Add EXTENT_DATA_REF checkQu Wenruo3-1/+50