aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2013-06-08Btrfs: stop all workers before cleaning up rootsJosef Bacik
2013-06-08Btrfs: fix use-after-free bug during umountLiu Bo
2013-06-08Btrfs: don't delete fs_roots until after we cleanup the transactionJosef Bacik
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason
2013-05-17Btrfs: make sure roots are assigned before freeing their nodesJosef Bacik
2013-05-17Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock contextMiao Xie
2013-05-17Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()Miao Xie
2013-05-17Btrfs: don't null pointer deref on abortJosef Bacik
2013-05-17btrfs: annotate quota tree for lockdepDavid Sterba
2013-05-07Btrfs: allow superblock mismatch from older mkfsChris Mason
2013-05-07btrfs: enhance superblock checksDavid Sterba
2013-05-06btrfs: remove unused gfp mask parameter from release_extent_buffer callchainDavid Sterba
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: deal with errors in write_dev_supersJosef Bacik
2013-05-06Btrfs: rescan for qgroupsJan Schmidt
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt
2013-05-06Btrfs: set UUID in root_item for created treesStefan Behrens
2013-05-06Btrfs: delete unused parameter to btrfs_read_root_item()Stefan Behrens
2013-05-06Btrfs: various abort cleanupsJosef Bacik
2013-05-06Btrfs: cleanup destroy_marked_extentsJosef Bacik
2013-05-06Btrfs: cleanup fs roots if we fail to mountJosef Bacik
2013-05-06Btrfs: fix all callers of read_tree_blockJosef Bacik
2013-05-06Btrfs: add tree block level sanity checkJosef Bacik
2013-05-06Btrfs: don't call readahead hook until we have read the entire ebJosef Bacik
2013-05-06Btrfs: don't force pages under writeback to finish when abortingJosef Bacik
2013-05-06Btrfs: use a lock to protect incompat/compat flag of the super blockMiao Xie
2013-05-06Btrfs: introduce a mutex lock for btrfs quota operationsWang Shilong
2013-05-06Btrfs: fix bad extent loggingJosef Bacik
2013-05-06btrfs: clean snapshots one by oneDavid Sterba
2013-05-06Btrfs: share stop worker codeLiu Bo
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik
2013-05-06Btrfs: use helper to cleanup tree rootsLiu Bo
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo
2013-03-21Btrfs: fix memory leak in btrfs_create_tree()Tsutomu Itoh
2013-03-21Btrfs: update to use fs_state bitLiu Bo
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie
2013-03-01btrfs: try harder to allocate raid56 stripe cacheDavid Sterba
2013-02-28Btrfs: fix memory leak of log rootsLiu Bo
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik
2013-02-20Btrfs: fix the race between bio and btrfs_stop_workersMiao Xie
2013-02-20Btrfs: fix how we discard outstanding ordered extents on abortJosef Bacik
2013-02-20Btrfs: fix freeing delayed ref head while still holding its mutexJosef Bacik
2013-02-20btrfs: list_entry can't return NULLEric Sandeen
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie
2013-02-20Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie
2013-02-20Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie