summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
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
2015-06-12Btrfs: fix use-after-free in btrfs_replay_logLiu Bo
2015-06-10btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo
2015-06-03Btrfs: fix up read_tree_block to return proper errorLiu Bo
2015-05-27Btrfs: sysfs: separate kobject and attribute creationAnand Jain
2015-05-27Btrfs: sysfs: fix, fs_info kobject_unregister has init_completion() twiceAnand Jain
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig
2015-04-13btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei
2015-04-10Btrfs: fix use after free when close_ctree frees the orphan_rsvChris Mason
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason
2015-03-26Btrfs: Remove the check for old-style mkfsLiu Bo
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-13btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba
2015-03-03btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-02-16btrfs: cleanup, reduce temporary variables in btrfs_read_rootsDavid Sterba
2015-02-16btrfs: use correct type for workqueue flagsDavid Sterba
2015-02-16btrfs: factor btrfs_read_roots() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_replay_log() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_workqueues() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_qgroup() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_btree_inode() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_balance() out of open_ctree()Eric Sandeen
2015-02-16btrfs: factor btrfs_init_scrub() out of open_ctree()Eric Sandeen
2015-02-16btrfs: consistently use fs_info in close_ctree()Eric Sandeen
2015-02-16btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen
2015-02-16btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler
2015-02-02Btrfs: fix race between transaction commit and empty block group removalFilipe Manana
2015-02-02btrfs: add checks for sys_chunk_array sizesDavid Sterba
2015-02-02btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesizeDavid Sterba
2015-01-21Btrfs: fix unused members in struct btrfs_rootAnand Jain
2015-01-21btrfs: set proper message level for skinny metadataDavid Sterba
2015-01-21btrfs: update message levels after checksum errorsDavid Sterba
2015-01-21btrfs: update message levels during failed mountDavid Sterba
2015-01-21btrfs: update message levels for errorsDavid Sterba
2015-01-21Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig