aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2012-07-31btrfs: Convert to new freezing mechanismJan Kara1-3/+0
2012-07-30btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches1-1/+1
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason1-3/+5
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block1-3/+5
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-7/+127
2012-07-23Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages()Stefan Behrens1-1/+1
2012-07-23Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mountingIlya Dryomov1-2/+2
2012-07-23Btrfs: do not return EINVAL instead of ENOMEM from open_ctree()Ilya Dryomov1-1/+1
2012-07-12Btrfs: quota tree support and startupArne Jansen1-6/+41
2012-07-10Btrfs: qgroup state and initializationArne Jansen1-0/+7
2012-07-10Btrfs: added helper to create new treesArne Jansen1-1/+77
2012-07-10Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt1-0/+2
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-13/+21
2012-07-02Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov1-9/+15
2012-07-02Btrfs: restore restriper state on all mountsIlya Dryomov1-4/+6
2012-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2012-06-21Btrfs: add a missing spin_lockJosef Bacik1-0/+1
2012-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-28/+48
2012-06-15Btrfs: destroy the items of the delayed inodes in error handling routineMiao Xie1-0/+6
2012-06-15Btrfs: make sure that we've made everything in pinned tree cleanLiu Bo1-0/+11
2012-06-15Btrfs: avoid memory leak of extent state in error handling routineLiu Bo1-0/+2
2012-06-14Btrfs: fix incompat flags settingLi Zefan1-1/+1
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik1-4/+6
2012-06-14Btrfs: fix btrfs_destroy_marked_extentsJosef Bacik1-4/+2
2012-06-14Btrfs: wake up transaction waiters when aborting a transactionJosef Bacik1-6/+3
2012-06-14Btrfs: fix locking in btrfs_destroy_delayed_refsJosef Bacik1-13/+17
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-32/+25
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-1/+6
2012-05-30Btrfs: read device stats on mount, write modified ones during commitStefan Behrens1-0/+7
2012-05-30Btrfs: add device counters for detected IO and checksum errorsStefan Behrens1-4/+9
2012-05-30btrfs: Drop unused function btrfs_abort_devices()Asias He1-13/+0
2012-05-30Btrfs: fix how we deal with the orphan block rsvJosef Bacik1-1/+1
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik1-1/+2
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik1-12/+0
2012-05-26Btrfs: add tree mod log to fs_infoJan Schmidt1-0/+5
2012-05-26Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt1-1/+1
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason1-5/+13
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-04-08Merge branch 'master' into for-nextJiri Kosina1-293/+368
2012-04-05btrfs: assignment in write_dev_flush() doesn't need two semi-colonsJesper Juhl1-1/+1
2012-03-29Btrfs: update the checks for mixed block groups with big metadata blocksChris Mason1-12/+17
2012-03-28Btrfs: flush out and clean up any block device pages during mountChris Mason1-0/+1
2012-03-28Merge branch 'error-handling' into for-linusChris Mason1-75/+186
2012-03-28btrfs: disallow unequal data/metadata blocksize for mixed block groupsDavid Sterba1-0/+8
2012-03-28Btrfs: enhance superblock sanity checksDavid Sterba1-5/+18
2012-03-26Btrfs: deal with read errors on extent buffers differentlyJosef Bacik1-14/+29
2012-03-26Btrfs: don't use threaded IO completion helpers for metadata writesChris Mason1-4/+4