aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-18/+129
2011-11-20btrfs: mirror_num should be int, not u64Jan Schmidt1-1/+1
2011-11-20Btrfs: fix barrier flushesChris Mason1-17/+128
2011-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-24/+18
2011-11-09Btrfs: close devices on all error paths in open_ctree()Ilya Dryomov1-4/+3
2011-11-09Btrfs: avoid null dereference and leaks when bailing from open_ctree()Ilya Dryomov1-20/+15
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-56/+385
2011-11-06Btrfs: check for a null fs root when writing to the backup root logChris Mason1-3/+10
2011-11-06Btrfs: stop the readahead threads on failed mountChris Mason1-0/+1
2011-11-06Btrfs: fix extent_buffer leak in the metadata IO error handlingChris Mason1-0/+1
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-2/+2
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason1-2/+82
2011-11-06Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik1-0/+1
2011-11-06Btrfs: add a log of past tree rootsChris Mason1-23/+268
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-23/+10
2011-11-06Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason1-3/+10
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-10-19Btrfs: allow us to overcommit our enospc reservationsJosef Bacik1-0/+2
2011-10-19Btrfs: put the block group cache after we commit the superJosef Bacik1-2/+2
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik1-2/+0
2011-10-02btrfs: hooks for readaheadArne Jansen1-0/+37
2011-10-02btrfs: state information for readaheadArne Jansen1-0/+10
2011-10-02btrfs: add READAHEAD extent buffer flagArne Jansen1-0/+32
2011-10-02btrfs: add an extra wait mode to read_extent_buffer_pagesArne Jansen1-2/+3
2011-09-29btrfs: add mirror_num to extent_read_full_pageJan Schmidt1-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-38/+78
2011-07-27Btrfs: make a lockdep class for each rootChris Mason1-33/+70
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason1-5/+2
2011-07-27Btrfs: use a worker thread to do cachingJosef Bacik1-0/+6
2011-07-20btrfs: kill magical embedded struct superblockAl Viro1-11/+4
2011-06-17btrfs: fix uninitialized return valueDavid Sterba1-3/+3
2011-06-17btrfs: Remove unused sysfs codeMaarten Lankhorst1-1/+0
2011-06-17Btrfs: fix relocation racesChris Mason1-0/+1
2011-06-13Btrfs: check the return value from set_anon_superChris Mason1-1/+3
2011-06-10Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into for-linusChris Mason1-2/+0
2011-06-10btrfs: fix unlocked access of delalloc_inodesDavid Sterba1-2/+1
2011-06-10btrfs: reinitialize scrub workersArne Jansen1-2/+0
2011-05-28Merge branch 'for-chris' ofChris Mason1-18/+18
2011-05-27Btrfs: use the device_list_mutex during write_dev_supersChris Mason1-2/+2
2011-05-26Btrfs: add mount -o auto_defragChris Mason1-0/+12
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-6/+7
2011-05-23Btrfs: using rcu lock in the reader side of devices listXiao Guangrong1-7/+7
2011-05-23Btrfs: fix the race between reading and updating devicesXiao Guangrong1-0/+2
2011-05-23BTRFS: Remove unused node_lockAndi Kleen1-1/+0
2011-05-23Btrfs: kill trans_mutexJosef Bacik1-15/+15
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik1-3/+3
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason1-0/+12
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-87/+21
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason1-5/+45
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-5/+45