summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* block, THP: make block_device_operations.rw_page support THPHuang Ying2017-09-062-1/+7
* zram: add config and doc file for writeback featureMinchan Kim2017-09-061-0/+12
* zram: read page from backing deviceMinchan Kim2017-09-061-5/+118
* zram: write incompressible pages to backing deviceMinchan Kim2017-09-062-13/+103
* zram: identify asynchronous IO's return valueMinchan Kim2017-09-061-8/+24
* zram: add free space management in backing deviceMinchan Kim2017-09-062-1/+50
* zram: add interface to specif backing deviceMinchan Kim2017-09-062-0/+147
* zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim2017-09-061-3/+3
* zram: inline zram_compressMinchan Kim2017-09-061-42/+22
* zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim2017-09-061-33/+23
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-1/+1
|\
| * Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-044-45/+24
| |\
| * | smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-1/+1
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-1/+1
|\ \ \ | |_|/ |/| |
| * | x86/lguest: Remove lguest supportJuergen Gross2017-08-241-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-08-311-2/+8
|\ \ \
| * \ \ Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-08-291-2/+8
| |\ \ \
| | * | | xen-blkback: stop blkback thread of every queue in xen_blkif_disconnectAnnie Li2017-08-251-2/+8
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-08-251-6/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | virtio_blk: fix incorrect message when disk is resizedStefan Hajnoczi2017-08-251-6/+10
| | |_|/ | |/| |
* | | | Revert "loop: support 4k physical blocksize"Omar Sandoval2017-08-232-37/+6
|/ / /
* | | Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-08-161-3/+3
|\ \ \ | |/ /
| * | xen-blkfront: use a right index when checking requestsMunehisa Kamata2017-08-151-3/+3
* | | zram: rework copy of compressor name in comp_algorithm_store()Matthias Kaehlcke2017-08-101-2/+2
* | | sunvdc: prevent sunvdc panic when mpgroup disk added to guest domainJim Quigley2017-08-091-0/+61
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-282-16/+27
|\ \
| * \ Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-07-251-9/+12
| |\ \ | | |/
| | * xen/blkfront: always allocate grants first from per-queue persistent grantsDongli Zhang2017-07-251-8/+11
| | * xen-blkfront: fix mq start/stop raceJunxiao Bi2017-07-251-1/+1
| * | nbd: clear disconnected on reconnectJosef Bacik2017-07-251-0/+2
| |/
| * xen-blkfront: Fix handling of non-supported operationsBart Van Assche2017-07-241-2/+2
| * nbd: only set sndtimeo if we have a timeout setJosef Bacik2017-07-221-2/+5
| * nbd: take tx_lock before disconnectingJosef Bacik2017-07-221-0/+4
| * nbd: allow multiple disconnects to be sentJosef Bacik2017-07-221-3/+2
* | virtio_blk: Use sysfs_match_string() helperAndy Shevchenko2017-07-251-5/+2
|/
* nbd: kill unused ret in recv_workKefeng Wang2017-07-131-2/+0
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-116-15/+43
|\
| * Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe2017-07-103-8/+19
| |\
| | * virtio_blk: quiesce/unquiesce live IO when entering PM statesSagi Grimberg2017-07-061-2/+2
| | * mtip32xx: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-4/+15
| | * nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-2/+2
| * | cciss: initialize struct scsi_reqChristoph Hellwig2017-07-061-0/+8
| * | null_blk: fix error flow for shared tags during module_initMax Gurtovoy2017-07-061-5/+13
| * | mtip32xx: avoid to read HOST_CAP from HW in .queue_rq()Ming Lei2017-07-052-2/+3
| |/
* | ARM: fix rd_size declarationBart Van Assche2017-07-101-0/+1
* | zram: constify attribute_group structures.Arvind Yadav2017-07-101-1/+1
* | zram: use __sysfs_match_string() helperAndy Shevchenko2017-07-101-6/+4
* | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-0/+8
|\ \
| * | dax: remove default copy_from_iter fallbackDan Williams2017-06-271-0/+8
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-061-0/+2
|\ \ \
OpenPOWER on IntegriCloud