aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-06block, THP: make block_device_operations.rw_page support THPHuang Ying2-1/+7
2017-09-06zram: add config and doc file for writeback featureMinchan Kim1-0/+12
2017-09-06zram: read page from backing deviceMinchan Kim1-5/+118
2017-09-06zram: write incompressible pages to backing deviceMinchan Kim2-13/+103
2017-09-06zram: identify asynchronous IO's return valueMinchan Kim1-8/+24
2017-09-06zram: add free space management in backing deviceMinchan Kim2-1/+50
2017-09-06zram: add interface to specif backing deviceMinchan Kim2-0/+147
2017-09-06zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim1-3/+3
2017-09-06zram: inline zram_compressMinchan Kim1-42/+22
2017-09-06zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim1-33/+23
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar4-45/+24
2017-08-31Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+8
2017-08-29Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-2/+8
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-1/+1
2017-08-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+10
2017-08-25xen-blkback: stop blkback thread of every queue in xen_blkif_disconnectAnnie Li1-2/+8
2017-08-25virtio_blk: fix incorrect message when disk is resizedStefan Hajnoczi1-6/+10
2017-08-24x86/lguest: Remove lguest supportJuergen Gross1-1/+1
2017-08-23Revert "loop: support 4k physical blocksize"Omar Sandoval2-37/+6
2017-08-16Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-3/+3
2017-08-15xen-blkfront: use a right index when checking requestsMunehisa Kamata1-3/+3
2017-08-10zram: rework copy of compressor name in comp_algorithm_store()Matthias Kaehlcke1-2/+2
2017-08-09sunvdc: prevent sunvdc panic when mpgroup disk added to guest domainJim Quigley1-0/+61
2017-07-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-16/+27
2017-07-25Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-9/+12
2017-07-25nbd: clear disconnected on reconnectJosef Bacik1-0/+2
2017-07-25xen/blkfront: always allocate grants first from per-queue persistent grantsDongli Zhang1-8/+11
2017-07-25xen-blkfront: fix mq start/stop raceJunxiao Bi1-1/+1
2017-07-25virtio_blk: Use sysfs_match_string() helperAndy Shevchenko1-5/+2
2017-07-24xen-blkfront: Fix handling of non-supported operationsBart Van Assche1-2/+2
2017-07-22nbd: only set sndtimeo if we have a timeout setJosef Bacik1-2/+5
2017-07-22nbd: take tx_lock before disconnectingJosef Bacik1-0/+4
2017-07-22nbd: allow multiple disconnects to be sentJosef Bacik1-3/+2
2017-07-13nbd: kill unused ret in recv_workKefeng Wang1-2/+0
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-15/+43
2017-07-10ARM: fix rd_size declarationBart Van Assche1-0/+1
2017-07-10zram: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-10zram: use __sysfs_match_string() helperAndy Shevchenko1-6/+4
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe3-8/+19
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+8
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+328
2017-07-06zram: count same page write as page_storedMinchan Kim1-0/+2
2017-07-06cciss: initialize struct scsi_reqChristoph Hellwig1-0/+8
2017-07-06null_blk: fix error flow for shared tags during module_initMax Gurtovoy1-5/+13
2017-07-06virtio_blk: quiesce/unquiesce live IO when entering PM statesSagi Grimberg1-2/+2
2017-07-06mtip32xx: quiesce request queues to make sure no submissions are inflightSagi Grimberg1-4/+15
2017-07-06nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg1-2/+2