aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-06Btrfs: use helper to cleanup tree rootsLiu Bo1-14/+1
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo1-3/+3
2013-03-21Btrfs: fix memory leak in btrfs_create_tree()Tsutomu Itoh1-3/+9
2013-03-21Btrfs: update to use fs_state bitLiu Bo1-1/+1
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie1-9/+7
2013-03-01btrfs: try harder to allocate raid56 stripe cacheDavid Sterba1-1/+1
2013-02-28Btrfs: fix memory leak of log rootsLiu Bo1-0/+5
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-9/+53
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9Chris Mason1-79/+81
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown1-4/+2
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik1-5/+6
2013-02-20Btrfs: fix the race between bio and btrfs_stop_workersMiao Xie1-2/+1
2013-02-20Btrfs: fix how we discard outstanding ordered extents on abortJosef Bacik1-26/+7
2013-02-20Btrfs: fix freeing delayed ref head while still holding its mutexJosef Bacik1-3/+5
2013-02-20btrfs: list_entry can't return NULLEric Sandeen1-2/+0
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie1-2/+3
2013-02-20Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie1-0/+1
2013-02-20Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie1-0/+2
2013-02-20Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie1-4/+14
2013-02-20Btrfs: use percpu counter for dirty metadata countMiao Xie1-30/+34
2013-02-20Btrfs: record first logical byte in memoryLiu Bo1-0/+1