| Commit message (Expand) | Author | Age | Files | Lines |
* | zram: Use local lock to protect per-CPU data | Mike Galbraith | 2020-05-28 | 2 | -2/+8 |
* | zram: Allocate struct zcomp_strm as per-CPU memory | Sebastian Andrzej Siewior | 2020-05-28 | 2 | -26/+17 |
* | Merge tag 'block-5.7-2020-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-05-22 | 2 | -0/+11 |
|\ |
|
| * | null_blk: don't allow discard for zoned mode | Chaitanya Kulkarni | 2020-05-21 | 1 | -0/+7 |
| * | null_blk: return error for invalid zone size | Chaitanya Kulkarni | 2020-05-21 | 1 | -0/+4 |
* | | virtio-blk: handle block_device_operations callbacks after hot unplug | Stefan Hajnoczi | 2020-05-02 | 1 | -8/+78 |
* | | Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-04-24 | 3 | -53/+83 |
|\| |
|
| * | null_blk: Cleanup zoned device initialization | Damien Le Moal | 2020-04-23 | 3 | -26/+36 |
| * | null_blk: Fix zoned command handling | Damien Le Moal | 2020-04-23 | 3 | -27/+47 |
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2020-04-21 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | virtio_blk: add a missing include | Michael S. Tsirkin | 2020-04-17 | 1 | -0/+1 |
* | | rbd: don't mess with a page vector in rbd_notify_op_lock() | Ilya Dryomov | 2020-04-13 | 1 | -5/+1 |
* | | rbd: don't test rbd_dev->opts in rbd_dev_image_release() | Ilya Dryomov | 2020-04-13 | 1 | -1/+1 |
* | | rbd: call rbd_dev_unprobe() after unwatching and flushing notifies | Ilya Dryomov | 2020-04-13 | 1 | -4/+4 |
* | | rbd: avoid a deadlock on header_rwsem when flushing notifies | Ilya Dryomov | 2020-04-13 | 1 | -4/+13 |
|/ |
|
* | Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-04-11 | 1 | -5/+12 |
|\ |
|
| * | xen/blkfront: fix memory allocation flags in blkfront_setup_indirect() | Juergen Gross | 2020-04-07 | 1 | -5/+12 |
* | | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-04-10 | 1 | -13/+36 |
|\ \ |
|
| * | | loop: Better discard support for block devices | Evan Green | 2020-04-03 | 1 | -11/+31 |
| * | | loop: Report EOPNOTSUPP properly | Evan Green | 2020-04-03 | 1 | -2/+5 |
* | | | Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2020-04-09 | 1 | -136/+79 |
|\ \ \
| |/ /
|/| | |
|
| * | | rbd: enable multiple blk-mq queues | Hannes Reinecke | 2020-03-30 | 1 | -1/+1 |
| * | | rbd: embed image request in blk-mq pdu | Ilya Dryomov | 2020-03-30 | 1 | -87/+51 |
| * | | rbd: acquire header_rwsem just once in rbd_queue_workfn() | Ilya Dryomov | 2020-03-30 | 1 | -28/+31 |
| * | | rbd: get rid of img_request_layered_clear() | Ilya Dryomov | 2020-03-30 | 1 | -8/+1 |
| * | | rbd: kill img_request kref | Hannes Reinecke | 2020-03-30 | 1 | -19/+5 |
| * | | rbd: remove barriers from img_request_layered_{set,clear,test}() | Ilya Dryomov | 2020-03-30 | 1 | -3/+0 |
| |/ |
|
* | | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-03-30 | 11 | -556/+726 |
|\ \ |
|
| * | | null_blk: add trace in null_blk_zoned.c | Chaitanya Kulkarni | 2020-03-27 | 1 | -1/+11 |
| * | | null_blk: add tracepoint helpers for zoned mode | Chaitanya Kulkarni | 2020-03-27 | 3 | -0/+106 |
| * | | rsxx: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-19 | 1 | -1/+1 |
| * | | floppy: rename the global "fdc" variable to "current_fdc" | Willy Tarreau | 2020-03-16 | 1 | -130/+137 |
| * | | floppy: separate the FDC's base address from its registers | Willy Tarreau | 2020-03-16 | 1 | -5/+4 |
| * | | floppy: introduce new functions fdc_inb() and fdc_outb() | Willy Tarreau | 2020-03-16 | 1 | -16/+26 |
| * | | floppy: cleanup: expand the reply_buffer macros | Willy Tarreau | 2020-03-16 | 1 | -39/+47 |
| * | | floppy: cleanup: expand the R/W / format command macros | Willy Tarreau | 2020-03-16 | 1 | -96/+98 |
| * | | floppy: cleanup: expand macro DRWE | Willy Tarreau | 2020-03-16 | 1 | -9/+7 |
| * | | floppy: cleanup: expand macro DRS | Willy Tarreau | 2020-03-16 | 1 | -54/+61 |
| * | | floppy: cleanup: expand macro DP | Willy Tarreau | 2020-03-16 | 1 | -37/+47 |
| * | | floppy: cleanup: expand macro UDRWE | Willy Tarreau | 2020-03-16 | 1 | -6/+4 |
| * | | floppy: cleanup: expand macro UDRS | Willy Tarreau | 2020-03-16 | 1 | -79/+83 |
| * | | floppy: cleanup: expand macro UDP | Willy Tarreau | 2020-03-16 | 1 | -75/+77 |
| * | | floppy: cleanup: expand macro UFDCS | Willy Tarreau | 2020-03-16 | 1 | -5/+4 |
| * | | floppy: cleanup: expand macro FDCS | Willy Tarreau | 2020-03-16 | 1 | -92/+91 |
| * | | null_blk: describe the usage of fault injection param | Dongli Zhang | 2020-03-13 | 1 | -0/+7 |
| * | | null_blk: fix spurious IO errors after failed past-wp access | Alexey Dobriyan | 2020-03-12 | 1 | -0/+2 |
| * | | nbd: requeue command if the soecket is changed | Hou Pu | 2020-03-12 | 1 | -0/+10 |
| * | | nbd: enable replace socket if only one connection is configured | Hou Pu | 2020-03-12 | 1 | -8/+9 |
| * | | block/drbd: delete invalid function drbd_md_mark_dirty_ | Jackie Liu | 2020-03-12 | 1 | -11/+0 |
| * | | block: aoe: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 2020-03-12 | 1 | -2/+2 |