aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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/kdave/linux into for-linus-4.5Chris Mason1-0/+27
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-8/+41
2016-01-15Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume rootsChandan Rajendra1-0/+27
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-2/+1
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris 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/kernel/git/kdave/linux into for-linus-4.5Chris 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/mason/linux-btrfsLinus 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 and avoiding waking kswapdMel Gorman1-1/+1
2015-11-05btrfs: qgroup: exit the rescan worker during umountJustin Maggard1-0/+3
2015-10-26btrfs: clear PF_NOFREEZE in cleaner_kthread()Jiri Kosina1-0/+1
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason1-20/+0
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik1-20/+0
2015-10-21btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo1-0/+1
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-13/+22
2015-10-21btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()Zhao Lei1-13/+22
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-0/+3
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-22/+47
2015-10-12Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-19/+18
2015-10-10btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba1-0/+3
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+4
2015-10-08btrfs: switch more printks to our helpersDavid Sterba1-6/+6
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba1-11/+10
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba1-2/+2
2015-10-06Btrfs: open_ctree: Fix possible memory leakchandan1-0/+4
2015-10-01Btrfs: add btrfs_read_dev_one_super() to read one specific SBAnand Jain1-20/+33
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-4/+4
2015-09-29Btrfs: SB read failure should return EIO for __bread failureAnand Jain1-3/+15
2015-09-29Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain1-2/+2
2015-09-29Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mountedAnand Jain1-1/+1
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+0
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-40/+36
2015-09-10Btrfs: remove unnecessary locking of cleaner_mutex to avoid deadlockFilipe Manana1-2/+0
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-3/+13
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+19
2015-08-31btrfs: Add raid56 support for updatingZhao Lei1-22/+25
2015-08-31btrfs: Cleanup for btrfs_calc_num_tolerated_disk_barrier_failuresZhao Lei1-40/+33