summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+12
2012-02-23Btrfs: make sure we update latest_bdevChris Mason1-0/+6
2012-02-15btrfs: Sector Size check during MountKeith Mannthey1-0/+6
2012-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+7
2012-01-26btrfs: mask out gfp flags in releasepageDavid Sterba1-0/+7
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-34/+36
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-8/+41
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason1-2/+24
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason1-1/+2
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason1-2/+0
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason1-3/+15
2012-01-16Btrfs: allow for canceling restriperIlya Dryomov1-0/+1
2012-01-16Btrfs: allow for pausing restriperIlya Dryomov1-0/+6
2012-01-16Btrfs: recover balance on mountIlya Dryomov1-0/+4
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov1-0/+4
2012-01-16Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov1-3/+0
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-2/+3
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman1-2/+2
2012-01-11Btrfs: fix possible deadlock when opening a seed deviceLi Zefan1-2/+0
2012-01-08btrfs: take allocation of ->tree_root into open_ctree()Al Viro1-3/+5
2012-01-08btrfs: let ->s_fs_info point to fs_info, not root...Al Viro1-2/+2
2012-01-08btrfs: merge free_fs_info() calls on fill_super failuresAl Viro1-2/+0
2012-01-08btrfs: make open_ctree() return intAl Viro1-6/+6
2012-01-08btrfs: sanitizing ->fs_info, part 5Al Viro1-11/+11
2012-01-08btrfs: sanitizing ->fs_info, part 4Al Viro1-18/+15
2012-01-08btrfs: sanitizing ->fs_info, part 3Al Viro1-7/+5
2012-01-08btrfs: sanitizing ->fs_info, part 2Al Viro1-1/+4
2012-01-08btrfs: sanitizing ->fs_info, part 1Al Viro1-1/+6
2012-01-08btrfs: preparation to fixing mount/umount raceAl Viro1-2/+1
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen1-1/+2
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki1-13/+21
2011-12-21Btrfs: integrate integrity check module into btrfsStefan Behrens1-2/+24
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds1-13/+21
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik1-13/+21
2011-11-23Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Rafael J. Wysocki1-6/+2
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-18/+129
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo1-6/+2
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/mas...Linus 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/mas...Linus 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