aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2015-06-23make simple_positive() publicGravatar Al Viro 1-9/+1
2015-06-23vfs: add file_path() helperGravatar Miklos Szeredi 1-1/+1
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+3
2015-05-06Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-24/+11
2015-05-05revert "zram: move compact_store() to sysfs functions area"Gravatar Andrew Morton 1-0/+23
2015-05-01rbd: end I/O the entire obj_request on errorGravatar Ilya Dryomov 1-0/+5
2015-04-27block: destroy bdi before blockdev is unregistered.Gravatar NeilBrown 1-1/+1
2015-04-27xen/grant: introduce func gnttab_unmap_refs_sync()Gravatar Bob Liu 1-28/+3
2015-04-27xen/blkback: safely unmap purge persistent grantsGravatar Bob Liu 1-6/+18
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2015-04-23NVMe: Fix VPD B0 max sectors translationGravatar Keith Busch 1-1/+2
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-6/+20
2015-04-22rbd: rbd_wq comment is obsoleteGravatar Ilya Dryomov 1-1/+1
2015-04-20rbd: mark block queue as non-rotationalGravatar Ilya Dryomov 1-2/+2
2015-04-20rbd: be more informative on -ENOENT failuresGravatar Ilya Dryomov 1-3/+17
2015-04-18Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-0/+274
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-174/+120
2015-04-16Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-236/+207
2015-04-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-4/+5
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-4/+6
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Gravatar Linus Torvalds 1-6/+6
2015-04-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-2/+76
2015-04-15paride: fix the "verbose" module paramGravatar Dan Carpenter 1-2/+2
2015-04-15zram: fix error return codeGravatar Julia Lawall 1-0/+1
2015-04-15zram: deprecate zram attrs sysfs nodesGravatar Sergey Senozhatsky 1-0/+15
2015-04-15zram: export new 'mm_stat' sysfs attrsGravatar Sergey Senozhatsky 1-0/+31
2015-04-15zram: export new 'io_stat' sysfs attrsGravatar Sergey Senozhatsky 1-0/+20
2015-04-15zram: use generic start/end io accountingGravatar Sergey Senozhatsky 1-0/+6
2015-04-15zram: move compact_store() to sysfs functions areaGravatar Sergey Senozhatsky 1-23/+0
2015-04-15zram: remove `num_migrated' device attrGravatar Sergey Senozhatsky 1-2/+0
2015-04-15zram: support compactionGravatar Minchan Kim 2-0/+26
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-5/+7
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsGravatar David Howells 1-4/+4
2015-04-15block: loop: switch to VFS ITER_BVECGravatar Christoph Hellwig 1-174/+120
2015-04-15xenbus_client: Extend interface to support multi-page ringGravatar Wei Liu 2-4/+6
2015-04-11switch /dev/loop to vfs_iter_write()Gravatar Al Viro 1-5/+7
2015-04-10sd, mmc, virtio_blk, string_helpers: fix block size unitsGravatar James Bottomley 1-4/+5
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichGravatar Thomas Gleixner 2-4/+5
2015-04-07Merge branch 'stable/for-jens-4.1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Jens Axboe 3-52/+54
2015-04-07NVMe: Meta data handling through submit io ioctlGravatar Keith Busch 1-74/+49
2015-04-07NVMe: Add translation for block limitsGravatar Keith Busch 1-1/+27
2015-04-07NVMe: Remove check for nullGravatar Keith Busch 1-2/+0
2015-04-07NVMe: Fix error handling of class_create("nvme")Gravatar Alexey Khoroshilov 1-1/+3
2015-04-07xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFXGravatar Tao Chen 3-50/+49
2015-04-07xen-blkback: enlarge the array size of blkback nameGravatar Tao Chen 1-2/+5
2015-04-02nbd: Return error pointer directlyGravatar Markus Pargmann 1-5/+2
2015-04-02nbd: Return error code directlyGravatar Markus Pargmann 1-5/+2
2015-04-02nbd: Remove fixme that was already fixedGravatar Markus Pargmann 1-6/+3
2015-04-02nbd: Restructure debugging printsGravatar Markus Pargmann 1-66/+22
2015-04-02nbd: Fix device bytesize typeGravatar Markus Pargmann 1-1/+2