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