aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-5/+51
2016-08-25Btrfs: detect corruption when non-root leaf has zero itemLiu Bo1-1/+22
2016-08-25Btrfs: check btree node's nritemsLiu Bo1-0/+16
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney1-2/+2
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang1-0/+1
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney1-1/+1
2016-08-25btrfs: properly track when rescan worker is runningJeff Mahoney1-0/+1
2016-08-25Btrfs: fix memory leak of reloc_rootLiu Bo1-1/+8
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-1/+1
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-47/+54
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+19
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney1-2/+1
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney1-5/+10
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-11/+11
2016-07-26btrfs: plumb fs_info into btrfs_workJeff Mahoney1-19/+28
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov1-1/+1
2016-07-26Btrfs: fix double free of fs rootLiu Bo1-9/+3
2016-06-23Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra1-4/+2
2016-06-17Btrfs: btrfs_check_super_valid: Allow 4096 as stripesizeChandan Rajendra1-1/+2
2016-06-17btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell1-15/+10
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo1-4/+4
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7Chris Mason1-0/+11
2016-06-07btrfs: use bio fields for op and flagsMike Christie1-18/+12
2016-06-07btrfs: use bio op accessorsMike Christie1-4/+4
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu1-1/+2
2016-06-06Btrfs: add more validation checks for superblockLiu Bo1-0/+11
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-3/+5
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-7/+7
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-5/+5
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba1-57/+55
2016-05-10btrfs: GFP_NOFS does not GFP_HIGHMEMDavid Sterba1-1/+1
2016-05-10btrfs: switch to common message helpers in open_ctree, adjust messagesDavid Sterba1-52/+50
2016-05-06btrfs: don't force mounts to wait for cleaner_kthread to delete one or more subvolumesZygo Blaxell1-3/+15
2016-04-29btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba1-1/+1
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba1-1/+1
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-4/+4
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds1-7/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-7/+7
2016-04-01Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-20/+25
2016-03-24Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.6Chris Mason1-20/+25
2016-03-22btrfs: transaction_kthread() is not freezableJiri Kosina1-9/+6
2016-03-22btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina1-1/+1
2016-03-22btrfs: do not write corrupted metadata blocks to diskAlex Lyakas1-2/+13
2016-03-22btrfs: csum_tree_block: return proper errno valueAlex Lyakas1-8/+5
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-30/+41
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba1-2/+1