summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-09-18Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-09-13Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-12Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana
2019-09-12Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana
2019-09-09btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov
2019-09-09btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...Nikolay Borisov
2019-09-09btrfs: create structure to encode checksum type and lengthJohannes Thumshirn
2019-09-09btrfs: add enospc debug messages for ticket failureJosef Bacik
2019-09-09btrfs: do not account global reserve in can_overcommitJosef Bacik
2019-09-09btrfs: use btrfs_try_granting_tickets in update_global_rsvJosef Bacik
2019-09-09btrfs: always reserve our entire size for the global reserveJosef Bacik
2019-09-09btrfs: change the minimum global reserve sizeJosef Bacik
2019-09-09btrfs: rename btrfs_space_info_add_old_bytesJosef Bacik
2019-09-09btrfs: remove orig_bytes from reserve_ticketJosef Bacik
2019-09-09btrfs: fix may_commit_transaction to deal with no partial fillingJosef Bacik
2019-09-09btrfs: rework wake_all_ticketsJosef Bacik
2019-09-09btrfs: refactor the ticket wakeup codeJosef Bacik
2019-09-09btrfs: stop partially refilling tickets when releasing spaceJosef Bacik
2019-09-09btrfs: add space reservation tracepoint for reserved bytesJosef Bacik
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik
2019-09-09btrfs: do not allow reservations if we have pending ticketsJosef Bacik
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval
2019-09-09btrfs: treat RWF_{,D}SYNC writes as sync for CRCsOmar Sandoval
2019-09-09btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval
2019-09-09btrfs: tie extent buffer and it's token togetherDavid Sterba
2019-09-09btrfs: assume valid token for btrfs_set/get_token helpersDavid Sterba
2019-09-09btrfs: define separate btrfs_set/get_XX helpersDavid Sterba
2019-09-09btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov
2019-09-09btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov
2019-09-09btrfs: move dev_stats helpers to volumes.cDavid Sterba
2019-09-09btrfs: move struct io_ctl to free-space-cache.hDavid Sterba
2019-09-09btrfs: move functions for tree compare to send.cDavid Sterba
2019-09-09btrfs: rename and export read_node_slotDavid Sterba
2019-09-09btrfs: move private raid56 definitions from ctree.hDavid Sterba
2019-09-09btrfs: move math functions to misc.hDavid Sterba
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba
2019-09-09btrfs: use proper error values on allocation failure in clone_fs_devicesAnand Jain
2019-09-09btrfs: proper error handling when invalid device is found in find_next_devidAnand Jain
2019-09-09btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy
2019-09-09btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo
2019-09-09btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flagNikolay Borisov
2019-09-09btrfs: improve error handling in run_delalloc_nocowNikolay Borisov
2019-09-09btrfs: comment and minor simplifications in run_delalloc_nocowNikolay Borisov
2019-09-09btrfs: streamline code in run_delalloc_nocow in case of inline extentsNikolay Borisov
2019-09-09btrfs: simplify extent type checks in run_delalloc_nocowNikolay Borisov
2019-09-09btrfs: improve comments around nocow pathNikolay Borisov
2019-09-09btrfs: refactor variable scope in run_delalloc_nocowNikolay Borisov
2019-09-09btrfs: only reserve metadata_size for inodesJosef Bacik
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik
2019-09-09btrfs: tree-checker: Add EXTENT_DATA_REF checkQu Wenruo