summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2021-04-20block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal
2021-04-20block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_evGioh Kim
2021-04-20block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim
2021-04-20block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim
2021-04-20block/rnbd-clt: Improve find_or_create_sess() return checkTom Rix
2021-04-20block/rnbd-srv: Remove force_close file after holding a lockGioh Kim
2021-04-20block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallelGioh Kim
2021-04-20block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}Gioh Kim
2021-04-20block/rnbd: Kill destroy_device_cbGuoqing Jiang
2021-04-20block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang
2021-04-20block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_diskGuoqing Jiang
2021-04-20block/rnbd-clt: Remove some arguments from rnbd_client_setup_deviceGuoqing Jiang
2021-04-20block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpathGuoqing Jiang
2021-04-20floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undefDenis Efremov
2021-04-20floppy: cleanups: use memcpy() to copy reply_bufferDenis Efremov
2021-04-20floppy: cleanups: use memset() to zero reply_bufferDenis Efremov
2021-04-20floppy: cleanups: use ST0 as reply_buffer index 0Denis Efremov
2021-04-12block: move bio_list_copy_data to pktcdvdChristoph Hellwig
2021-04-12null_blk: add option for managing virtual boundaryMax Gurtovoy
2021-04-06drbd: use DEFINE_SPINLOCK() for spinlockGuobin Huang
2021-04-06swim3: support highmemChristoph Hellwig
2021-04-06floppy: always use the track bufferChristoph Hellwig
2021-04-06swim: don't call blk_queue_bounce_limitChristoph Hellwig
2021-04-06block: drbd: drbd_nl: Demote half-complete kernel-doc headersLee Jones
2021-04-06block: xen-blkfront: Demote kernel-doc abusesLee Jones
2021-04-06block: drbd: drbd_receiver: Demote less than half complete kernel-doc headerLee Jones
2021-04-06block: drbd: drbd_main: Fix a bunch of function documentation discrepanciesLee Jones
2021-04-06block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones
2021-04-06block: drbd: drbd_main: Remove duplicate field initialisationLee Jones
2021-04-06block: drbd: drbd_receiver: Demote non-conformant kernel-doc headersLee Jones
2021-04-06block: drbd: drbd_state: Fix some function documentation issuesLee Jones
2021-04-06block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unusedLee Jones
2021-04-06block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another headerLee Jones
2021-04-02Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-01null_blk: fix command timeout completion handlingDamien Le Moal
2021-03-30Merge tag 'for-linus-5.12b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-03-29mtip32xx: use LIST_HEAD() for list_headShixin Liu
2021-03-29mtip32xx: use DEFINE_SPINLOCK() for spinlockShixin Liu
2021-03-29paride/pd: remove ->revalidate_diskChristoph Hellwig
2021-03-26xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich
2021-03-24drivers/block: remove the umem driverDavidlohr Bueso
2021-03-24rsxx: remove extraneous 'const' qualifierArnd Bergmann
2021-03-23xsysace: Remove SYSACE driverMichal Simek
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-13zram: fix broken page writebackMinchan Kim
2021-03-13zram: fix return value on writeback_storeMinchan Kim
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-03-10block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai
2021-03-09umem: fix error return code in mm_pci_probe()Wei Yongjun