summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik1-8/+8
2012-04-18Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZELiu Bo1-3/+3
2012-03-30Btrfs: update the checks for mixed block groups with big metadata blocksChris Mason1-12/+17
2012-03-29Btrfs: flush out and clean up any block device pages during mountChris Mason1-0/+1
2012-03-29Merge branch 'error-handling' into for-linusChris Mason1-75/+186
2012-03-29btrfs: disallow unequal data/metadata blocksize for mixed block groupsDavid Sterba1-0/+8
2012-03-29Btrfs: enhance superblock sanity checksDavid Sterba1-5/+18
2012-03-27Btrfs: deal with read errors on extent buffers differentlyJosef Bacik1-14/+29
2012-03-27Btrfs: don't use threaded IO completion helpers for metadata writesChris Mason1-4/+4
2012-03-27Btrfs: ensure an entire eb is written at onceJosef Bacik1-41/+35
2012-03-27Btrfs: introduce free_extent_buffer_staleJosef Bacik1-13/+1
2012-03-27Btrfs: set page->private to the ebJosef Bacik1-68/+23
2012-03-27Btrfs: allow metadata blocks larger than the page sizeChris Mason1-101/+95
2012-03-22btrfs: Fix busyloop in transaction_kthread()Jan Kara1-2/+7
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-30/+86
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney1-4/+46
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney1-1/+1
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-25/+14
2012-03-22btrfs: ->submit_bio_hook error push-upJeff Mahoney1-3/+3
2012-03-22btrfs: find_and_setup_root error push-upJeff Mahoney1-5/+6
2012-03-22btrfs: clean_tree_block should panic on observed memory corruption and return...Jeff Mahoney1-5/+10
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-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+7
2012-01-27btrfs: mask out gfp flags in releasepageDavid Sterba1-0/+7
2012-01-18Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-34/+36
2012-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-8/+41
2012-01-17Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason1-2/+24
2012-01-17Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason1-1/+2
2012-01-17Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason1-2/+0
2012-01-17Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason1-3/+15
2012-01-17Btrfs: allow for canceling restriperIlya Dryomov1-0/+1
2012-01-17Btrfs: allow for pausing restriperIlya Dryomov1-0/+6
2012-01-17Btrfs: recover balance on mountIlya Dryomov1-0/+4
2012-01-17Btrfs: add basic restriper infrastructureIlya Dryomov1-0/+4
2012-01-17Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov1-3/+0
2012-01-13mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-2/+3
2012-01-13mm: 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-09btrfs: take allocation of ->tree_root into open_ctree()Al Viro1-3/+5
2012-01-09btrfs: let ->s_fs_info point to fs_info, not root...Al Viro1-2/+2
2012-01-09btrfs: merge free_fs_info() calls on fill_super failuresAl Viro1-2/+0
2012-01-09btrfs: make open_ctree() return intAl Viro1-6/+6
2012-01-09btrfs: sanitizing ->fs_info, part 5Al Viro1-11/+11
2012-01-09btrfs: sanitizing ->fs_info, part 4Al Viro1-18/+15
2012-01-09btrfs: sanitizing ->fs_info, part 3Al Viro1-7/+5
2012-01-09btrfs: sanitizing ->fs_info, part 2Al Viro1-1/+4
2012-01-09btrfs: sanitizing ->fs_info, part 1Al Viro1-1/+6
2012-01-09btrfs: preparation to fixing mount/umount raceAl Viro1-2/+1