summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-39/+10
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-3/+3
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-387/+468
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-66/+74
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-3/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown-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-22Merge tag 'block-5.7-2020-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+11
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-19null_blk: Zero-initialize read buffers in non-memory-backed modeBart Van Assche-0/+26
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
2020-05-12floppy: use print_hex_dump() in setup_DMA()Denis Efremov-6/+3
2020-05-12floppy: cleanup: make set_fdc() always set current_drive and current_fdWilly Tarreau-14/+29
2020-05-12floppy: cleanup: get rid of current_reqD in favor of current_driveWilly Tarreau-6/+2
2020-05-12floppy: make sure to reset all FDCs upon resume()Willy Tarreau-2/+4
2020-05-12floppy: cleanup: do not iterate on current_fdc in do_floppy_init()Willy Tarreau-20/+18
2020-05-12floppy: cleanup: add a few comments about expectations in certain functionsWilly Tarreau-1/+13
2020-05-12floppy: cleanup: do not iterate on current_fdc in DMA grab/release functionsWilly Tarreau-19/+20
2020-05-12floppy: cleanup: make get_fdc_version() not rely on current_fdc anymoreWilly Tarreau-26/+26
2020-05-12floppy: cleanup: make next_valid_format() not rely on current_drive anymoreWilly Tarreau-8/+8
2020-05-12floppy: cleanup: make check_wp() not rely on current_{fdc,drive} anymoreWilly Tarreau-13/+13