summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* btrfs: move dev_stats helpers to volumes.cDavid Sterba2019-09-092-24/+23
* btrfs: move struct io_ctl to free-space-cache.hDavid Sterba2019-09-093-15/+15
* btrfs: move functions for tree compare to send.cDavid Sterba2019-09-093-376/+374
* btrfs: rename and export read_node_slotDavid Sterba2019-09-092-11/+14
* btrfs: move private raid56 definitions from ctree.hDavid Sterba2019-09-092-16/+16
* btrfs: move math functions to misc.hDavid Sterba2019-09-097-33/+21
* btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-0912-22/+43
* btrfs: use proper error values on allocation failure in clone_fs_devicesAnand Jain2019-09-091-2/+6
* btrfs: proper error handling when invalid device is found in find_next_devidAnand Jain2019-09-091-1/+6
* btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy2019-09-093-7/+22
* btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo2019-09-092-0/+16
* btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flagNikolay Borisov2019-09-091-1/+14
* btrfs: improve error handling in run_delalloc_nocowNikolay Borisov2019-09-091-3/+17
* btrfs: comment and minor simplifications in run_delalloc_nocowNikolay Borisov2019-09-091-4/+3
* btrfs: streamline code in run_delalloc_nocow in case of inline extentsNikolay Borisov2019-09-091-7/+5
* btrfs: simplify extent type checks in run_delalloc_nocowNikolay Borisov2019-09-091-8/+8
* btrfs: improve comments around nocow pathNikolay Borisov2019-09-092-4/+50
* btrfs: refactor variable scope in run_delalloc_nocowNikolay Borisov2019-09-091-33/+28
* btrfs: only reserve metadata_size for inodesJosef Bacik2019-09-092-5/+18
* btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik2019-09-0913-30/+34
* btrfs: tree-checker: Add EXTENT_DATA_REF checkQu Wenruo2019-09-093-1/+50
* btrfs: tree-checker: Add simple keyed refs checkQu Wenruo2019-09-091-1/+39
* btrfs: tree-checker: Add EXTENT_ITEM and METADATA_ITEM checkQu Wenruo2019-09-091-0/+248