aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2021-04-20block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix1-6/+4
2021-04-20block/rnbd-srv: Remove force_close file after holding a lockGioh Kim3-6/+7
2021-04-20block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGioh Kim1-1/+3
2021-04-20block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim1-25/+17
2021-04-20block/rnbd: Kill destroy_device_cbGuoqing Jiang1-11/+4
2021-04-20block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang3-7/+1
2021-04-20block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_diskGuoqing Jiang1-2/+1
2021-04-20block/rnbd-clt: Remove some arguments from rnbd_client_setup_deviceGuoqing Jiang1-4/+3
2021-04-20block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpathGuoqing Jiang1-5/+4
2021-04-20floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undefDenis Efremov1-2/+0
2021-04-20floppy: cleanups: use memcpy() to copy reply_bufferDenis Efremov1-4/+1
2021-04-20floppy: cleanups: use memset() to zero reply_bufferDenis Efremov1-3/+1
2021-04-20floppy: cleanups: use ST0 as reply_buffer index 0Denis Efremov1-6/+6
2021-04-12block: move bio_list_copy_data to pktcdvdChristoph Hellwig1-0/+36
2021-04-12null_blk: add option for managing virtual boundaryMax Gurtovoy2-1/+12
2021-04-06drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang1-4/+1
2021-04-06swim3: support highmemChristoph Hellwig1-9/+25
2021-04-06floppy: always use the track bufferChristoph Hellwig1-111/+25
2021-04-06swim: don't call blk_queue_bounce_limitChristoph Hellwig2-3/+1
2021-04-06block: drbd: drbd_nl: Demote half-complete kernel-doc headersLee Jones1-2/+2
2021-04-06block: xen-blkfront: Demote kernel-doc abusesLee Jones1-3/+3
2021-04-06block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones1-1/+1
2021-04-06block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesLee Jones1-14/+15
2021-04-06block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones1-5/+8
2021-04-06block: drbd: drbd_main: Remove duplicate field initialisationLee Jones1-1/+0
2021-04-06block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones1-13/+11
2021-04-06block: drbd: drbd_state: Fix some function documentation issuesLee Jones1-3/+4
2021-04-06block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unusedLee Jones1-1/+1
2021-04-06block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another headerLee Jones1-3/+5
2021-04-02Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+22
2021-04-01null_blk: fix command timeout completion handlingDamien Le Moal2-5/+22
2021-03-30Merge tag 'for-linus-5.12b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2021-03-29mtip32xx: use LIST_HEAD() for list_headShixin Liu1-5/+2
2021-03-29mtip32xx: use DEFINE_SPINLOCK() for spinlockShixin Liu1-3/+1
2021-03-29paride/pd: remove ->revalidate_diskChristoph Hellwig1-11/+0
2021-03-26xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich1-1/+1
2021-03-24drivers/block: remove the umem driverDavidlohr Bueso4-1280/+0
2021-03-24rsxx: remove extraneous 'const' qualifierArnd Bergmann1-1/+1
2021-03-23xsysace: Remove SYSACE driverMichal Simek3-1280/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+11
2021-03-13zram: fix broken page writebackMinchan Kim1-3/+3
2021-03-13zram: fix return value on writeback_storeMinchan Kim1-3/+8
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-03-10block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai1-0/+1
2021-03-09umem: fix error return code in mm_pci_probe()Wei Yongjun1-1/+4
2021-03-03rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter1-3/+5
2021-03-02rsxx: remove unused including <linux/version.h>Tian Tao1-1/+0
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds3-16/+23
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1