summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2022-06-02Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-7/+6
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-40/+20
2022-05-25rbd: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2022-05-25zram: fix Kconfig dependency warningRandy Dunlap1-1/+1
2022-05-23Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-40/+17
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds24-381/+343
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds16-163/+122
2022-05-21mtip32xx: fix typo in commentJulia Lawall1-1/+1
2022-05-19mm: Kconfig: simplify zswap configurationJohannes Weiner1-1/+2
2022-05-19xen/blkfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross1-29/+8
2022-05-19xen/blkfront: switch blkfront to use INVALID_GRANT_REFJuergen Gross1-14/+12
2022-05-16nbd: Fix hung on disconnect request if socket is closed beforeXie Yongji1-4/+9
2022-05-15block: remove last remaining traces of IDE documentationPaul Gortmaker1-1/+1
2022-05-13zram: remove double compression logicAlexey Romanov2-33/+10
2022-05-10loop: remove most the top-of-file boilerplate commentChristoph Hellwig1-47/+0
2022-05-10loop: add a SPDX headerChristoph Hellwig1-2/+2
2022-05-10loop: remove loop.hChristoph Hellwig2-74/+54
2022-05-09VFS: add FMODE_CAN_ODIRECT file flagNeilBrown1-2/+2
2022-05-08ataflop: use a statically allocated error countersWilly Tarreau1-4/+6
2022-05-08floppy: use a statically allocated error counterWilly Tarreau1-10/+8
2022-05-04block: null_blk: Improve device creation with configfsDamien Le Moal1-1/+27
2022-05-04block: null_blk: Cleanup messagesDamien Le Moal2-2/+10
2022-05-04block: null_blk: Cleanup device creation and deletionDamien Le Moal1-18/+30
2022-05-04block: null_blk: Fix code style issuesDamien Le Moal1-4/+6
2022-05-04xen-blkback: use bdev_discard_alignmentChristoph Hellwig1-3/+2
2022-05-03rnbd-srv: use bdev_discard_alignmentChristoph Hellwig1-1/+1
2022-05-03loop: remove a spurious clear of discard_alignmentChristoph Hellwig1-1/+0
2022-05-03virtio_blk: fix the discard_granularity and discard_alignment queue limitsChristoph Hellwig1-3/+4
2022-05-03null_blk: don't set the discard_alignment queue limitChristoph Hellwig1-1/+0
2022-05-03nbd: don't set the discard_alignment queue limitChristoph Hellwig1-3/+0
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig1-5/+7
2022-05-01aoe: Avoid flush_scheduled_work() usageTetsuo Handa5-5/+15
2022-04-29zram: add a huge_idle writeback modeBrian Geffon1-4/+6
2022-04-27floppy: disable FDRAWCMD by defaultWilly Tarreau2-11/+48
2022-04-25null-blk: save memory footprint for struct nullb_cmdYu Kuai1-3/+5
2022-04-18block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usageJack Wang1-2/+12
2022-04-18loop: don't destroy lo->workqueue in __loop_clr_fdChristoph Hellwig1-13/+13
2022-04-18loop: remove lo_refcount and avoid lo_mutex in ->open / ->releaseChristoph Hellwig2-31/+7
2022-04-18loop: avoid loop_validate_mutex/lo_mutex in ->releaseTetsuo Handa1-25/+13
2022-04-18loop: suppress uevents while reconfiguring the deviceChristoph Hellwig1-4/+21
2022-04-18loop: implement ->free_diskChristoph Hellwig1-4/+12
2022-04-18loop: only freeze the queue in __loop_clr_fd when neededChristoph Hellwig1-3/+9
2022-04-18loop: don't freeze the queue in lo_releaseChristoph Hellwig1-7/+0
2022-04-18loop: remove the racy bd_inode->i_mapping->nrpages assertsChristoph Hellwig1-20/+0
2022-04-18loop: initialize the worker tracking fields onceChristoph Hellwig1-4/+3
2022-04-18loop: de-duplicate the idle worker freeing codeChristoph Hellwig1-38/+35
2022-04-18block: add a disk_openers helperChristoph Hellwig2-4/+4
2022-04-18zram: cleanup zram_removeChristoph Hellwig1-6/+5
2022-04-18zram: cleanup reset_storeChristoph Hellwig1-9/+9
2022-04-18nbd: use the correct block_device in nbd_bdev_resetChristoph Hellwig1-7/+7