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