summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Chris Mason2016-03-241-20/+25
|\
| * btrfs: transaction_kthread() is not freezableJiri Kosina2016-03-221-9/+6
| * btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina2016-03-221-1/+1
| * btrfs: do not write corrupted metadata blocks to diskAlex Lyakas2016-03-221-2/+13
| * btrfs: csum_tree_block: return proper errno valueAlex Lyakas2016-03-221-8/+5
* | btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-141-1/+1
* | btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+1
|/
* Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-261-2/+1
|\
| * btrfs: drop null testing before destroy functionsKinglong Mee2016-02-181-2/+1
* | Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba2016-02-261-2/+4
|\ \
| * | Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo2016-02-231-2/+4
| |/
* | Merge branch 'foreign/zhaolei/reada' into for-chris-4.6David Sterba2016-02-261-11/+12
|\ \
| * | btrfs: reada: limit max works countZhao Lei2016-02-181-0/+1
| * | btrfs: reada: Use fs_info instead of root in __readahead_hook's argumentZhao Lei2016-02-181-11/+11
| |/
* | Merge branch 'foreign/qu/norecovery-v7' into for-chris-4.6David Sterba2016-02-261-4/+11
|\ \
| * | btrfs: Introduce new mount option to disable tree log replayQu Wenruo2016-02-121-3/+4
| * | btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo2016-02-121-1/+7
| |/
* | btrfs: let callers of btrfs_alloc_root pass gfp flagsDavid Sterba2016-02-111-10/+11
|/
* Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-291-1/+1
|\
| * Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2016-01-271-0/+1
| |\
| | * btrfs: add free space tree to lockdep classesDavid Sterba2016-01-251-0/+1
| * | Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba2016-01-251-1/+0
* | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-221-50/+79
|\ \ \ | |/ /
| * | btrfs: Enhance super validation checkQu Wenruo2016-01-191-49/+48
| * | Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana2016-01-191-1/+4
| * | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-191-0/+27
| |\ \ | | |/ | |/|
| | * Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra2016-01-151-0/+27
* | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-181-8/+41
|\ \ \ | |/ /
| * | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-2/+1
| |\ \
| | * | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-1/+1
| | * | btrfs: cleanup, remove stray return statementsDavid Sterba2016-01-071-1/+0
| * | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Btrfs: add missing brelse when superblock checksum failsAnand Jain2016-01-071-0/+1
| | |/
| * | btrfs: don't run delayed references while we are creating the free space treeChris Mason2015-12-301-12/+12
| * | Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason2015-12-231-0/+38
| |\ \
| | * \ Merge branch 'freespace-tree' into for-linus-4.5Chris Mason2015-12-181-0/+38
| | |\ \ | | | |/ | | |/|
| | | * Btrfs: add free space tree mount optionOmar Sandoval2015-12-171-0/+38
| * | | Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2015-12-231-1/+1
| |\ \ \
| | * | | btrfs: drop unused parameter from lock_extent_bitsDavid Sterba2015-12-031-1/+1
| | |/ /
| * | | btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba2015-12-071-5/+0
| |/ /
* | | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-1/+1
|/ /
* | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-131-0/+3
|\ \
| * | btrfs: qgroup: exit the rescan worker during umountJustin Maggard2015-11-051-0/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\ \ \ | |/ / |/| |
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
| |/
* | btrfs: clear PF_NOFREEZE in cleaner_kthread()Jiri Kosina2015-10-261-0/+1
* | Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason2015-10-211-20/+0
|\ \
| * | Btrfs: change how we wait for pending ordered extentsJosef Bacik2015-10-211-20/+0
* | | btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo2015-10-211-0/+1
|/ /
* | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-211-13/+22
|\ \
OpenPOWER on IntegriCloud