summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.16-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-092-10/+17
|\
| * io_uring: honour zeroes as io-wq worker limitsPavel Begunkov2021-11-081-1/+3
| * io_uring: remove dead 'sqe' storeJens Axboe2021-11-051-1/+1
| * io_uring: remove redundant assignment to ret in io_register_iowq_max_workers()Nghia Le2021-11-021-1/+0
| * io-wq: fix max-workers not correctly set on multi-node systemBeld Zhang2021-11-021-3/+13
| * io_uring: clean up io_queue_sqe_arm_apollPavel Begunkov2021-11-021-4/+0
* | Merge tag 'ovl-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-096-14/+46
|\ \
| * | ovl: fix filattr copy-up failureMiklos Szeredi2021-11-042-6/+22
| * | ovl: fix warning in ovl_create_real()Miklos Szeredi2021-11-043-6/+10
| * | ovl: fix use after free in struct ovl_aio_reqyangerkun2021-10-291-2/+14
* | | Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-0910-150/+197
|\ \ \
| * | | 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-281-0/+3
| * | | 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-0918-442/+214
|\ \ \ \ \
| * | | | | 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-0412-37/+58
| * | | | | 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-0312-54/+4
| * | | | | 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
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-0957-249/+292
|\ \ \ \ \ \