summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason
2012-04-18Btrfs: always store the mirror we read the eb fromJosef Bacik
2012-04-18Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZELiu Bo
2012-04-08Merge branch 'master' into for-nextJiri Kosina
2012-04-05btrfs: assignment in write_dev_flush() doesn't need two semi-colonsJesper Juhl
2012-03-29Btrfs: update the checks for mixed block groups with big metadata blocksChris Mason
2012-03-28Btrfs: flush out and clean up any block device pages during mountChris Mason
2012-03-28Merge branch 'error-handling' into for-linusChris Mason
2012-03-28btrfs: disallow unequal data/metadata blocksize for mixed block groupsDavid Sterba
2012-03-28Btrfs: enhance superblock sanity checksDavid Sterba
2012-03-26Btrfs: deal with read errors on extent buffers differentlyJosef Bacik
2012-03-26Btrfs: don't use threaded IO completion helpers for metadata writesChris Mason
2012-03-26Btrfs: ensure an entire eb is written at onceJosef Bacik
2012-03-26Btrfs: introduce free_extent_buffer_staleJosef Bacik
2012-03-26Btrfs: set page->private to the ebJosef Bacik
2012-03-26Btrfs: allow metadata blocks larger than the page sizeChris Mason
2012-03-22btrfs: Fix busyloop in transaction_kthread()Jan Kara
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-03-22btrfs: ->submit_bio_hook error push-upJeff Mahoney
2012-03-22btrfs: find_and_setup_root error push-upJeff Mahoney
2012-03-22btrfs: clean_tree_block should panic on observed memory corruption and return...Jeff Mahoney
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-02-23Btrfs: make sure we update latest_bdevChris Mason
2012-02-15btrfs: Sector Size check during MountKeith Mannthey
2012-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-26btrfs: mask out gfp flags in releasepageDavid Sterba
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason
2012-01-16Btrfs: allow for canceling restriperIlya Dryomov
2012-01-16Btrfs: allow for pausing restriperIlya Dryomov
2012-01-16Btrfs: recover balance on mountIlya Dryomov
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov
2012-01-16Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-01-11Btrfs: fix possible deadlock when opening a seed deviceLi Zefan
2012-01-08btrfs: take allocation of ->tree_root into open_ctree()Al Viro
2012-01-08btrfs: let ->s_fs_info point to fs_info, not root...Al Viro
2012-01-08btrfs: merge free_fs_info() calls on fill_super failuresAl Viro
2012-01-08btrfs: make open_ctree() return intAl Viro
2012-01-08btrfs: sanitizing ->fs_info, part 5Al Viro
2012-01-08btrfs: sanitizing ->fs_info, part 4Al Viro