summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-11block: fix kerneldoc for disk_register_independent_access__ranges()Jens Axboe1-2/+2
2021-11-10block: add __must_check for *add_disk*() callersLuis Chamberlain2-6/+6
2021-11-10block: use enum type for blk_mq_alloc_data->rq_flagsJens Axboe1-1/+1
2021-11-09block: Hold invalidate_lock in BLKZEROOUT ioctlShin'ichiro Kawasaki1-3/+9
2021-11-09block: Hold invalidate_lock in BLKDISCARD ioctlShin'ichiro Kawasaki1-3/+9
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds20-101/+221
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds13-140/+263
2021-11-09Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2021-11-09Merge tag 'io_uring-5.16-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2-10/+17
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-31/+221
2021-11-09Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-72/+12
2021-11-09Merge tag 'ovl-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-14/+46
2021-11-09Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-151/+203
2021-11-09Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+5
2021-11-09Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds33-779/+518
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds131-650/+1174
2021-11-09ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTLManfred Spraul1-13/+0
2021-11-09ipc: check checkpoint_restore_ns_capable() to modify C/R proc filesMichal Clapinski1-6/+23
2021-11-09selftests/kselftest/runner/run_one(): allow running non-executable filesSeongJae Park1-10/+18
2021-11-09virtio-mem: disallow mapping virtio-mem memory via /dev/memDavid Hildenbrand2-1/+4
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand2-10/+26
2021-11-09kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand1-5/+20
2021-11-09scripts/gdb: handle split debug for vmlinuxDouglas Anderson1-1/+2
2021-11-09kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior1-13/+17
2021-11-09kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior1-3/+3
2021-11-09kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior1-2/+2
2021-11-09Documentation/kcov: define `ip' in the exampleSebastian Andrzej Siewior1-0/+2
2021-11-09Documentation/kcov: include types.h in the exampleSebastian Andrzej Siewior1-0/+3
2021-11-09sysv: use BUILD_BUG_ON instead of runtime checkPavel Skripkin1-4/+2
2021-11-09kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai1-6/+3
2021-11-09seq_file: fix passing wrong private dataMuchun Song1-1/+1
2021-11-09seq_file: move seq_escape() to a headerAndy Shevchenko2-17/+16
2021-11-09signal: remove duplicate include in signal.hYe Guojin1-1/+0
2021-11-09crash_dump: remove duplicate include in crash_dump.hYe Guojin1-2/+0
2021-11-09crash_dump: fix boolreturn.cocci warningChangcheng Deng1-1/+1
2021-11-09hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2-12/+6
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi39-39/+39
2021-11-09nilfs2: replace snprintf in show functions with sysfs_emitQing Wang1-38/+38
2021-11-09coda: bump module version to 7.2Jan Harkes1-1/+1
2021-11-09coda: use vmemdup_user to replace the open codeJing Yangyang1-8/+4
2021-11-09coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang1-4/+5
2021-11-09coda: avoid doing bad things on inode type changes during revalidationJan Harkes3-25/+30
2021-11-09coda: avoid hidden code duplication in renameJan Harkes1-5/+2
2021-11-09coda: avoid flagging NULL inodesJan Harkes1-0/+3
2021-11-09coda: remove err which no one careAlex Shi1-2/+1
2021-11-09coda: check for async upcall request using local stateJan Harkes1-1/+2
2021-11-09coda: avoid NULL pointer dereference from a bad inodeJan Harkes1-4/+9
2021-11-09init: make unknown command line param message clearerAndrew Halaney1-1/+3
2021-11-09ramfs: fix mount source show for ramfsyangerkun1-4/+7
2021-11-09alpha: use is_kernel_text() helperKefeng Wang1-3/+1