aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-202/+281
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+2
2013-06-14Btrfs: do not pin while under spin lockJosef Bacik1-4/+8
2013-06-14Btrfs: fix qgroup rescan resume on mountJan Schmidt1-0/+2
2013-06-14Btrfs: make the state of the transaction more readableMiao Xie1-18/+18
2013-06-14Btrfs: cleanup unnecessary assignment when cleaning up all the residual transactionMiao Xie1-8/+1
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-10/+35
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie1-10/+39
2013-06-14Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie1-2/+3
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie1-136/+146
2013-06-14Btrfs: make the snap/subv deletion end more early when the fs is R/OMiao Xie1-13/+2
2013-06-14Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()Miao Xie1-0/+9
2013-06-14Btrfs: make the cleaner complete early when the fs is going to be umountedMiao Xie1-5/+7
2013-06-14Btrfs: remove unnecessary ->s_umount in cleaner_kthread()Miao Xie1-12/+28
2013-06-14Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULLStefan Behrens1-2/+0
2013-06-14Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulistWang Shilong1-0/+1
2013-06-14Btrfs: fix check on same raid type flag twiceHenrik Nordvik1-1/+1
2013-06-08Btrfs: stop all workers before cleaning up rootsJosef Bacik1-3/+3
2013-06-08Btrfs: fix use-after-free bug during umountLiu Bo1-2/+2
2013-06-08Btrfs: don't delete fs_roots until after we cleanup the transactionJosef Bacik1-1/+1
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+2
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-nextChris Mason1-21/+29
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-1/+1
2013-05-17Btrfs: make sure roots are assigned before freeing their nodesJosef Bacik1-18/+21
2013-05-17Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock contextMiao Xie1-0/+6
2013-05-17Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()Miao Xie1-1/+0
2013-05-17Btrfs: don't null pointer deref on abortJosef Bacik1-1/+1
2013-05-17btrfs: annotate quota tree for lockdepDavid Sterba1-1/+1
2013-05-07Btrfs: allow superblock mismatch from older mkfsChris Mason1-0/+5
2013-05-07btrfs: enhance superblock checksDavid Sterba1-15/+67
2013-05-06btrfs: remove unused gfp mask parameter from release_extent_buffer callchainDavid Sterba1-7/+1
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-38/+5
2013-05-06Btrfs: deal with errors in write_dev_supersJosef Bacik1-1/+11
2013-05-06Btrfs: rescan for qgroupsJan Schmidt1-0/+5
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt1-1/+1
2013-05-06Btrfs: set UUID in root_item for created treesStefan Behrens1-0/+4
2013-05-06Btrfs: delete unused parameter to btrfs_read_root_item()Stefan Behrens1-1/+1
2013-05-06Btrfs: various abort cleanupsJosef Bacik1-4/+5
2013-05-06Btrfs: cleanup destroy_marked_extentsJosef Bacik1-31/+9
2013-05-06Btrfs: cleanup fs roots if we fail to mountJosef Bacik1-31/+31
2013-05-06Btrfs: fix all callers of read_tree_blockJosef Bacik1-2/+17
2013-05-06Btrfs: add tree block level sanity checkJosef Bacik1-0/+6
2013-05-06Btrfs: don't call readahead hook until we have read the entire ebJosef Bacik1-3/+2
2013-05-06Btrfs: don't force pages under writeback to finish when abortingJosef Bacik1-3/+2
2013-05-06Btrfs: use a lock to protect incompat/compat flag of the super blockMiao Xie1-0/+5
2013-05-06Btrfs: introduce a mutex lock for btrfs quota operationsWang Shilong1-0/+1
2013-05-06Btrfs: fix bad extent loggingJosef Bacik1-1/+1
2013-05-06btrfs: clean snapshots one by oneDavid Sterba1-6/+11
2013-05-06Btrfs: share stop worker codeLiu Bo1-32/+23
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik1-0/+3