summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-2831-198/+240
|\
| * 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
| * 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
| * fs: Fix one kernel-doc commentYang Li2023-08-151-1/+1
| * 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-151-1/+22
| * 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-101-2/+2
| * pipe: Pass argument of pipe_fcntl as intLuca Vizzarro2023-07-101-3/+3
| * fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-106-16/+16
| * fcntl: Cast commands with int args explicitlyLuca Vizzarro2023-07-101-14/+15
| * 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-286-53/+344
|\ \
| * | tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins2023-08-221-2/+2
| * | tmpfs,xattr: enable limited user extended attributesHugh Dickins2023-08-103-4/+30
| * | xattr: simple_xattr_set() return old_xattr to be freedHugh Dickins2023-08-092-46/+51
| * | libfs: Remove parent dentry locking in offset_iterate_dir()Chuck Lever2023-08-091-7/+4
| * | libfs: Add a lock class for the offset map's xa_lockChuck Lever2023-08-091-0/+3
| * | libfs: Add directory operations for stable offsetsChuck Lever2023-08-091-0/+248
| * | shmem: prepare shmem quota infrastructureCarlos Maiolino2023-08-091-0/+12
| * | quota: Check presence of quota operation structures instead of ->quota_read a...Jan Kara2023-08-091-1/+1
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-28233-977/+1107
|\ \ \
| * | | btrfs: convert to multigrain timestampsJeff Layton2023-08-112-22/+7
| * | | ext4: switch to multigrain timestampsJeff Layton2023-08-111-1/+1
| * | | xfs: switch to multigrain timestampsJeff Layton2023-08-113-7/+7
| * | | fs: add infrastructure for multigrain timestampsJeff Layton2023-08-112-5/+118
| * | | fs: drop the timespec64 argument from update_timeJeff Layton2023-08-1114-37/+25
| * | | xfs: have xfs_vn_update_time gets its own timestampJeff Layton2023-08-111-5/+9
| * | | fat: make fat_update_time get its own timestampJeff Layton2023-08-111-1/+1
| * | | fat: remove i_version handling from fat_update_timeJeff Layton2023-08-111-3/+0