summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | btrfs: Continue write in case of can_not_nocowZhao Lei2016-02-181-20/+17
| | | |/
| | * | Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-2616-89/+64
| | |\ \
| | | * | btrfs: avoid uninitialized variable warningArnd Bergmann2016-02-231-2/+2
| | | * | btrfs: drop null testing before destroy functionsKinglong Mee2016-02-189-34/+17
| | | * | btrfs: fix build warningSudip Mukherjee2016-02-181-1/+1
| | | * | btrfs: use proper type for failrec in extent_stateDavid Sterba2016-02-182-20/+16
| | | * | btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-186-22/+26
| | | * | btrfs: remove open-coded swap() in backref.c:__merge_refsDave Jones2016-02-181-6/+3
| | | * | btrfs: remove redundant error checkByongho Lee2016-02-181-4/+0
| | | * | btrfs: simplify expression in btrfs_calc_trans_metadata_size()Byongho Lee2016-02-181-2/+1
| | | |/
| | * | Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba2016-02-2615-155/+236
| | |\ \
| | | * | Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo2016-02-237-84/+105
| | * | | Merge branch 'foreign/josef/space-updates' into for-chris-4.6David Sterba2016-02-263-17/+36
| | |\ \ \
| | | * | | Btrfs: check reserved when deciding to background flushJosef Bacik2016-02-181-1/+1
| | | * | | Btrfs: add transaction space reservation tracepointsJosef Bacik2016-02-181-1/+5
| | | * | | Btrfs: fix truncate_space_checkJosef Bacik2016-02-181-1/+10
| | | * | | Btrfs: change how we update the global block rsvJosef Bacik2016-02-181-14/+20
| | | | |/ | | | |/|
| | * | | Merge branch 'foreign/zhaolei/reada' into for-chris-4.6David Sterba2016-02-263-137/+141
| | |\ \ \
| | | * | | btrfs: reada: ignore creating reada_extent for a non-existent deviceZhao Lei2016-02-181-9/+8
| | | * | | btrfs: reada: avoid undone reada extents in btrfs_reada_waitZhao Lei2016-02-181-1/+8
| | | * | | btrfs: reada: limit max works countZhao Lei2016-02-183-1/+12
| | | * | | btrfs: reada: simplify dev->reada_in_flight processingZhao Lei2016-02-181-18/+10
| | | * | | btrfs: reada: Fix a debug code typoZhao Lei2016-02-181-8/+3
| | | * | | btrfs: reada: Jump into cleanup in direct way for __readahead_hook()Zhao Lei2016-02-181-19/+21
| | | * | | btrfs: reada: Use fs_info instead of root in __readahead_hook's argumentZhao Lei2016-02-183-25/+24
| | | * | | btrfs: reada: Pass reada_extent into __readahead_hook directlyZhao Lei2016-02-181-21/+24
| | | * | | btrfs: reada: move reada_extent_put to place after __readahead_hook()Zhao Lei2016-02-181-2/+2
| | | * | | btrfs: reada: Remove level argument in severial functionsZhao Lei2016-02-181-9/+6
| | | * | | btrfs: reada: bypass adding extent when all zone failedZhao Lei2016-02-181-0/+5
| | | * | | btrfs: reada: add all reachable mirrors into reada device listZhao Lei2016-02-181-11/+9
| | | * | | btrfs: reada: Move is_need_to_readahead contition earlierZhao Lei2016-02-181-11/+9
| | | * | | btrfs: reada: Avoid many times of empty loopZhao Lei2016-02-161-1/+1
| | | * | | btrfs: reada: Add missed segment checking in reada_find_zoneZhao Lei2016-02-161-1/+3
| | | * | | btrfs: reada: reduce additional fs_info->reada_lock in reada_find_zoneZhao Lei2016-02-161-8/+4
| | | * | | btrfs: reada: Fix in-segment calculation for readaZhao Lei2016-02-161-2/+2
| | | |/ /
| | * | | Merge branch 'foreign/qu/norecovery-v7' into for-chris-4.6David Sterba2016-02-263-15/+51
| | |\ \ \
| | | * | | btrfs: Introduce new mount option alias for nologreplayQu Wenruo2016-02-121-1/+3
| | | * | | btrfs: Introduce new mount option to disable tree log replayQu Wenruo2016-02-123-7/+32
| | | * | | btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo2016-02-123-8/+17
| | | |/ /
| | * | | Merge branch 'dev/rename-keys' into for-chris-4.6David Sterba2016-02-263-12/+64
| | |\ \ \
| | | * | | btrfs: teach print_leaf about temporary item subtypesDavid Sterba2016-02-111-0/+11
| | | * | | btrfs: teach print_leaf about permanent item subtypesDavid Sterba2016-02-111-2/+10
| | | * | | btrfs: switch dev stats item to the permanent item keyDavid Sterba2016-02-112-5/+8
| | | * | | btrfs: introduce key type for persistent permanent itemsDavid Sterba2016-02-111-3/+17
| | | * | | btrfs: switch balance item to the temporary item keyDavid Sterba2016-02-111-3/+3
| | | * | | btrfs: introduce key type for persistent temporary itemsDavid Sterba2016-02-111-0/+16
| | | |/ /
| | * | | Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba2016-02-2610-56/+60
| | |\ \ \
| | | * | | btrfs: switch to kcalloc in btrfs_cmp_data_prepareDavid Sterba2016-02-111-2/+2
| | | * | | btrfs: extent same: use GFP_KERNEL for page array allocationsDavid Sterba2016-02-111-2/+2
| | | * | | btrfs: device add and remove: use GFP_KERNELDavid Sterba2016-02-111-4/+5