summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2016-09-07btrfs: properly track when rescan worker is runningJeff Mahoney
2016-09-07btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney
2016-03-09Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana
2016-03-03Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra
2016-03-03Btrfs: add missing brelse when superblock checksum failsAnand Jain
2016-02-25Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba
2015-11-13Merge 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-06mm, 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-26btrfs: clear PF_NOFREEZE in cleaner_kthread()Jiri Kosina
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik
2015-10-21btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-21btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()Zhao Lei
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason
2015-10-12Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-10btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-08btrfs: switch more printks to our helpersDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba
2015-10-06Btrfs: open_ctree: Fix possible memory leakchandan
2015-10-01Btrfs: add btrfs_read_dev_one_super() to read one specific SBAnand Jain
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain
2015-09-29Btrfs: SB read failure should return EIO for __bread failureAnand Jain
2015-09-29Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain
2015-09-29Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mountedAnand Jain
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-10Btrfs: remove unnecessary locking of cleaner_mutex to avoid deadlockFilipe Manana
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-31btrfs: Add raid56 support for updatingZhao Lei
2015-08-31btrfs: Cleanup for btrfs_calc_num_tolerated_disk_barrier_failuresZhao Lei
2015-08-09Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason
2015-08-09Btrfs: add support for blkio controllersChris Mason
2015-08-09Btrfs: remove unused mutex from struct 'btrfs_fs_info'Byongho Lee
2015-08-09btrfs: Show detail information when mount failed on missing devicesZhao Lei
2015-07-31Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-07-29btrfs: explictly delete unused block groups in close_ctree and ro-remountJeff Mahoney
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-22btrfs: Avoid NULL pointer dereference of free_extent_buffer when read_tree_bl...Zhao Lei
2015-07-11Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-06-30Btrfs: fix crash on close_ctree() if cleaner starts new transactionFilipe Manana
2015-06-30Btrfs: fix race between balance and unused block group deletionFilipe Manana
2015-06-23Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linu...Chris Mason