summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * btrfs: migrate the block group space accounting helpersJosef Bacik2019-09-092-173/+175
| * btrfs: export block group accounting helpersJosef Bacik2019-09-092-11/+16
| * btrfs: migrate the dirty bg writeout codeJosef Bacik2019-09-094-521/+519
| * btrfs: migrate inc/dec_block_group_ro codeJosef Bacik2019-09-094-214/+214
| * btrfs: temporarily export btrfs_get_restripe_targetJosef Bacik2019-09-092-3/+4
| * btrfs: migrate the block group read/creation codeJosef Bacik2019-09-094-600/+601
| * btrfs: migrate the block group removal codeJosef Bacik2019-09-094-544/+547
| * btrfs: temporarily export inc_block_group_roJosef Bacik2019-09-092-7/+9
| * btrfs: migrate the block group caching codeJosef Bacik2019-09-094-461/+462
| * btrfs: sysfs: move helper macros to sysfs.cDavid Sterba2019-09-092-49/+48