summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: fix error pointer check in __btrfs_map_block()Dan Carpenter2019-09-091-1/+1
* btrfs: dev stat drop useless gotoAnand Jain2019-09-091-5/+2
* btrfs: dev stats item key conversion per cpu type is not neededAnand Jain2019-09-091-2/+0
* btrfs: Make reada_tree_block_flagged privateNikolay Borisov2019-09-093-31/+29
* btrfs: compression: replace set_level callbacks by a common helperDavid Sterba2019-09-095-33/+20
* btrfs: define compression levels staticallyDavid Sterba2019-09-094-0/+10
* Btrfs: fix use-after-free when using the tree modification logFilipe Manana2019-09-091-1/+3
* btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should goAnand Jain2019-09-091-1/+1
* btrfs: introduce an evict flushing stateJosef Bacik2019-09-093-47/+62
* btrfs: refactor priority_reclaim_metadata_spaceJosef Bacik2019-09-091-6/+9
* btrfs: factor out the ticket flush handlingJosef Bacik2019-09-091-22/+42
* btrfs: unify error handling for ticket flushingJosef Bacik2019-09-091-21/+11
* btrfs: add a flush step for delayed iputsJosef Bacik2019-09-092-3/+5
* btrfs: unexport the temporary exported functionsJosef Bacik2019-09-092-18/+14
* btrfs: migrate the block group cleanup codeJosef Bacik2019-09-094-130/+129
* btrfs: migrate the alloc_profile helpersJosef Bacik2019-09-094-125/+122
* btrfs: migrate the chunk allocation codeJosef Bacik2019-09-095-268/+268