summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-271-5/+51
|\
| * Btrfs: detect corruption when non-root leaf has zero itemLiu Bo2016-08-251-1/+22
| * Btrfs: check btree node's nritemsLiu Bo2016-08-251-0/+16
| * btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney2016-08-251-2/+2
| * btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang2016-08-251-0/+1
| * btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney2016-08-251-1/+1
| * btrfs: properly track when rescan worker is runningJeff Mahoney2016-08-251-0/+1
| * Btrfs: fix memory leak of reloc_rootLiu Bo2016-08-251-1/+8
* | block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-051-47/+54
|\|
| * btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney2016-07-261-2/+1Star
| * btrfs: tests, require fs_info for rootJeff Mahoney2016-07-261-5/+10
| * btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-11/+11
| * btrfs: plumb fs_info into btrfs_workJeff Mahoney2016-07-261-19/+28
| * btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-1/+1
| * Btrfs: fix double free of fs rootLiu Bo2016-07-261-9/+3Star
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-24/+19Star
|\ \ | |/ |/|
| * btrfs: use bio fields for op and flagsMike Christie2016-06-071-18/+12Star
| * btrfs: use bio op accessorsMike Christie2016-06-071-4/+4
| * fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-2/+2
| * block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+2
* | Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra2016-06-231-4/+2Star
* | Btrfs: btrfs_check_super_valid: Allow 4096 as stripesizeChandan Rajendra2016-06-171-1/+2
* | btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell2016-06-171-15/+10Star
* | Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo2016-06-171-4/+4
* | Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-06-081-0/+11
|\ \
| * | Btrfs: add more validation checks for superblockLiu Bo2016-06-061-0/+11
| |/
* | Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu2016-06-061-1/+2
* | Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-021-3/+5
|/
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-7/+7
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-5/+5
| * btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba2016-04-291-1/+1
| * btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-291-1/+1
* | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba2016-05-161-57/+55Star
|\ \
| * | btrfs: GFP_NOFS does not GFP_HIGHMEMDavid Sterba2016-05-101-1/+1
| * | btrfs: switch to common message helpers in open_ctree, adjust messagesDavid Sterba2016-05-101-52/+50Star
| * | btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-281-4/+4
| |/
* / btrfs: don't force mounts to wait for cleaner_kthread to delete one or more s...Zygo Blaxell2016-05-061-3/+15
|/
* Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-041-7/+7
|\
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-7/+7
* | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-021-20/+25
|\ \ | |/ |/|
| * Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Chris Mason2016-03-251-20/+25
| |\
| | * btrfs: transaction_kthread() is not freezableJiri Kosina2016-03-221-9/+6Star
| | * 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/+5Star
* | | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-221-30/+41
|\| |
| * | 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/+1Star
| |\