summaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-22nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni1-1/+1
2020-10-22nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe1-3/+4
2020-10-22nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe1-1/+8
2020-10-22nvmet: fix uninitialized work for zero katozhenwei pi1-1/+2
2020-10-22nvme-pci: disable Write Zeroes on Sandisk SkyhawkKai-Heng Feng1-0/+2
2020-10-22nvme: use queuedata for nvme_req_qidKeith Busch1-1/+1
2020-10-22nvme-rdma: fix crash due to incorrect cqeChao Leng1-2/+3
2020-10-22nvme-rdma: fix crash when connect rejectedChao Leng1-1/+0
2020-10-20block: remove unused members for io_contextYufen Yu1-6/+0
2020-10-20blk-mq: remove the calling of local_memory_node()Xianting Tian2-2/+2
2020-10-19zram: Fix __zram_bvec_{read,write}() locking orderPeter Zijlstra1-3/+5
2020-10-17skd_main: remove unused including <linux/version.h>Tian Tao1-1/+0
2020-10-16sgl_alloc_order: fix memory leakDouglas Gilbert1-1/+1
2020-10-16lightnvm: fix out-of-bounds write to array devices->info[]Colin Ian King1-2/+3
2020-10-14nbd: make the config put is called before the notifying the waiterXiubo Li1-1/+1
2020-10-13scsi: handle zone resources errorsDamien Le Moal1-0/+9
2020-10-13nvme: translate zone resource errorsKeith Busch1-0/+4
2020-10-13block: add zone specific block statusesKeith Busch3-0/+30
2020-10-13block/rnbd-clt: send_msg_close if any error occurs after send_msg_openGioh Kim1-1/+3
2020-10-13block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote deviceJack Wang1-5/+0
2020-10-13block/rnbd-clt: remove nr argument from send_usr_msgGuoqing Jiang1-5/+5
2020-10-13x86/platform/uv: Remove unused variable in UV5 NMI handlerMike Travis1-3/+0
2020-10-13x86/traps: Fix #DE Oops message regressionThomas Gleixner1-1/+1
2020-10-13x86/uaccess: utilize CONFIG_CC_HAS_ASM_GOTO_OUTPUTNick Desaulniers1-0/+66
2020-10-13x86: Make __put_user() generate an out-of-line callLinus Torvalds2-81/+60
2020-10-13x86: Make __get_user() generate an out-of-line callLinus Torvalds2-74/+114
2020-10-12gpiolib: Update indentation in driver.rst for code excerptsAndy Shevchenko1-6/+6
2020-10-12Documentation/admin-guide: tainted-kernels: Fix typo occuredNaoki Hayama1-1/+1
2020-10-12perf/core: Fix race in the perf_mmap_close() functionJiri Olsa1-3/+4
2020-10-11Linux 5.9v5.9Linus Torvalds1-1/+1
2020-10-11mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna3-2/+19
2020-10-11mm: validate inode in mapping_set_error()Minchan Kim1-1/+2
2020-10-11mm: mmap: Fix general protection fault in unlink_file_vma()Miaohe Lin1-1/+5
2020-10-11MAINTAINERS: Antoine Tenart's email addressAntoine Tenart2-3/+4
2020-10-11MAINTAINERS: change hardening mailing listKees Cook2-2/+3
2020-10-11cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-10-11mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins1-0/+12
2020-10-10io_uring: keep a pointer ref_node in file_dataPavel Begunkov1-8/+6
2020-10-10io_uring: refactor *files_register()'s error pathsPavel Begunkov1-46/+32
2020-10-10io_uring: clean file_data access in files_registerPavel Begunkov1-36/+33
2020-10-10io_uring: don't delay io_init_req() error checkPavel Begunkov1-2/+1
2020-10-10io_uring: clean leftovers after splitting issuePavel Begunkov1-8/+6
2020-10-10io_uring: remove timeout.list after hrtimer cancelPavel Begunkov1-9/+2
2020-10-10io_uring: use a separate struct for timeout_removePavel Begunkov1-9/+9
2020-10-10io_uring: improve submit_state.ios_left accountingPavel Begunkov1-5/+5
2020-10-10io_uring: simplify io_file_get()Pavel Begunkov1-16/+14
2020-10-10io_uring: kill extra check in fixed io_file_get()Pavel Begunkov1-2/+1
2020-10-10io_uring: clean up ->files grabbingPavel Begunkov1-39/+13
2020-10-10io_uring: don't io_prep_async_work() linked reqsPavel Begunkov1-3/+0