aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-13btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei1-1/+2
2015-04-10Btrfs: fix use after free when close_ctree frees the orphan_rsvChris Mason1-1/+1
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason1-0/+1
2015-03-26Btrfs: 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/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-253/+301
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-2/+2
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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
2015-02-16btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen1-2/+2
2015-02-16btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick1-1/+1
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba1-2/+2
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler1-16/+16
2015-02-02Btrfs: fix race between transaction commit and empty block group removalFilipe Manana1-0/+1
2015-02-02btrfs: add checks for sys_chunk_array sizesDavid Sterba1-0/+19
2015-02-02btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesizeDavid Sterba1-0/+19
2015-01-21Btrfs: fix unused members in struct btrfs_rootAnand Jain1-2/+0
2015-01-21btrfs: set proper message level for skinny metadataDavid Sterba1-1/+1
2015-01-21btrfs: update message levels after checksum errorsDavid Sterba1-1/+1
2015-01-21btrfs: update message levels during failed mountDavid Sterba1-8/+8
2015-01-21btrfs: update message levels for errorsDavid Sterba1-4/+5
2015-01-21Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-9/+8
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig1-1/+1
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-2/+1
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba1-2/+6
2015-01-14btrfs: fix leak of path in btrfs_find_itemDavid Sterba1-1/+8
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba1-3/+2
2014-12-12btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba1-6/+6
2014-12-12btrfs: sink blocksize parameter to reada_tree_block_flaggedDavid Sterba1-2/+2
2014-12-12btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba1-2/+2
2014-12-10Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana1-6/+0
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana1-0/+13
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-3/+5
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik1-0/+20
2014-11-20btrfs: fix typos in btrfs_check_super_validDavid Sterba1-4/+4
2014-11-12btrfs: switch inode_cache option handling to pending changesDavid Sterba1-4/+0