Age | Commit message (Expand) | Author | Files | Lines |
2021-05-21 | Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p... | Greg Kroah-Hartman | 1 | -5/+5 |
2021-05-15 | Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+5 |
2021-05-14 | sparc/vio: make remove callback return void | Uwe Kleine-König | 1 | -2/+1 |
2021-05-12 | nbd: share nbd_put and return by goto put_nbd | Sun Ke | 1 | -4/+3 |
2021-05-12 | nbd: Fix NULL pointer in flush_workqueue | Sun Ke | 1 | -1/+2 |
2021-05-07 | Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -21/+29 |
2021-05-07 | include: remove pagemap.h from blkdev.h | Matthew Wilcox (Oracle) | 2 | -0/+2 |
2021-05-03 | block/rnbd: Remove all likely and unlikely | Gioh Kim | 2 | -13/+13 |
2021-05-03 | block/rnbd-clt: Check the return value of the function rtrs_clt_query | Md Haris Iqbal | 1 | -2/+10 |
2021-05-03 | block/rnbd: Fix style issues | Dima Stepanov | 1 | -5/+5 |
2021-05-03 | block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_t | Md Haris Iqbal | 1 | -1/+1 |
2021-04-29 | Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 29 | -2904/+367 |
2021-04-29 | Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+36 |
2021-04-26 | drivers/block/null_blk/main: Fix a double free in null_init. | Lv Yunlong | 1 | -0/+1 |
2021-04-23 | xen-blkfront: Fix 'physical' typos | Bjorn Helgaas | 1 | -1/+1 |
2021-04-23 | xen-blkback: fix compatibility bug with single page rings | Paul Durrant | 2 | -22/+17 |
2021-04-21 | brd: expose number of allocated pages in debugfs | Calvin Owens | 1 | -1/+18 |
2021-04-21 | ataflop: fix off by one in ataflop_probe() | Dan Carpenter | 1 | -1/+4 |
2021-04-21 | ataflop: potential out of bounds in do_format() | Dan Carpenter | 1 | -6/+5 |
2021-04-21 | drbd: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2 | -0/+2 |
2021-04-20 | block/rnbd: Use strscpy instead of strlcpy | Dima Stepanov | 3 | -8/+8 |
2021-04-20 | block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name | Dima Stepanov | 1 | -5/+1 |
2021-04-20 | block/rnbd-clt: Remove max_segment_size | Jack Wang | 1 | -1/+0 |
2021-04-20 | block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes | Md Haris Iqbal | 2 | -1/+9 |
2021-04-20 | block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev | Gioh Kim | 1 | -24/+15 |
2021-04-20 | block/rnbd-clt: Support polling mode for IO latency optimization | Gioh Kim | 3 | -20/+129 |
2021-04-20 | block/rnbd-clt: Fix missing a memory free when unloading the module | Gioh Kim | 1 | -3/+7 |
2021-04-20 | block/rnbd-clt: Improve find_or_create_sess() return check | Tom Rix | 1 | -6/+4 |
2021-04-20 | block/rnbd-srv: Remove force_close file after holding a lock | Gioh Kim | 3 | -6/+7 |
2021-04-20 | block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallel | Gioh Kim | 1 | -1/+3 |
2021-04-20 | block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT} | Gioh Kim | 1 | -25/+17 |
2021-04-20 | block/rnbd: Kill destroy_device_cb | Guoqing Jiang | 1 | -11/+4 |
2021-04-20 | block/rnbd: Kill rnbd_clt_destroy_default_group | Guoqing Jiang | 3 | -7/+1 |
2021-04-20 | block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_disk | Guoqing Jiang | 1 | -2/+1 |
2021-04-20 | block/rnbd-clt: Remove some arguments from rnbd_client_setup_device | Guoqing Jiang | 1 | -4/+3 |
2021-04-20 | block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpath | Guoqing Jiang | 1 | -5/+4 |
2021-04-20 | floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef | Denis Efremov | 1 | -2/+0 |
2021-04-20 | floppy: cleanups: use memcpy() to copy reply_buffer | Denis Efremov | 1 | -4/+1 |
2021-04-20 | floppy: cleanups: use memset() to zero reply_buffer | Denis Efremov | 1 | -3/+1 |
2021-04-20 | floppy: cleanups: use ST0 as reply_buffer index 0 | Denis Efremov | 1 | -6/+6 |
2021-04-12 | block: move bio_list_copy_data to pktcdvd | Christoph Hellwig | 1 | -0/+36 |
2021-04-12 | null_blk: add option for managing virtual boundary | Max Gurtovoy | 2 | -1/+12 |
2021-04-06 | drbd: use DEFINE_SPINLOCK() for spinlock | Guobin Huang | 1 | -4/+1 |
2021-04-06 | swim3: support highmem | Christoph Hellwig | 1 | -9/+25 |
2021-04-06 | floppy: always use the track buffer | Christoph Hellwig | 1 | -111/+25 |
2021-04-06 | swim: don't call blk_queue_bounce_limit | Christoph Hellwig | 2 | -3/+1 |
2021-04-06 | block: drbd: drbd_nl: Demote half-complete kernel-doc headers | Lee Jones | 1 | -2/+2 |
2021-04-06 | block: xen-blkfront: Demote kernel-doc abuses | Lee Jones | 1 | -3/+3 |
2021-04-06 | block: drbd: drbd_receiver: Demote less than half complete kernel-doc header | Lee Jones | 1 | -1/+1 |
2021-04-06 | block: drbd: drbd_main: Fix a bunch of function documentation discrepancies | Lee Jones | 1 | -14/+15 |