summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-2844-243/+458
|\
| * cachefiles: use kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-13/+3
| * ovl: use kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-8/+2
| * aio: use kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-17/+3
| * io_uring: use kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-19/+4
| * fs: create kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-0/+36
| * fs: add kerneldoc to file_{start,end}_write() helpersAmir Goldstein2023-08-211-1/+14
| * io_uring: rename kiocb_end_write() local helperAmir Goldstein2023-08-211-5/+5
| * splice: Convert page_cache_pipe_buf_confirm() to use a folioMatthew Wilcox (Oracle)2023-08-211-11/+9
| * libfs: Convert simple_write_begin and simple_write_end to use a folioMatthew Wilcox (Oracle)2023-08-211-20/+20
| * fs/dcache: Replace printk and WARN_ON by WARNAnh Tuan Phan2023-08-191-2/+1
| * fs/pipe: remove redundant initialization of pointer bufColin Ian King2023-08-191-1/+1
| * fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)2023-08-196-15/+29
| * devpts: Fix kernel-doc warningsMatthew Wilcox (Oracle)2023-08-191-5/+5
| * doc: idmappings: fix an error and rephrase a paragraphGONG, Ruiqi2023-08-161-3/+4
| * init: Add support for rootwait timeout parameterLoic Poulain2023-08-152-2/+40
| * vfs: fix up the assert in i_readcount_decMateusz Guzik2023-08-151-2/+1
| * fs: Fix one kernel-doc commentYang Li2023-08-151-1/+1
| * docs: filesystems: idmappings: clarify from where idmappings are takenAlexander Mikhalitsyn2023-08-151-0/+7
| * fs/buffer.c: disable per-CPU buffer_head cache for isolated CPUsMarcelo Tosatti2023-08-151-1/+6
| * vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells2023-08-156-1/+116
| * fs: unexport d_genocideChristoph Hellwig2023-08-091-2/+0
| * fs: use __fput_sync in close(2)Linus Torvalds2023-08-082-7/+25
| * file: mostly eliminate spurious relocking in __range_closeMateusz Guzik2023-08-041-13/+14
| * fs/ecryptfs: remove kernel-doc warningsZhu Wang2023-08-021-1/+0
| * epoll: simplify ep_alloc()Zhen Lei2023-07-261-10/+2
| * fs: Fix error checking for d_hash_and_lookup()Wang Ming2023-07-141-1/+1
| * attr: block mode changes of symlinksChristian Brauner2023-07-141-2/+18
| * eventfd: prevent underflow for eventfd semaphoresWen Yang2023-07-111-1/+1
| * dnotify: Pass argument of fcntl_dirnotify as intLuca Vizzarro2023-07-102-4/+4
| * pipe: Pass argument of pipe_fcntl as intLuca Vizzarro2023-07-102-5/+5
| * fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-108-24/+24
| * fcntl: Cast commands with int args explicitlyLuca Vizzarro2023-07-102-15/+16
| * splice: fsnotify_access(in), fsnotify_modify(out) on success in teeAhelenia Ziemiańska2023-07-101-0/+5
| * splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmspliceAhelenia Ziemiańska2023-07-101-1/+6
| * splice: always fsnotify_access(in), fsnotify_modify(out) on successAhelenia Ziemiańska2023-07-101-17/+15
| * reiserfs: Check the return value from __getblk()Matthew Wilcox2023-07-101-1/+3
| * fs/ecryptfs: Use kmap_local_page() in copy_up_encrypted_with_header()Fabio M. De Francesco2023-07-101-2/+2
| * fs/ecryptfs: Use kmap_local_page() in ecryptfs_write()Fabio M. De Francesco2023-07-101-2/+2
| * fs/ecryptfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco2023-07-102-8/+8
* | Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-2819-297/+1412
|\ \
| * | tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins2023-08-222-3/+3
| * | mm: invalidation check mapping before folio_containsHugh Dickins2023-08-111-2/+2
| * | tmpfs: trivial support for direct IOHugh Dickins2023-08-111-2/+30
| * | tmpfs,xattr: enable limited user extended attributesHugh Dickins2023-08-106-16/+106
| * | tmpfs: track free_ispace instead of free_inodesHugh Dickins2023-08-092-17/+18
| * | xattr: simple_xattr_set() return old_xattr to be freedHugh Dickins2023-08-094-53/+61
| * | tmpfs: verify {g,u}id mount options correctlyChristian Brauner2023-08-091-4/+24
| * | shmem: move spinlock into shmem_recalc_inode() to fix quota supportHugh Dickins2023-08-091-63/+44
| * | libfs: Remove parent dentry locking in offset_iterate_dir()Chuck Lever2023-08-091-7/+4