aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-09btrfs: tree-checker: Add simple keyed refs checkQu Wenruo1-1/+39
2019-09-09btrfs: tree-checker: Add EXTENT_ITEM and METADATA_ITEM checkQu Wenruo1-0/+248
2019-09-09btrfs: fix error pointer check in __btrfs_map_block()Dan Carpenter1-1/+1
2019-09-09btrfs: dev stat drop useless gotoAnand Jain1-5/+2
2019-09-09btrfs: dev stats item key conversion per cpu type is not neededAnand Jain1-2/+0
2019-09-09btrfs: Make reada_tree_block_flagged privateNikolay Borisov3-31/+29
2019-09-09btrfs: compression: replace set_level callbacks by a common helperDavid Sterba5-33/+20
2019-09-09btrfs: define compression levels staticallyDavid Sterba4-0/+10
2019-09-09Btrfs: fix use-after-free when using the tree modification logFilipe Manana1-1/+3
2019-09-09btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should goAnand Jain1-1/+1
2019-09-09btrfs: introduce an evict flushing stateJosef Bacik3-47/+62
2019-09-09btrfs: refactor priority_reclaim_metadata_spaceJosef Bacik1-6/+9
2019-09-09btrfs: factor out the ticket flush handlingJosef Bacik1-22/+42
2019-09-09btrfs: unify error handling for ticket flushingJosef Bacik1-21/+11
2019-09-09btrfs: add a flush step for delayed iputsJosef Bacik2-3/+5
2019-09-09btrfs: unexport the temporary exported functionsJosef Bacik2-18/+14
2019-09-09btrfs: migrate the block group cleanup codeJosef Bacik4-130/+129
2019-09-09btrfs: migrate the alloc_profile helpersJosef Bacik4-125/+122
2019-09-09btrfs: migrate the chunk allocation codeJosef Bacik5-268/+268
2019-09-09btrfs: migrate the block group space accounting helpersJosef Bacik2-173/+175
2019-09-09btrfs: export block group accounting helpersJosef Bacik2-11/+16
2019-09-09btrfs: migrate the dirty bg writeout codeJosef Bacik4-521/+519
2019-09-09btrfs: migrate inc/dec_block_group_ro codeJosef Bacik4-214/+214
2019-09-09btrfs: temporarily export btrfs_get_restripe_targetJosef Bacik2-3/+4
2019-09-09btrfs: migrate the block group read/creation codeJosef Bacik4-600/+601
2019-09-09btrfs: migrate the block group removal codeJosef Bacik4-544/+547