summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2016-04-01Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-25Merge branch 'misc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Chris Mason
2016-03-22btrfs: transaction_kthread() is not freezableJiri Kosina
2016-03-22btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina
2016-03-22btrfs: do not write corrupted metadata blocks to diskAlex Lyakas
2016-03-22btrfs: csum_tree_block: return proper errno valueAlex Lyakas
2016-03-22Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba
2016-02-26Merge branch 'foreign/zhaolei/reada' into for-chris-4.6David Sterba
2016-02-26Merge branch 'foreign/qu/norecovery-v7' into for-chris-4.6David Sterba
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee
2016-02-18btrfs: reada: limit max works countZhao Lei
2016-02-18btrfs: reada: Use fs_info instead of root in __readahead_hook's argumentZhao Lei
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2016-02-12btrfs: Introduce new mount option to disable tree log replayQu Wenruo
2016-02-12btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo
2016-02-11btrfs: let callers of btrfs_alloc_root pass gfp flagsDavid Sterba
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2016-01-29Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-27Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2016-01-26Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba
2016-01-25btrfs: add free space tree to lockdep classesDavid Sterba
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-20btrfs: Enhance super validation checkQu Wenruo
2016-01-20Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana
2016-01-20Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-15Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2016-01-07btrfs: cleanup, remove stray return statementsDavid Sterba
2016-01-07Btrfs: add missing brelse when superblock checksum failsAnand Jain
2015-12-30btrfs: don't run delayed references while we are creating the free space treeChris Mason
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason
2015-12-17Btrfs: add free space tree mount optionOmar Sandoval
2015-12-07btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba
2015-11-14Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-05btrfs: qgroup: exit the rescan worker during umountJustin Maggard
2015-10-27btrfs: clear PF_NOFREEZE in cleaner_kthread()Jiri Kosina