| Commit message (Expand) | Author | Files | Lines |
2019-10-04 | io_uring: fix reversed nonblock flag for link submission | Pavel Begunkov | 1 | -1/+1 |
2019-10-03 | block: sed-opal: fix sparse warning: convert __be64 data | Randy Dunlap | 1 | -2/+2 |
2019-10-03 | block: sed-opal: fix sparse warning: obsolete array init. | Randy Dunlap | 1 | -1/+1 |
2019-10-03 | block: pg: add header include guard | Masahiro Yamada | 1 | -1/+4 |
2019-10-01 | Revert "s390/dasd: Add discard support for ESE volumes" | Stefan Haberland | 1 | -54/+3 |
2019-10-01 | s390/dasd: Fix error handling during online processing | Jan Höppner | 1 | -16/+8 |
2019-10-01 | io_uring: use __kernel_timespec in timeout ABI | Arnd Bergmann | 1 | -4/+4 |
2019-10-01 | loop: change queue block size to match when using DIO | Martijn Coenen | 1 | -0/+10 |
2019-09-27 | blk-mq: apply normal plugging for HDD | Ming Lei | 1 | -1/+5 |
2019-09-27 | blk-mq: honor IO scheduler for multiqueue devices | Ming Lei | 1 | -2/+4 |
2019-09-27 | nvme-rdma: fix possible use-after-free in connect timeout | Sagi Grimberg | 1 | -1/+2 |
2019-09-27 | block: fix null pointer dereference in blk_mq_rq_timed_out() | Yufen Yu | 3 | -1/+21 |
2019-09-27 | rq-qos: get rid of redundant wbt_update_limits() | Yufen Yu | 1 | -1/+0 |
2019-09-26 | nvme: Move ctrl sqsize to generic space | Keith Busch | 1 | -1/+1 |
2019-09-26 | iocost: bump up default latency targets for hard disks | Tejun Heo | 1 | -2/+2 |
2019-09-26 | iocost: improve nr_lagging handling | Tejun Heo | 1 | -8/+11 |
2019-09-26 | iocost: better trace vrate changes | Tejun Heo | 1 | -1/+6 |
2019-09-26 | block: don't release queue's sysfs lock during switching elevator | Ming Lei | 2 | -39/+5 |
2019-09-26 | blk-mq: move lockdep_assert_held() into elevator_exit | Ming Lei | 2 | -2/+2 |
2019-09-25 | nvme: Add ctrl attributes for queue_count and sqsize | James Smart | 1 | -0/+4 |
2019-09-25 | nvme: allow 64-bit results in passthru commands | Marta Rybczynska | 2 | -16/+115 |
2019-09-25 | nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T | Jian-Hong Pan | 1 | -0/+10 |
2019-09-25 | nvmet-tcp: remove superflous check on request sgl | Sagi Grimberg | 1 | -8/+4 |
2019-09-25 | Added QUIRKs for ADATA XPG SX8200 Pro 512GB | Gabriel Craciunescu | 1 | -0/+3 |
2019-09-25 | nvme-rdma: Fix max_hw_sectors calculation | Max Gurtovoy | 1 | -5/+11 |
2019-09-25 | nvme: fix an error code in nvme_init_subsystem() | Dan Carpenter | 1 | -2/+3 |
2019-09-25 | nvme-pci: Save PCI state before putting drive into deepest state | Mario Limonciello | 1 | -7/+10 |
2019-09-25 | nvme-tcp: fix wrong stop condition in io_work | Wunderlich, Mark | 1 | -2/+2 |
2019-09-25 | tpm: Wrap the buffer from the caller to tpm_buf in tpm_send() | Jarkko Sakkinen | 1 | -7/+2 |
2019-09-25 | MAINTAINERS: keys: Update path to trusted.h | Denis Efremov | 1 | -1/+1 |
2019-09-25 | KEYS: trusted: correctly initialize digests and fix locking issue | Roberto Sassu | 2 | -5/+14 |
2019-09-25 | selftests/tpm2: Add log and *.pyc to .gitignore | Petr Vorel | 1 | -0/+2 |
2019-09-25 | selftests/tpm2: Add the missing TEST_FILES assignment | Jarkko Sakkinen | 1 | -0/+1 |
2019-09-25 | mm/zsmalloc.c: fix a -Wunused-function warning | Qian Cai | 1 | -4/+0 |
2019-09-25 | zswap: do not map same object twice | Vitaly Wool | 1 | -4/+3 |
2019-09-25 | zswap: use movable memory if zpool support allocate movable memory | Hui Zhu | 1 | -3/+5 |
2019-09-25 | zpool: add malloc_support_movable to zpool_driver | Hui Zhu | 3 | -9/+29 |
2019-09-25 | shmem: fix obsolete comment in shmem_getpage_gfp() | Miles Chen | 1 | -1/+1 |
2019-09-25 | mm/madvise: reduce code duplication in error handling paths | Mike Rapoport | 1 | -36/+16 |
2019-09-25 | mm: mmap: increase sockets maximum memory size pgoff for 32bits | Ivan Khoronzhuk | 1 | -0/+3 |
2019-09-25 | mm/mmap.c: refine find_vma_prev() with rb_last() | Wei Yang | 1 | -6/+3 |
2019-09-25 | riscv: make mmap allocation top-down by default | Alexandre Ghiti | 1 | -0/+12 |
2019-09-25 | mips: use generic mmap top-down layout and brk randomization | Alexandre Ghiti | 3 | -102/+1 |
2019-09-25 | mips: replace arch specific way to determine 32bit task with generic version | Alexandre Ghiti | 1 | -1/+2 |
2019-09-25 | mips: adjust brk randomization offset to fit generic version | Alexandre Ghiti | 1 | -3/+4 |
2019-09-25 | mips: use STACK_TOP when computing mmap base address | Alexandre Ghiti | 1 | -2/+2 |
2019-09-25 | mips: properly account for stack randomization and stack guard gap | Alexandre Ghiti | 1 | -2/+12 |
2019-09-25 | arm: use generic mmap top-down layout and brk randomization | Alexandre Ghiti | 4 | -69/+1 |
2019-09-25 | arm: use STACK_TOP when computing mmap base address | Alexandre Ghiti | 1 | -2/+2 |
2019-09-25 | arm: properly account for stack randomization and stack guard gap | Alexandre Ghiti | 1 | -2/+12 |