aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel1-0/+25
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel6-0/+61
2020-07-15s390/dasd: Use struct_size() helperGustavo A. R. Silva1-5/+3
2020-07-15s390/dasd: fix inability to use DASD with DIAG driverStefan Haberland1-8/+17
2020-07-14md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming1-0/+1
2020-07-14md/raid5-cache: clear MD_SB_CHANGE_PENDING before flushing stripesSong Liu1-0/+7
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi5-20/+42
2020-07-13md: improve io stats accountingArtur Paszkiewicz2-12/+46
2020-07-13md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King1-4/+5
2020-07-11rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()'Christophe JAILLET1-14/+16
2020-07-08nvme: remove ns->disk checksChristoph Hellwig1-4/+4
2020-07-08nvme-pci: use standard block status symbolic namesBaolin Wang1-3/+3
2020-07-08nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()Baolin Wang1-1/+1
2020-07-08nvme-pci: add a blank line after declarationsBaolin Wang1-0/+4
2020-07-08nvme-pci: fix some comments issuesBaolin Wang1-4/+4
2020-07-08nvme-pci: remove redundant segment validationBaolin Wang1-3/+0
2020-07-08nvme: document quirked Intel modelsDavid Fugate1-4/+4
2020-07-08nvme: expose reconnect_delay and ctrl_loss_tmo via sysfsSagi Grimberg1-0/+62
2020-07-08nvme: support for zoned namespacesKeith Busch6-15/+492
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch6-25/+76
2020-07-08nvme: implement multiple I/O Command Set supportNiklas Cassel3-12/+61
2020-07-08null_blk: introduce zone capacity for zoned deviceAravind Ramesh3-3/+24
2020-07-08block: add capacity field to zone descriptorsMatias Bjørling4-2/+17
2020-07-08nvme: use USEC_PER_SEC instead of magic numbersBaolin Wang1-1/+1
2020-07-08nvmet-tcp: simplify nvmet_process_resp_listSagi Grimberg1-9/+3
2020-07-08nvme-tcp: optimize network stack with setting msg flags according to batch sizeSagi Grimberg1-3/+17
2020-07-08nvme-tcp: leverage request pluggingSagi Grimberg1-5/+14
2020-07-08nvme-tcp: have queue prod/cons send list become a llistSagi Grimberg1-10/+24
2020-07-08nvme-fcloop: verify wwnn and wwpn formatDongli Zhang1-6/+23
2020-07-08nvmet: use unsigned type for u64Chaitanya Kulkarni1-8/+8
2020-07-08nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy5-7/+7
2020-07-08nvmet-tcp: remove has_keyed_sgls initializationMax Gurtovoy1-1/+0
2020-07-08nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrlDongli Zhang1-1/+0
2020-07-08nvme-pci: remove the empty line at the beginning of nvme_should_reset()Dongli Zhang1-1/+0
2020-07-08nvme-pci: code cleanup for nvme_alloc_host_mem()Chaitanya Kulkarni1-4/+4
2020-07-08nvme-pci: use unsigned for io queue depthChaitanya Kulkarni1-9/+10
2020-07-08nvme-core: use u16 type for ctrl->sqsizeChaitanya Kulkarni1-1/+1
2020-07-08nvme-core: use u16 type for directivesChaitanya Kulkarni1-1/+1
2020-07-07block: remove a bogus warning in __submit_bio_noacct_mqChristoph Hellwig1-2/+1
2020-07-05Linux 5.8-rc4Linus Torvalds1-1/+1
2020-07-05x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds1-10/+1
2020-07-05MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su1-3/+5
2020-07-05MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens1-0/+1
2020-07-05.gitignore: Do not track `defconfig` from `make savedefconfig`Paul Menzel1-0/+3
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe1-7/+22
2020-07-04x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski1-1/+34
2020-07-04x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski3-12/+17
2020-07-04x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski4-25/+44
2020-07-04x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2-0/+30
2020-07-04x86/entry/compat: Clear RAX high bits on Xen PV SYSENTERAndy Lutomirski1-9/+10