summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* nbd: Aovid double completion of a requestXie Yongji2021-08-181-3/+11
* rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov2021-07-281-13/+7
* rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov2021-07-281-7/+5
* virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji2021-07-201-0/+2
* loop: fix I/O error on fsync() in detached loop devicesMauricio Faria de Oliveira2021-07-191-0/+3
* loop: Fix missing discard support when using LOOP_CONFIGUREKristian Klausen2021-07-141-0/+1
* nbd: Fix NULL pointer in flush_workqueueSun Ke2021-05-191-1/+2
* block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal2021-05-191-2/+10
* block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_tMd Haris Iqbal2021-05-191-1/+1
* drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong2021-05-141-0/+1
* xen-blkback: fix compatibility bug with single page ringsPaul Durrant2021-05-142-22/+17
* block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim2021-05-111-3/+7
* null_blk: fix command timeout completion handlingDamien Le Moal2021-04-162-5/+22
* xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich2021-03-301-1/+1
* umem: fix error return code in mm_pci_probe()Wei Yongjun2021-03-301-1/+4
* zram: fix return value on writeback_storeMinchan Kim2021-03-171-3/+8
* block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai2021-03-171-0/+1
* rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter2021-03-091-3/+5
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-071-1/+1
* nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik2021-03-071-13/+19
* floppy: reintroduce O_NDELAY fixJiri Kosina2021-03-041-15/+15
* xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich2021-02-231-10/+16
* xen-blkback: don't "handle" error by BUG()Jan Beulich2021-02-231-4/+2
* xen-blkfront: allow discard-* nodes to be optionalRoger Pau Monne2021-02-031-13/+7
* nbd: freeze the queue while we're adding connectionsJosef Bacik2021-02-031-0/+8
* block/rnbd-clt: avoid module unload race with close confirmationJack Wang2021-01-171-1/+2
* block: rsxx: select CONFIG_CRC32Arnd Bergmann2021-01-171-0/+1
* null_blk: Fail zone append to conventional zonesDamien Le Moal2020-12-301-1/+4
* null_blk: Fix zone size initializationDamien Le Moal2020-12-301-8/+15
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-301-1/+2
* xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz2020-12-301-0/+1
* block/rnbd-clt: Fix possible memleakJack Wang2020-12-301-2/+3
* block/rnbd-clt: Get rid of warning regarding size argument in strlcpyMd Haris Iqbal2020-12-301-2/+1
* block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King2020-12-301-1/+1
* block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal2020-12-303-7/+23
* xen: add helpers for caching grant mapping pagesJuergen Gross2020-12-093-79/+20
* loop: Fix occasional uevent dropPetr Vorel2020-11-121-1/+2
* nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig2020-11-101-0/+1
* null_blk: Fix scheduling in atomic with zoned modeDamien Le Moal2020-11-062-17/+32
* xsysace: use platform_get_resource() and platform_get_irq_optional()Andy Shevchenko2020-10-291-23/+26
* null_blk: Fix locking in zoned modeDamien Le Moal2020-10-292-25/+82
* null_blk: Fix zone reset all tracingDamien Le Moal2020-10-291-3/+8
* nbd: don't update block size after device is startedMing Lei2020-10-291-4/+5
* null_blk: synchronization fix for zoned deviceKanchan Joshi2020-10-272-4/+19
* Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-252-11/+31
|\
| * xen-blkfront: add a parameter for disabling of persistent grantsSeongJae Park2020-10-211-5/+15
| * xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park2020-10-211-6/+16
* | Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-245-42/+57
|\ \
| * | null_blk: use zone status for max active/openKeith Busch2020-10-221-26/+43
| * | zram: Fix __zram_bvec_{read,write}() locking orderPeter Zijlstra2020-10-191-3/+5