aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-09Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason1-0/+9
2015-08-09Btrfs: add support for blkio controllersChris Mason1-0/+1
2015-08-09Btrfs: remove unused mutex from struct 'btrfs_fs_info'Byongho Lee1-1/+0
2015-08-09btrfs: Show detail information when mount failed on missing devicesZhao Lei1-2/+3
2015-07-31Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+2
2015-07-29btrfs: explictly delete unused block groups in close_ctree and ro-remountJeff Mahoney1-0/+9
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-16/+19
2015-07-22btrfs: Avoid NULL pointer dereference of free_extent_buffer when read_tree_block() failZhao Lei1-1/+2
2015-07-11Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+40
2015-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-19/+37
2015-06-30Btrfs: fix crash on close_ctree() if cleaner starts new transactionFilipe Manana1-0/+29
2015-06-30Btrfs: fix race between balance and unused block group deletionFilipe Manana1-1/+11
2015-06-23Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into anandChris Mason1-2/+17
2015-06-12Btrfs: fix use-after-free in btrfs_replay_logLiu Bo1-1/+2
2015-06-10btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo1-4/+4
2015-06-03Btrfs: fix up read_tree_block to return proper errorLiu Bo1-13/+15
2015-05-27Btrfs: sysfs: separate kobject and attribute creationAnand Jain1-1/+17
2015-05-27Btrfs: sysfs: fix, fs_info kobject_unregister has init_completion() twiceAnand Jain1-1/+0
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer1-1/+1