summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
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...Linus Torvalds1-20/+25
2016-03-24Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Chris 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...Linus 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
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba1-2/+4
2016-02-26Merge branch 'foreign/zhaolei/reada' into for-chris-4.6David Sterba1-11/+12
2016-02-26Merge branch 'foreign/qu/norecovery-v7' into for-chris-4.6David Sterba1-4/+11
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo1-2/+4
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee1-2/+1
2016-02-18btrfs: reada: limit max works countZhao Lei1-0/+1
2016-02-18btrfs: reada: Use fs_info instead of root in __readahead_hook's argumentZhao Lei1-11/+11
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar1-1/+1
2016-02-12btrfs: Introduce new mount option to disable tree log replayQu Wenruo1-3/+4
2016-02-12btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo1-1/+7
2016-02-11btrfs: let callers of btrfs_alloc_root pass gfp flagsDavid Sterba1-10/+11
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov1-1/+1
2016-01-29Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2016-01-27Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason1-0/+1
2016-01-25Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba1-1/+0
2016-01-25btrfs: add free space tree to lockdep classesDavid Sterba1-0/+1
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-50/+79
2016-01-19btrfs: Enhance super validation checkQu Wenruo1-49/+48
2016-01-19Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana1-1/+4
2016-01-19Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason1-0/+27
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+41
2016-01-15Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra1-0/+27
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason1-2/+1
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason1-0/+1
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-1/+1
2016-01-07btrfs: cleanup, remove stray return statementsDavid Sterba1-1/+0
2016-01-07Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2015-12-30btrfs: don't run delayed references while we are creating the free space treeChris Mason1-12/+12
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason1-0/+38
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason1-1/+1
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-1/+1
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason1-0/+38
2015-12-17Btrfs: add free space tree mount optionOmar Sandoval1-0/+38
2015-12-07btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba1-5/+0
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba1-1/+1
2015-11-13Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1