aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov
2012-01-16Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik
2011-11-20btrfs: mirror_num should be int, not u64Jan Schmidt
2011-11-20Btrfs: fix barrier flushesChris Mason
2011-11-09Btrfs: close devices on all error paths in open_ctree()Ilya Dryomov
2011-11-09Btrfs: avoid null dereference and leaks when bailing from open_ctree()Ilya Dryomov
2011-11-06Btrfs: check for a null fs root when writing to the backup root logChris Mason
2011-11-06Btrfs: stop the readahead threads on failed mountChris Mason
2011-11-06Btrfs: fix extent_buffer leak in the metadata IO error handlingChris Mason
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason
2011-11-06Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason
2011-11-06Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik
2011-11-06Btrfs: add a log of past tree rootsChris Mason
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba
2011-11-06Btrfs: make sure to flush queued bios if write_cache_pages waitsChris Mason
2011-10-19Btrfs: allow us to overcommit our enospc reservationsJosef Bacik
2011-10-19Btrfs: put the block group cache after we commit the superJosef Bacik
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik
2011-10-02btrfs: hooks for readaheadArne Jansen
2011-10-02btrfs: state information for readaheadArne Jansen
2011-10-02btrfs: add READAHEAD extent buffer flagArne Jansen
2011-10-02btrfs: add an extra wait mode to read_extent_buffer_pagesArne Jansen
2011-09-29btrfs: add mirror_num to extent_read_full_pageJan Schmidt
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-07-27Btrfs: make a lockdep class for each rootChris Mason
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason
2011-07-27Btrfs: use a worker thread to do cachingJosef Bacik
2011-07-20btrfs: kill magical embedded struct superblockAl Viro
2011-06-17btrfs: fix uninitialized return valueDavid Sterba
2011-06-17btrfs: Remove unused sysfs codeMaarten Lankhorst
2011-06-17Btrfs: fix relocation racesChris Mason
2011-06-13Btrfs: check the return value from set_anon_superChris Mason
2011-06-10Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-06-10btrfs: fix unlocked access of delalloc_inodesDavid Sterba
2011-06-10btrfs: reinitialize scrub workersArne Jansen
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-27Btrfs: use the device_list_mutex during write_dev_supersChris Mason
2011-05-26Btrfs: add mount -o auto_defragChris Mason
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: using rcu lock in the reader side of devices listXiao Guangrong
2011-05-23Btrfs: fix the race between reading and updating devicesXiao Guangrong
2011-05-23BTRFS: Remove unused node_lockAndi Kleen
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason