summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
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...Linus Torvalds1-2/+0
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-40/+36
2015-09-10Btrfs: remove unnecessary locking of cleaner_mutex to avoid deadlockFilipe Manana1-2/+0
2015-09-06Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-08-01Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-23btrfs: Avoid NULL pointer dereference of free_extent_buffer when read_tree_bl...Zhao Lei1-1/+2
2015-07-11Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+40
2015-07-01Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-19/+37
2015-07-01Btrfs: fix crash on close_ctree() if cleaner starts new transactionFilipe Manana1-0/+29
2015-07-01Btrfs: 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/linu...Chris 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
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig1-9/+2
2015-04-13btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei1-1/+2
2015-04-11Btrfs: fix use after free when close_ctree frees the orphan_rsvChris Mason1-1/+1
2015-04-11Btrfs: allow block group cache writeout outside critical section in commitChris Mason1-0/+1
2015-03-27Btrfs: Remove the check for old-style mkfsLiu Bo1-6/+0
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason1-253/+301
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason1-2/+2
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2015-03-13btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick1-1/+1
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-1/+1
2015-03-03btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba1-1/+1
2015-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-27/+75
2015-02-16btrfs: cleanup, reduce temporary variables in btrfs_read_rootsDavid Sterba1-29/+25
2015-02-16btrfs: use correct type for workqueue flagsDavid Sterba1-1/+1
2015-02-16btrfs: factor btrfs_read_roots() out of open_ctree()Eric Sandeen1-65/+66
2015-02-16btrfs: factor btrfs_replay_log() out of open_ctree()Eric Sandeen1-40/+53
2015-02-16btrfs: factor btrfs_init_workqueues() out of open_ctree()Eric Sandeen1-70/+83
2015-02-16btrfs: factor btrfs_init_qgroup() out of open_ctree()Eric Sandeen1-11/+15
2015-02-16btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree()Eric Sandeen1-6/+12
2015-02-16btrfs: factor btrfs_init_btree_inode() out of open_ctree()Eric Sandeen1-25/+31
2015-02-16btrfs: factor btrfs_init_balance() out of open_ctree()Eric Sandeen1-8/+12
2015-02-16btrfs: factor btrfs_init_scrub() out of open_ctree()Eric Sandeen1-7/+12
2015-02-16btrfs: consistently use fs_info in close_ctree()Eric Sandeen1-3/+3