summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * btrfs: sysfs: move type conversion helpers to sysfs.cDavid Sterba2019-09-092-18/+16
| * btrfs: cleanup kobject.h includesDavid Sterba2019-09-093-2/+2
| * btrfs: factor out sysfs code for updating sprout fsidDavid Sterba2019-09-093-10/+19
| * btrfs: factor out sysfs code for deleting block group and space infosDavid Sterba2019-09-093-13/+24
| * btrfs: factor out sysfs code for sending device ueventDavid Sterba2019-09-093-13/+12
| * btrfs: sysfs: replace direct access to feature set names with a helperDavid Sterba2019-09-093-3/+8
| * btrfs: sysfs: unexport space_info_ktypeDavid Sterba2019-09-092-2/+1
| * btrfs: factor out sysfs code for creating space infosDavid Sterba2019-09-093-23/+41
| * btrfs: sysfs: unexport btrfs_raid_ktypeDavid Sterba2019-09-092-2/+1
| * btrfs: factor sysfs code out of link_block_groupDavid Sterba2019-09-093-35/+49
| * btrfs: move sysfs declarations out of ctree.hDavid Sterba2019-09-093-12/+12
| * btrfs: opencode reset of all device statsAnand Jain2019-09-091-10/+2
| * btrfs: reset device stat using btrfs_dev_stat_setAnand Jain2019-09-092-9/+3
| * btrfs: qgroup: Try our best to delete qgroup relationsQu Wenruo2019-09-091-17/+29
| * Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsFilipe Manana2019-09-091-7/+22