summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2020-05-21loop: Remove figure_loop_size()Martijn Coenen1-9/+4
2020-05-21loop: Refactor loop_set_status() size calculationMartijn Coenen1-18/+19
2020-05-21loop: Switch to set_capacity_revalidate_and_notify()Martijn Coenen1-3/+2
2020-05-21loop: Factor out setting loop device sizeMartijn Coenen1-9/+21
2020-05-21loop: Remove sector_t truncation checksMartijn Coenen1-14/+7
2020-05-21loop: Call loop_config_discard() only after new config is appliedMartijn Coenen1-2/+2
2020-05-19rnbd/rtrs: Pass max segment size from blk user to the rdma libraryDanil Kipnis1-0/+1
2020-05-19null_blk: Zero-initialize read buffers in non-memory-backed modeBart Van Assche1-0/+26
2020-05-19ps3disk: use the default segment boundaryEmmanuel Nicolet1-1/+0
2020-05-17block/rnbd: a bit of documentationJack Wang1-0/+92
2020-05-17block/rnbd: include client and server modules into kernel compilationJack Wang4-0/+46
2020-05-17block/rnbd: server: sysfs interface functionsJack Wang1-0/+215
2020-05-17block/rnbd: server: functionality for IO submitting to block devJack Wang2-0/+226
2020-05-17block/rnbd: server: main functionalityJack Wang1-0/+844
2020-05-17block/rnbd: server: private header with server structs and functionsJack Wang1-0/+78
2020-05-17block/rnbd: client: sysfs interface functionsJack Wang1-0/+636
2020-05-17block/rnbd: client: main functionalityJack Wang1-0/+1729
2020-05-17block/rnbd: client: private header with client structs and functionsJack Wang1-0/+156
2020-05-17block/rnbd: private headers with rnbd protocol structs and helpersJack Wang3-0/+367
2020-05-16block/swim3: use set_current_state macroXu Wang1-3/+3
2020-05-12null_blk: Support REQ_OP_ZONE_APPENDDamien Le Moal1-8/+29
2020-05-12block: Modify revalidate zonesDamien Le Moal1-1/+1
2020-05-12floppy: suppress UBSAN warning in setup_rw_floppy()Denis Efremov1-2/+2
2020-05-12floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmdDenis Efremov1-14/+5
2020-05-12floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_paramsDenis Efremov1-4/+5
2020-05-12floppy: use print_hex_dump() in setup_DMA()Denis Efremov1-6/+3
2020-05-12floppy: cleanup: make set_fdc() always set current_drive and current_fdWilly Tarreau1-14/+29
2020-05-12floppy: cleanup: get rid of current_reqD in favor of current_driveWilly Tarreau1-6/+2
2020-05-12floppy: make sure to reset all FDCs upon resume()Willy Tarreau1-2/+4
2020-05-12floppy: cleanup: do not iterate on current_fdc in do_floppy_init()Willy Tarreau1-20/+18
2020-05-12floppy: cleanup: add a few comments about expectations in certain functionsWilly Tarreau1-1/+13
2020-05-12floppy: cleanup: do not iterate on current_fdc in DMA grab/release functionsWilly Tarreau1-19/+20
2020-05-12floppy: cleanup: make get_fdc_version() not rely on current_fdc anymoreWilly Tarreau1-26/+26
2020-05-12floppy: cleanup: make next_valid_format() not rely on current_drive anymoreWilly Tarreau1-8/+8
2020-05-12floppy: cleanup: make check_wp() not rely on current_{fdc,drive} anymoreWilly Tarreau1-13/+13
2020-05-12floppy: cleanup: make fdc_specify() not rely on current_{fdc,drive} anymoreWilly Tarreau1-21/+21
2020-05-12floppy: cleanup: make fdc_configure() not rely on current_fdc anymoreWilly Tarreau1-9/+8
2020-05-12floppy: cleanup: make perpendicular_mode() not rely on current_fdc anymoreWilly Tarreau1-8/+8
2020-05-12floppy: cleanup: make need_more_output() not rely on current_fdc anymoreWilly Tarreau1-6/+6
2020-05-12floppy: cleanup: make result() not rely on current_fdc anymoreWilly Tarreau1-15/+15
2020-05-12floppy: cleanup: make output_byte() not rely on current_fdc anymoreWilly Tarreau1-32/+32
2020-05-12floppy: cleanup: make wait_til_ready() not rely on current_fdc anymoreWilly Tarreau1-9/+9
2020-05-12floppy: cleanup: make show_floppy() not rely on current_fdc anymoreWilly Tarreau1-7/+7
2020-05-12floppy: cleanup: make reset_fdc_info() not rely on current_fdc anymoreWilly Tarreau1-10/+10
2020-05-12floppy: cleanup: make twaddle() not rely on current_{fdc,drive} anymoreWilly Tarreau1-9/+9
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau1-2/+2
2020-05-11bdi: fix up for "remove the name field in struct backing_dev_info"Stephen Rothwell1-1/+0
2020-05-09Merge branch 'block-5.7' into for-5.8/blockJens Axboe3-53/+83
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig1-1/+1
2020-05-04fs: Remove unneeded IS_DAX() check in io_is_direct()Ira Weiny1-3/+3