summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-092-3/+5
|\
| * orangefs: Fix sb refcount leak when allocate sb info failed.Chenyuan Mi2021-10-111-1/+1
| * fs: orangefs: fix error return code of orangefs_revalidate_lookup()Jia-Ju Bai2021-10-111-1/+3
| * orangefs: Remove redundant initialization of variable retColin Ian King2021-10-111-1/+1
* | Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds2021-11-0933-779/+518
|\ \
| * | 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-0421-305/+323
| * | 9p: set readahead and io size according to maxsizeDominique Martinet2021-11-041-0/+3
| * | 9p p9mode2perm: remove useless strlcpy and check sscanf return codeDominique Martinet2021-11-031-4/+9
| * | 9p v9fs_parse_options: replace simple_strtoul with kstrtouintDominique Martinet2021-11-031-6/+7
| * | 9p: fix file headersDominique Martinet2021-11-0325-116/+7
| * | fs/9p: fix indentation and Add missing a blank line after declarationSohaib Mohamed2021-11-031-1/+2
| * | fs/9p: fix warnings found by checkpatch.plSohaib Mohamed2021-11-031-4/+4
| * | 9p: fix minor indentation and codestyleSohaib Mohamed2021-11-031-1/+3
| * | fs/9p: cleanup: opening brace at the beginning of the next lineSohaib Mohamed2021-11-031-1/+2
| * | 9p: Convert to using the netfs helper lib to do reads and cachingDavid Howells2021-11-036-334/+122
| * | fscache_cookie_enabled: check cookie is valid before accessing itDominique Martinet2021-11-031-1/+1
| * | net/9p: autoload transport modulesThomas Weißschuh2021-11-035-6/+33
| * | 9p/net: fix missing error check in p9_check_errorsDominique Martinet2021-11-031-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-09131-650/+1174
|\ \ \
| * | | ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTLManfred Spraul2021-11-091-13/+0
| * | | ipc: check checkpoint_restore_ns_capable() to modify C/R proc filesMichal Clapinski2021-11-091-6/+23
| * | | selftests/kselftest/runner/run_one(): allow running non-executable filesSeongJae Park2021-11-091-10/+18
| * | | virtio-mem: disallow mapping virtio-mem memory via /dev/memDavid Hildenbrand2021-11-092-1/+4
| * | | kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand2021-11-092-10/+26
| * | | kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand2021-11-091-5/+20
| * | | scripts/gdb: handle split debug for vmlinuxDouglas Anderson2021-11-091-1/+2
| * | | kcov: replace local_irq_save() with a local_lock_tSebastian Andrzej Siewior2021-11-091-13/+17
| * | | kcov: avoid enable+disable interrupts if !in_task()Sebastian Andrzej Siewior2021-11-091-3/+3
| * | | kcov: allocate per-CPU memory on the relevant nodeSebastian Andrzej Siewior2021-11-091-2/+2
| * | | Documentation/kcov: define `ip' in the exampleSebastian Andrzej Siewior2021-11-091-0/+2
| * | | Documentation/kcov: include types.h in the exampleSebastian Andrzej Siewior2021-11-091-0/+3
| * | | sysv: use BUILD_BUG_ON instead of runtime checkPavel Skripkin2021-11-091-4/+2
| * | | kernel/fork.c: unshare(): use swap() to make code cleanerRan Xiaokai2021-11-091-6/+3
| * | | seq_file: fix passing wrong private dataMuchun Song2021-11-091-1/+1
| * | | seq_file: move seq_escape() to a headerAndy Shevchenko2021-11-092-17/+16
| * | | signal: remove duplicate include in signal.hYe Guojin2021-11-091-1/+0
| * | | crash_dump: remove duplicate include in crash_dump.hYe Guojin2021-11-091-2/+0
| * | | crash_dump: fix boolreturn.cocci warningChangcheng Deng2021-11-091-1/+1
| * | | hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2021-11-092-12/+6
| * | | nilfs2: remove filenames from file commentsRyusuke Konishi2021-11-0939-39/+39
| * | | nilfs2: replace snprintf in show functions with sysfs_emitQing Wang2021-11-091-38/+38
| * | | coda: bump module version to 7.2Jan Harkes2021-11-091-1/+1
| * | | coda: use vmemdup_user to replace the open codeJing Yangyang2021-11-091-8/+4
| * | | coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang2021-11-091-4/+5
| * | | coda: avoid doing bad things on inode type changes during revalidationJan Harkes2021-11-093-25/+30
| * | | coda: avoid hidden code duplication in renameJan Harkes2021-11-091-5/+2
| * | | coda: avoid flagging NULL inodesJan Harkes2021-11-091-0/+3
| * | | coda: remove err which no one careAlex Shi2021-11-091-2/+1
| * | | coda: check for async upcall request using local stateJan Harkes2021-11-091-1/+2
| * | | coda: avoid NULL pointer dereference from a bad inodeJan Harkes2021-11-091-4/+9