summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: enhance transaction abort infrastructureJeff Mahoney2012-03-221-4/+46
| * | btrfs: drop gfp_t from lock_extentJeff Mahoney2012-03-221-1/+1
| * | btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-25/+14Star
| * | btrfs: ->submit_bio_hook error push-upJeff Mahoney2012-03-221-3/+3
| * | btrfs: find_and_setup_root error push-upJeff Mahoney2012-03-221-5/+6
| * | btrfs: clean_tree_block should panic on observed memory corruption and return...Jeff Mahoney2012-03-221-5/+10
* | | Btrfs: deal with read errors on extent buffers differentlyJosef Bacik2012-03-271-14/+29
* | | Btrfs: don't use threaded IO completion helpers for metadata writesChris Mason2012-03-261-4/+4
* | | Btrfs: ensure an entire eb is written at onceJosef Bacik2012-03-261-41/+35Star
* | | Btrfs: introduce free_extent_buffer_staleJosef Bacik2012-03-261-13/+1Star
* | | Btrfs: set page->private to the ebJosef Bacik2012-03-261-68/+23Star
* | | Btrfs: allow metadata blocks larger than the page sizeChris Mason2012-03-261-101/+95Star
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-02-241-0/+12
|\ \ | |/ |/|
| * Btrfs: make sure we update latest_bdevChris Mason2012-02-231-0/+6
| * btrfs: Sector Size check during MountKeith Mannthey2012-02-151-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-291-0/+7
|\|
| * btrfs: mask out gfp flags in releasepageDavid Sterba2012-01-261-0/+7
* | Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2012-01-181-34/+36
|\ \
| * | btrfs: take allocation of ->tree_root into open_ctree()Al Viro2012-01-091-3/+5
| * | btrfs: let ->s_fs_info point to fs_info, not root...Al Viro2012-01-091-2/+2
| * | btrfs: merge free_fs_info() calls on fill_super failuresAl Viro2012-01-091-2/+0Star
| * | btrfs: make open_ctree() return intAl Viro2012-01-091-6/+6
| * | btrfs: sanitizing ->fs_info, part 5Al Viro2012-01-091-11/+11
| * | btrfs: sanitizing ->fs_info, part 4Al Viro2012-01-091-18/+15Star
| * | btrfs: sanitizing ->fs_info, part 3Al Viro2012-01-091-7/+5Star
| * | btrfs: sanitizing ->fs_info, part 2Al Viro2012-01-091-1/+4
| * | btrfs: sanitizing ->fs_info, part 1Al Viro2012-01-091-1/+6
| * | btrfs: preparation to fixing mount/umount raceAl Viro2012-01-091-2/+1Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-01-181-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/+0Star
| |\ \ \ \
| | * | | | Btrfs: fix possible deadlock when opening a seed deviceLi Zefan2012-01-111-2/+0Star
| | | |/ / | | |/| |
| * | | | 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/+0Star
| | |/ / /
* | | | | mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-131-2/+3
* | | | | mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-01-131-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/+2Star
|\ \ \ | |/ / |/| |
| * | freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2011-11-211-6/+2Star
* | | 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