summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown
2020-05-29null_blk: force complete for timeout requestDongli Zhang
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig
2020-05-28zram: Use local lock to protect per-CPU dataMike Galbraith
2020-05-28zram: Allocate struct zcomp_strm as per-CPU memorySebastian Andrzej Siewior
2020-05-27zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acctChristoph Hellwig
2020-05-27rsxx: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-27drbd: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-26block/floppy: fix contended case in floppy_queue_rq()Jiri Kosina
2020-05-24loop: remove redundant assignment to variable errorColin Ian King
2020-05-22Merge tag 'block-5.7-2020-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-21null_blk: don't allow discard for zoned modeChaitanya Kulkarni
2020-05-21null_blk: return error for invalid zone sizeChaitanya Kulkarni
2020-05-21loop: Add LOOP_CONFIGURE ioctlMartijn Coenen
2020-05-21loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen
2020-05-21loop: Rework lo_ioctl() __user argument castingMartijn Coenen
2020-05-21loop: Move loop_set_status_from_info() and friends upMartijn Coenen
2020-05-21loop: Factor out configuring loop from statusMartijn Coenen
2020-05-21loop: Remove figure_loop_size()Martijn Coenen
2020-05-21loop: Refactor loop_set_status() size calculationMartijn Coenen
2020-05-21loop: Switch to set_capacity_revalidate_and_notify()Martijn Coenen
2020-05-21loop: Factor out setting loop device sizeMartijn Coenen
2020-05-21loop: Remove sector_t truncation checksMartijn Coenen
2020-05-21loop: Call loop_config_discard() only after new config is appliedMartijn Coenen
2020-05-19null_blk: Zero-initialize read buffers in non-memory-backed modeBart Van Assche
2020-05-16block/swim3: use set_current_state macroXu Wang
2020-05-12null_blk: Support REQ_OP_ZONE_APPENDDamien Le Moal
2020-05-12block: Modify revalidate zonesDamien Le Moal
2020-05-12floppy: suppress UBSAN warning in setup_rw_floppy()Denis Efremov
2020-05-12floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmdDenis Efremov
2020-05-12floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_paramsDenis Efremov
2020-05-12floppy: use print_hex_dump() in setup_DMA()Denis Efremov
2020-05-12floppy: cleanup: make set_fdc() always set current_drive and current_fdWilly Tarreau
2020-05-12floppy: cleanup: get rid of current_reqD in favor of current_driveWilly Tarreau
2020-05-12floppy: make sure to reset all FDCs upon resume()Willy Tarreau
2020-05-12floppy: cleanup: do not iterate on current_fdc in do_floppy_init()Willy Tarreau
2020-05-12floppy: cleanup: add a few comments about expectations in certain functionsWilly Tarreau
2020-05-12floppy: cleanup: do not iterate on current_fdc in DMA grab/release functionsWilly Tarreau
2020-05-12floppy: cleanup: make get_fdc_version() not rely on current_fdc anymoreWilly Tarreau
2020-05-12floppy: cleanup: make next_valid_format() not rely on current_drive anymoreWilly Tarreau
2020-05-12floppy: cleanup: make check_wp() not rely on current_{fdc,drive} anymoreWilly Tarreau