aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-18/+8
2021-06-11block: loop: fix deadlock between open and removeGravatar Christoph Hellwig 2-18/+8
2021-05-15Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+5
2021-05-12nbd: share nbd_put and return by goto put_nbdGravatar Sun Ke 1-4/+3
2021-05-12nbd: Fix NULL pointer in flush_workqueueGravatar Sun Ke 1-1/+2
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-21/+29
2021-05-06include: remove pagemap.h from blkdev.hGravatar Matthew Wilcox (Oracle) 2-0/+2
2021-05-03block/rnbd: Remove all likely and unlikelyGravatar Gioh Kim 2-13/+13
2021-05-03block/rnbd-clt: Check the return value of the function rtrs_clt_queryGravatar Md Haris Iqbal 1-2/+10
2021-05-03block/rnbd: Fix style issuesGravatar Dima Stepanov 1-5/+5
2021-05-03block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_tGravatar Md Haris Iqbal 1-1/+1
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 29-2904/+367
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+36
2021-04-26drivers/block/null_blk/main: Fix a double free in null_init.Gravatar Lv Yunlong 1-0/+1
2021-04-23xen-blkfront: Fix 'physical' typosGravatar Bjorn Helgaas 1-1/+1
2021-04-23xen-blkback: fix compatibility bug with single page ringsGravatar Paul Durrant 2-22/+17
2021-04-21brd: expose number of allocated pages in debugfsGravatar Calvin Owens 1-1/+18
2021-04-21ataflop: fix off by one in ataflop_probe()Gravatar Dan Carpenter 1-1/+4
2021-04-21ataflop: potential out of bounds in do_format()Gravatar Dan Carpenter 1-6/+5
2021-04-20drbd: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 2-0/+2
2021-04-20block/rnbd: Use strscpy instead of strlcpyGravatar Dima Stepanov 3-8/+8
2021-04-20block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameGravatar Dima Stepanov 1-5/+1
2021-04-20block/rnbd-clt: Remove max_segment_sizeGravatar Jack Wang 1-1/+0
2021-04-20block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesGravatar Md Haris Iqbal 2-1/+9
2021-04-20block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_evGravatar Gioh Kim 1-24/+15
2021-04-20block/rnbd-clt: Support polling mode for IO latency optimizationGravatar Gioh Kim 3-20/+129
2021-04-20block/rnbd-clt: Fix missing a memory free when unloading the moduleGravatar Gioh Kim 1-3/+7
2021-04-20block/rnbd-clt: Improve find_or_create_sess() return checkGravatar Tom Rix 1-6/+4
2021-04-20block/rnbd-srv: Remove force_close file after holding a lockGravatar Gioh Kim 3-6/+7
2021-04-20block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGravatar Gioh Kim 1-1/+3
2021-04-20block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gravatar Gioh Kim 1-25/+17
2021-04-20block/rnbd: Kill destroy_device_cbGravatar Guoqing Jiang 1-11/+4
2021-04-20block/rnbd: Kill rnbd_clt_destroy_default_groupGravatar Guoqing Jiang 3-7/+1
2021-04-20block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_diskGravatar Guoqing Jiang 1-2/+1
2021-04-20block/rnbd-clt: Remove some arguments from rnbd_client_setup_deviceGravatar Guoqing Jiang 1-4/+3
2021-04-20block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpathGravatar Guoqing Jiang 1-5/+4
2021-04-20floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undefGravatar Denis Efremov 1-2/+0
2021-04-20floppy: cleanups: use memcpy() to copy reply_bufferGravatar Denis Efremov 1-4/+1
2021-04-20floppy: cleanups: use memset() to zero reply_bufferGravatar Denis Efremov 1-3/+1
2021-04-20floppy: cleanups: use ST0 as reply_buffer index 0Gravatar Denis Efremov 1-6/+6
2021-04-12block: move bio_list_copy_data to pktcdvdGravatar Christoph Hellwig 1-0/+36
2021-04-12null_blk: add option for managing virtual boundaryGravatar Max Gurtovoy 2-1/+12
2021-04-06drbd: use DEFINE_SPINLOCK() for spinlockGravatar Guobin Huang 1-4/+1
2021-04-06swim3: support highmemGravatar Christoph Hellwig 1-9/+25
2021-04-06floppy: always use the track bufferGravatar Christoph Hellwig 1-111/+25
2021-04-06swim: don't call blk_queue_bounce_limitGravatar Christoph Hellwig 2-3/+1
2021-04-06block: drbd: drbd_nl: Demote half-complete kernel-doc headersGravatar Lee Jones 1-2/+2
2021-04-06block: xen-blkfront: Demote kernel-doc abusesGravatar Lee Jones 1-3/+3
2021-04-06block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerGravatar Lee Jones 1-1/+1
2021-04-06block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesGravatar Lee Jones 1-14/+15