summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix memory leak in btrfs_create_tree()Tsutomu Itoh2013-03-211-3/+9
* Btrfs: update to use fs_state bitLiu Bo2013-03-211-1/+1
* Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie2013-03-041-9/+7
* btrfs: try harder to allocate raid56 stripe cacheDavid Sterba2013-03-011-1/+1
* Btrfs: fix memory leak of log rootsLiu Bo2013-02-281-0/+5
* Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason2013-02-201-9/+53
|\
| * Btrfs: RAID5 and RAID6David Woodhouse2013-02-011-9/+53
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-02-201-79/+81
|\ \
| * | btrfs: define BTRFS_MAGIC as a u64 valueZach Brown2013-02-201-4/+2
| * | Btrfs: place ordered operations on a per transaction listJosef Bacik2013-02-201-5/+6
| * | Btrfs: fix the race between bio and btrfs_stop_workersMiao Xie2013-02-201-2/+1
| * | Btrfs: fix how we discard outstanding ordered extents on abortJosef Bacik2013-02-201-26/+7
| * | Btrfs: fix freeing delayed ref head while still holding its mutexJosef Bacik2013-02-201-3/+5
| * | btrfs: list_entry can't return NULLEric Sandeen2013-02-201-2/+0
| * | Btrfs: use bit operation for ->fs_stateMiao Xie2013-02-201-2/+3
| * | Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie2013-02-201-0/+1
| * | Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie2013-02-201-0/+2
| * | Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie2013-02-201-4/+14
| * | Btrfs: use percpu counter for dirty metadata countMiao Xie2013-02-201-30/+34
| * | Btrfs: record first logical byte in memoryLiu Bo2013-02-201-0/+1
| * | Btrfs: wait on ordered extents at the last possible momentJosef Bacik2013-02-201-0/+4
| * | Btrfs: use wrapper page_offsetMiao Xie2013-02-201-1/+1
| * | Btrfs: use slabs for delayed reference allocationMiao Xie2013-02-201-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-12-181-50/+92
|\ \ | |/
| * Btrfs: only clear dirty on the buffer if it is marked as dirtyJosef Bacik2012-12-161-4/+4
| * Btrfs: move checks in set_page_dirty under DEBUGJosef Bacik2012-12-161-0/+2
| * Btrfs: rename root_times_lock to root_item_lockAnand Jain2012-12-161-1/+1
| * Btrfs: restructure btrfs_run_defrag_inodes()Miao Xie2012-12-161-1/+1
| * Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens2012-12-121-1/+23
| * Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens2012-12-121-17/+27
| * Btrfs: enhance btrfs structures for device replace supportStefan Behrens2012-12-121-0/+5
| * Btrfs: pass fs_info instead of rootStefan Behrens2012-12-121-2/+2
| * Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens2012-12-121-1/+1
| * Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo2012-12-121-19/+10
| * fs/btrfs: use WARNJulia Lawall2012-12-121-4/+2
| * Btrfs: don't allow degraded mount if too many devices are missingStefan Behrens2012-12-121-0/+7
| * Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie2012-12-111-0/+7
* | writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-111-4/+4
|/
* Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_bufferWang Sheng-Hui2012-10-091-4/+0
* Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens2012-10-091-13/+96
* Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik2012-10-091-2/+2
* Btrfs: do not async metadata csumming in certain situationsJosef Bacik2012-10-091-0/+22
* Btrfs: fix orphan transaction on the freezed filesystemMiao Xie2012-10-091-2/+3
* Btrfs: remove unused write cache pages hookJosef Bacik2012-10-041-47/+0
* Btrfs: cleanup fs_info->hashersLiu Bo2012-10-041-1/+0
* Btrfs: remove unnecessary code in btree_get_extent()Tsutomu Itoh2012-10-041-7/+1
* Btrfs: cleanup of error processing in btree_get_extent()Tsutomu Itoh2012-10-041-9/+5
* Btrfs: cleanup for unused ref cache stuffliubo2012-10-011-5/+0
* Btrfs: fix unprotected ->log_batchMiao Xie2012-10-011-1/+1
* Btrfs: add a new "type" field into the block reservation structureMiao Xie2012-10-011-6/+9
OpenPOWER on IntegriCloud