summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvmet: set the LBCC bit for commands that modify dataChristoph Hellwig2022-12-281-2/+4
* nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig2022-12-281-16/+19
* nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definitionChristoph Hellwig2022-12-281-1/+2
* docs, nvme: add a feature and quirk policy documentChristoph Hellwig2022-12-283-0/+79
* nvme-pci: update sqsize when adjusting the queue depthChristoph Hellwig2022-12-261-4/+5
* nvme: fix setting the queue depth in nvme_alloc_io_tag_setChristoph Hellwig2022-12-261-1/+1
* block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai2022-12-261-1/+1
* Merge tag 'nvme-6.2-2022-12-22' of git://git.infradead.org/nvme into block-6.2Jens Axboe2022-12-222-19/+20
|\
| * nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang2022-12-221-1/+1
| * nvme-pci: fix page size checksKeith Busch2022-12-211-4/+4
| * nvme-pci: fix mempool alloc sizeKeith Busch2022-12-211-2/+2
| * nvme-pci: fix doorbell buffer value endiannessKlaus Jensen2022-12-211-12/+13
|/
* block: don't clear REQ_ALLOC_CACHE for non-polled requestsJens Axboe2022-12-161-2/+1
* block: fix use-after-free of q->q_usage_counterMing Lei2022-12-151-4/+5
* block, bfq: only do counting of pending-request for BFQ_GROUP_IOSCHEDYuwei Guan2022-12-153-4/+10
* blk-iolatency: Fix memory leak on add_disk() failuresTejun Heo2022-12-141-0/+2
* loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres2022-12-141-16/+12
* block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)2022-12-141-0/+2
* block, bfq: replace 0/1 with false/true in bic apisYu Kuai2022-12-142-6/+6
* block, bfq: don't return bfqg from __bfq_bic_change_cgroup()Yu Kuai2022-12-141-5/+3
* block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai2022-12-141-1/+6
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-13237-5047/+9281
|\
| * mm/hugetlb: set head flag before setting compound_order in __prep_compound_gi...Sidhartha Kumar2022-12-121-2/+2
| * mm: mmu_gather: allow more than one batch of delayed rmapsLinus Torvalds2022-12-111-16/+20
| * mm: fix typo in struct pglist_data code commentWang Yong2022-12-111-1/+1
| * kmsan: fix memcpy testsAlexander Potapenko2022-12-111-0/+3
| * mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang2022-12-111-0/+1
| * mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld2022-12-111-0/+1
| * selftests/vm: ksm_functional_tests: fixes for 32bitDavid Hildenbrand2022-12-112-3/+3
| * selftests/vm: cow: fix compile warning on 32bitDavid Hildenbrand2022-12-111-2/+2
| * selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitionsDavid Hildenbrand2022-12-111-0/+7
| * mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmemDavid Hildenbrand2022-12-111-3/+7
| * mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins2022-12-111-9/+33
| * mm: memcg: fix swapcached stat accountingHugh Dickins2022-12-112-2/+7
| * mm: add nodes= arg to memory.reclaimMina Almasry2022-12-114-21/+68
| * mm: disable top-tier fallback to reclaim on proactive reclaimMina Almasry2022-12-111-3/+22
| * selftests: cgroup: make sure reclaim target memcg is unprotectedYosry Ahmed2022-12-111-0/+11
| * selftests: cgroup: refactor proactive reclaim code to reclaim_until()Yosry Ahmed2022-12-111-36/+44
| * mm: memcg: fix stale protection of reclaim target memcgYosry Ahmed2022-12-112-15/+27
| * mm/mmap: properly unaccount memory on mas_preallocate() failureAlistair Popple2022-12-111-3/+3
| * omfs: remove ->writepageChristoph Hellwig2022-12-111-6/+1
| * jfs: remove ->writepageChristoph Hellwig2022-12-111-6/+1
| * hpfs: remove ->writepageChristoph Hellwig2022-12-111-7/+2
| * hfsplus: remove ->writepageChristoph Hellwig2022-12-111-1/+1
| * hfs: remove ->writepageChristoph Hellwig2022-12-111-1/+1
| * fat: remove ->writepageChristoph Hellwig2022-12-111-7/+2
| * extfat: remove ->writepageChristoph Hellwig2022-12-111-7/+2
| * mm/page_alloc: update comments in __free_pages_ok()Deyan Wang2022-12-111-0/+5
| * xfs: remove restrictions for fsdax and reflinkShiyang Ruan2022-12-112-8/+0
| * fsdax,xfs: port unshare to fsdaxShiyang Ruan2022-12-113-2/+60