summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2012-01-171-34/+36
|\
| * btrfs: take allocation of ->tree_root into open_ctree()Al Viro2012-01-081-3/+5
| * btrfs: let ->s_fs_info point to fs_info, not root...Al Viro2012-01-081-2/+2
| * btrfs: merge free_fs_info() calls on fill_super failuresAl Viro2012-01-081-2/+0
| * btrfs: make open_ctree() return intAl Viro2012-01-081-6/+6
| * btrfs: sanitizing ->fs_info, part 5Al Viro2012-01-081-11/+11
| * btrfs: sanitizing ->fs_info, part 4Al Viro2012-01-081-18/+15
| * btrfs: sanitizing ->fs_info, part 3Al Viro2012-01-081-7/+5
| * btrfs: sanitizing ->fs_info, part 2Al Viro2012-01-081-1/+4
| * btrfs: sanitizing ->fs_info, part 1Al Viro2012-01-081-1/+6
| * btrfs: preparation to fixing mount/umount raceAl Viro2012-01-081-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-171-8/+41
|\ \
| * \ Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason2012-01-161-2/+24
| |\ \
| | * | Btrfs: integrate integrity check module into btrfsStefan Behrens2011-12-211-2/+24
| * | | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason2012-01-161-1/+2
| |\ \ \
| | * | | Btrfs: mark delayed refs as for cowArne Jansen2011-12-221-1/+2
| * | | | Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason2012-01-161-2/+0
| |\ \ \ \
| | * | | | Btrfs: fix possible deadlock when opening a seed deviceLi Zefan2012-01-111-2/+0
| | | |/ / | | |/| |
| * | | | Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason2012-01-161-3/+15
| |\ \ \ \
| | * | | | Btrfs: allow for canceling restriperIlya Dryomov2012-01-161-0/+1
| | * | | | Btrfs: allow for pausing restriperIlya Dryomov2012-01-161-0/+6
| | * | | | Btrfs: recover balance on mountIlya Dryomov2012-01-161-0/+4
| | * | | | Btrfs: add basic restriper infrastructureIlya Dryomov2012-01-161-0/+4
| | * | | | Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov2012-01-161-3/+0
| | |/ / /
* | | | | mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-121-2/+3
* | | | | mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-01-121-2/+2
| |_|_|/ |/| | |
* | | | Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-211-13/+21
|\ \ \ \ | |/ / /
| * | | Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds2011-12-161-13/+21
| |\ \ \ | | |/ /
| | * | Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik2011-12-151-13/+21
| | |/
* | | Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki2011-11-231-6/+2
|\ \ \ | |/ / |/| |
| * | freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2011-11-211-6/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-221-18/+129
|\ \ \ | |/ / |/| / | |/
| * btrfs: mirror_num should be int, not u64Jan Schmidt2011-11-201-1/+1
| * Btrfs: fix barrier flushesChris Mason2011-11-201-17/+128
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-111-24/+18
|\ \ | |/
| * Btrfs: close devices on all error paths in open_ctree()Ilya Dryomov2011-11-091-4/+3
| * Btrfs: avoid null dereference and leaks when bailing from open_ctree()Ilya Dryomov2011-11-091-20/+15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-061-56/+385
|\ \ | |/
| * Btrfs: check for a null fs root when writing to the backup root logChris Mason2011-11-061-3/+10
| * Btrfs: stop the readahead threads on failed mountChris Mason2011-11-061-0/+1
| * Btrfs: fix extent_buffer leak in the metadata IO error handlingChris Mason2011-11-061-0/+1
| * Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-061-2/+2
| |\
| | * btrfs: add mirror_num to extent_read_full_pageJan Schmidt2011-09-291-1/+1
| * | Merge branch 'for-chris' of git://github.com/sensille/linux into integrationChris Mason2011-11-061-2/+82
| |\ \
| | * | btrfs: hooks for readaheadArne Jansen2011-10-021-0/+37
| | * | btrfs: state information for readaheadArne Jansen2011-10-021-0/+10
| | * | btrfs: add READAHEAD extent buffer flagArne Jansen2011-10-021-0/+32
| | * | btrfs: add an extra wait mode to read_extent_buffer_pagesArne Jansen2011-10-021-2/+3
| | |/
| * | Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik2011-11-061-0/+1
| * | Btrfs: add a log of past tree rootsChris Mason2011-11-061-23/+268
OpenPOWER on IntegriCloud