summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2020-06-01libceph: support for alloc hint flagsIlya Dryomov-1/+2
2020-06-01libceph, rbd: replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-29null_blk: force complete for timeout requestDongli Zhang-1/+1
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei-1/+1
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig-10/+2
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig-10/+3
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig-19/+5
2020-05-28zram: Use local lock to protect per-CPU dataMike Galbraith-2/+8
2020-05-28zram: Allocate struct zcomp_strm as per-CPU memorySebastian Andrzej Siewior-26/+17
2020-05-27zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acctChristoph Hellwig-14/+10
2020-05-27rsxx: use bio_{start,end}_io_acctChristoph Hellwig-17/+2
2020-05-27drbd: use bio_{start,end}_io_acctChristoph Hellwig-23/+4
2020-05-26block/floppy: fix contended case in floppy_queue_rq()Jiri Kosina-5/+5
2020-05-24loop: remove redundant assignment to variable errorColin Ian King-2/+0
2020-05-22RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabledDanil Kipnis-4/+7
2020-05-22Merge tag 'block-5.7-2020-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+11
2020-05-22block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess()Dan Carpenter-5/+4
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe-75/+181
2020-05-21null_blk: don't allow discard for zoned modeChaitanya Kulkarni-0/+7
2020-05-21null_blk: return error for invalid zone sizeChaitanya Kulkarni-0/+4
2020-05-21loop: Add LOOP_CONFIGURE ioctlMartijn Coenen-28/+76
2020-05-21loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen-6/+13
2020-05-21loop: Rework lo_ioctl() __user argument castingMartijn Coenen-6/+5
2020-05-21loop: Move loop_set_status_from_info() and friends upMartijn Coenen-103/+103
2020-05-21loop: Factor out configuring loop from statusMartijn Coenen-50/+67
2020-05-21loop: Remove figure_loop_size()Martijn Coenen-9/+4
2020-05-21loop: Refactor loop_set_status() size calculationMartijn Coenen-18/+19
2020-05-21loop: Switch to set_capacity_revalidate_and_notify()Martijn Coenen-3/+2
2020-05-21loop: Factor out setting loop device sizeMartijn Coenen-9/+21
2020-05-21loop: Remove sector_t truncation checksMartijn Coenen-14/+7
2020-05-21loop: Call loop_config_discard() only after new config is appliedMartijn Coenen-2/+2
2020-05-19rnbd/rtrs: Pass max segment size from blk user to the rdma libraryDanil Kipnis-0/+1
2020-05-19null_blk: Zero-initialize read buffers in non-memory-backed modeBart Van Assche-0/+26
2020-05-19ps3disk: use the default segment boundaryEmmanuel Nicolet-1/+0
2020-05-17block/rnbd: a bit of documentationJack Wang-0/+92
2020-05-17block/rnbd: include client and server modules into kernel compilationJack Wang-0/+46
2020-05-17block/rnbd: server: sysfs interface functionsJack Wang-0/+215
2020-05-17block/rnbd: server: functionality for IO submitting to block devJack Wang-0/+226
2020-05-17block/rnbd: server: main functionalityJack Wang-0/+844
2020-05-17block/rnbd: server: private header with server structs and functionsJack Wang-0/+78
2020-05-17block/rnbd: client: sysfs interface functionsJack Wang-0/+636
2020-05-17block/rnbd: client: main functionalityJack Wang-0/+1729
2020-05-17block/rnbd: client: private header with client structs and functionsJack Wang-0/+156
2020-05-17block/rnbd: private headers with rnbd protocol structs and helpersJack Wang-0/+367
2020-05-16block/swim3: use set_current_state macroXu Wang-3/+3
2020-05-12null_blk: Support REQ_OP_ZONE_APPENDDamien Le Moal-8/+29
2020-05-12block: Modify revalidate zonesDamien Le Moal-1/+1
2020-05-12floppy: suppress UBSAN warning in setup_rw_floppy()Denis Efremov-2/+2
2020-05-12floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmdDenis Efremov-14/+5
2020-05-12floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_paramsDenis Efremov-4/+5