summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-0911-151/+203
|\
| * fuse: fix page stealingMiklos Szeredi2021-11-021-2/+12
| * virtiofs: use strscpy for copying the queue nameMiklos Szeredi2021-11-021-1/+1
| * fuse: add FOPEN_NOFLUSHAmir Goldstein2021-10-282-1/+9
| * fuse: only update necessary attributesMiklos Szeredi2021-10-284-10/+9
| * fuse: take cache_mask into account in getattrMiklos Szeredi2021-10-281-1/+3
| * fuse: add cache_maskMiklos Szeredi2021-10-283-9/+29
| * fuse: move reverting attributes to fuse_change_attributes()Miklos Szeredi2021-10-282-9/+13
| * fuse: simplify local variables holding writeback cache stateMiklos Szeredi2021-10-282-6/+6
| * fuse: cleanup code conditional on fc->writeback_cacheMiklos Szeredi2021-10-281-13/+4
| * fuse: fix attr version comparison in fuse_read_update_size()Miklos Szeredi2021-10-281-1/+1
| * fuse: always invalidate attributes after writesMiklos Szeredi2021-10-284-20/+15
| * fuse: rename fuse_write_update_size()Miklos Szeredi2021-10-284-9/+9
| * fuse: don't bump attr_version in cached writeMiklos Szeredi2021-10-281-2/+5
| * fuse: selective attribute invalidationMiklos Szeredi2021-10-284-11/+19
| * fuse: don't increment nlink in link()Miklos Szeredi2021-10-281-19/+11
| * fuse: decrement nlink on overwriting renameMiklos Szeredi2021-10-221-22/+27
| * fuse: simplify __fuse_write_file_get()Miklos Szeredi2021-10-221-5/+4
| * fuse: move fuse_invalidate_attr() into fuse_update_ctime()Miklos Szeredi2021-10-222-13/+6
| * fuse: delete redundant codePeng Hao2021-10-221-1/+0
| * fuse: use kmap_local_page()Peng Hao2021-10-223-8/+8
| * fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi2021-10-221-1/+1
| * fuse: write inode in fuse_vma_close() instead of fuse_release()Miklos Szeredi2021-10-221-9/+6
| * fuse: make sure reclaim doesn't write the inodeMiklos Szeredi2021-10-224-0/+27
* | 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