summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-27nvme: disable streams when get stream params failedWu Bo
2020-05-27nvme-fc: print proper nvme-fc devloss_tmo valueMartin George
2020-05-27nvme-pci: make sure write/poll_queues less or equal then cpu countWeiping Zhang
2020-05-27nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...Sagi Grimberg
2020-05-27nvmet-tcp: set MSG_EOR if we send last payload in the batchSagi Grimberg
2020-05-27nvmet-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg
2020-05-27nvme-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg
2020-05-27nvmet: mark nvmet_ana_state staticChristoph Hellwig
2020-05-27nvmet: replace kstrndup() with kmemdup_nul()Chen Zhou
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-21block: remove ioctl_by_bdevChristoph Hellwig
2020-05-21s390/dasd: remove ioctl_by_bdev callsStefan Haberland
2020-05-21dasd: refactor dasd_ioctl_informationChristoph Hellwig
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-16block/swim3: use set_current_state macroXu Wang
2020-05-13Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/...Jens Axboe
2020-05-13md/raid1: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-13md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang
2020-05-13md: stop using ->queuedataChristoph Hellwig
2020-05-13md/raid1: release pending accounting for an I/O only after write-behind is al...David Jeffery
2020-05-13md: remove redundant memalloc scope API usageColy Li
2020-05-13raid5: update code comment of scribble_alloc()Coly Li
2020-05-13raid5: remove gfp flags from scribble_alloc()Coly Li
2020-05-13md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li
2020-05-13md: remove the extra line for ->hot_add_diskGuoqing Jiang
2020-05-13md: flush md_rdev_misc_wq for HOT_ADD_DISK caseGuoqing Jiang
2020-05-13md: don't flush workqueue unconditionally in md_openGuoqing Jiang
2020-05-13md: add new workqueue for delete rdevGuoqing Jiang
2020-05-13md: add checkings before flush md_misc_wqGuoqing Jiang
2020-05-12Merge tag 'floppy-for-5.8' of https://github.com/evdenis/linux-floppy into fo...Jens Axboe
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