summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-27nvme-rdma: introduce nvme_rdma_sgl structureIsrael Rukshin1-17/+24
2020-05-27nvme: introduce NVME_INLINE_METADATA_SG_CNTIsrael Rukshin1-0/+2
2020-05-27nvme: enforce extended LBA format for fabrics metadataMax Gurtovoy1-14/+27
2020-05-27nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy3-4/+14
2020-05-27nvme: make nvme_ns_has_pi accessible to transportsJames Smart2-6/+7
2020-05-27nvme: introduce NVME_NS_METADATA_SUPPORTED flagMax Gurtovoy2-7/+35
2020-05-27nvme: introduce namespace features flagMax Gurtovoy3-5/+14
2020-05-27block: always define struct blk_integrity in genhd.hMax Gurtovoy1-4/+0
2020-05-27nvmet: revalidate-ns & generate AEN from configfsChaitanya Kulkarni1-0/+26
2020-05-27nvmet: generate AEN for ns revalidate size changeChaitanya Kulkarni1-0/+5
2020-05-27nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni3-4/+10
2020-05-27nvmet: add async event tracing supportChaitanya Kulkarni2-0/+29
2020-05-27nvme: delete an unnecessary declarationDan Carpenter1-1/+0
2020-05-27nvme: replace zero-length array with flexible-arrayGustavo A. R. Silva3-3/+3
2020-05-27nvme: fix io_opt limit settingDamien Le Moal1-2/+2
2020-05-27nvme: disable streams when get stream params failedWu Bo1-3/+6
2020-05-27nvme-fc: print proper nvme-fc devloss_tmo valueMartin George1-1/+3
2020-05-27nvme-pci: make sure write/poll_queues less or equal then cpu countWeiping Zhang1-4/+18
2020-05-27nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...Sagi Grimberg1-19/+24
2020-05-27nvmet-tcp: set MSG_EOR if we send last payload in the batchSagi Grimberg1-0/+2
2020-05-27nvmet-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg1-4/+4
2020-05-27nvme-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg1-3/+8
2020-05-27nvmet: mark nvmet_ana_state staticChristoph Hellwig1-1/+1
2020-05-27nvmet: replace kstrndup() with kmemdup_nul()Chen Zhou1-2/+2
2020-05-27block/floppy: fix contended case in floppy_queue_rq()Jiri Kosina1-5/+5
2020-05-24loop: remove redundant assignment to variable errorColin Ian King1-2/+0
2020-05-21block: remove ioctl_by_bdevChristoph Hellwig2-13/+0
2020-05-21s390/dasd: remove ioctl_by_bdev callsStefan Haberland4-6/+62
2020-05-21dasd: refactor dasd_ioctl_informationChristoph Hellwig1-19/+23
2020-05-21loop: Add LOOP_CONFIGURE ioctlMartijn Coenen2-28/+97
2020-05-21loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen2-8/+21
2020-05-21loop: Rework lo_ioctl() __user argument castingMartijn Coenen1-6/+5
2020-05-21loop: Move loop_set_status_from_info() and friends upMartijn Coenen1-103/+103
2020-05-21loop: Factor out configuring loop from statusMartijn Coenen1-50/+67
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-16block/swim3: use set_current_state macroXu Wang1-3/+3
2020-05-14Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/...Jens Axboe7-40/+73
2020-05-13md/raid1: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-3/+3
2020-05-13md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang1-1/+1
2020-05-13md: stop using ->queuedataChristoph Hellwig1-2/+1
2020-05-13md/raid1: release pending accounting for an I/O only after write-behind is al...David Jeffery1-6/+7
2020-05-13md: remove redundant memalloc scope API usageColy Li1-4/+4
2020-05-13raid5: update code comment of scribble_alloc()Coly Li1-2/+5
2020-05-13raid5: remove gfp flags from scribble_alloc()Coly Li1-6/+9
2020-05-13md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li2-0/+5