aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
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
2013-02-20Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie
2013-02-20Btrfs: use percpu counter for dirty metadata countMiao Xie
2013-02-20Btrfs: record first logical byte in memoryLiu Bo
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik
2013-02-20Btrfs: use wrapper page_offsetMiao Xie
2013-02-20Btrfs: use slabs for delayed reference allocationMiao Xie
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-12-16Btrfs: only clear dirty on the buffer if it is marked as dirtyJosef Bacik
2012-12-16Btrfs: move checks in set_page_dirty under DEBUGJosef Bacik
2012-12-16Btrfs: rename root_times_lock to root_item_lockAnand Jain
2012-12-16Btrfs: restructure btrfs_run_defrag_inodes()Miao Xie
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens
2012-12-12Btrfs: enhance btrfs structures for device replace supportStefan Behrens
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo
2012-12-12fs/btrfs: use WARNJulia Lawall
2012-12-12Btrfs: don't allow degraded mount if too many devices are missingStefan Behrens
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie
2012-10-09Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_bufferWang Sheng-Hui
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik
2012-10-09Btrfs: do not async metadata csumming in certain situationsJosef Bacik
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie
2012-10-04Btrfs: remove unused write cache pages hookJosef Bacik
2012-10-04Btrfs: cleanup fs_info->hashersLiu Bo
2012-10-04Btrfs: remove unnecessary code in btree_get_extent()Tsutomu Itoh
2012-10-04Btrfs: cleanup of error processing in btree_get_extent()Tsutomu Itoh
2012-10-01Btrfs: cleanup for unused ref cache stuffliubo
2012-10-01Btrfs: fix unprotected ->log_batchMiao Xie
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie