index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2023-08-28
31
-198
/
+240
|
\
|
*
cachefiles: use kiocb_{start,end}_write() helpers
Amir Goldstein
2023-08-21
1
-13
/
+3
|
*
ovl: use kiocb_{start,end}_write() helpers
Amir Goldstein
2023-08-21
1
-8
/
+2
|
*
aio: use kiocb_{start,end}_write() helpers
Amir Goldstein
2023-08-21
1
-17
/
+3
|
*
splice: Convert page_cache_pipe_buf_confirm() to use a folio
Matthew Wilcox (Oracle)
2023-08-21
1
-11
/
+9
|
*
libfs: Convert simple_write_begin and simple_write_end to use a folio
Matthew Wilcox (Oracle)
2023-08-21
1
-20
/
+20
|
*
fs/dcache: Replace printk and WARN_ON by WARN
Anh Tuan Phan
2023-08-19
1
-2
/
+1
|
*
fs/pipe: remove redundant initialization of pointer buf
Colin Ian King
2023-08-19
1
-1
/
+1
|
*
fs: Fix kernel-doc warnings
Matthew Wilcox (Oracle)
2023-08-19
6
-15
/
+29
|
*
devpts: Fix kernel-doc warnings
Matthew Wilcox (Oracle)
2023-08-19
1
-5
/
+5
|
*
fs: Fix one kernel-doc comment
Yang Li
2023-08-15
1
-1
/
+1
|
*
fs/buffer.c: disable per-CPU buffer_head cache for isolated CPUs
Marcelo Tosatti
2023-08-15
1
-1
/
+6
|
*
vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...
David Howells
2023-08-15
1
-1
/
+22
|
*
fs: unexport d_genocide
Christoph Hellwig
2023-08-09
1
-2
/
+0
|
*
fs: use __fput_sync in close(2)
Linus Torvalds
2023-08-08
2
-7
/
+25
|
*
file: mostly eliminate spurious relocking in __range_close
Mateusz Guzik
2023-08-04
1
-13
/
+14
|
*
fs/ecryptfs: remove kernel-doc warnings
Zhu Wang
2023-08-02
1
-1
/
+0
|
*
epoll: simplify ep_alloc()
Zhen Lei
2023-07-26
1
-10
/
+2
|
*
fs: Fix error checking for d_hash_and_lookup()
Wang Ming
2023-07-14
1
-1
/
+1
|
*
attr: block mode changes of symlinks
Christian Brauner
2023-07-14
1
-2
/
+18
|
*
eventfd: prevent underflow for eventfd semaphores
Wen Yang
2023-07-11
1
-1
/
+1
|
*
dnotify: Pass argument of fcntl_dirnotify as int
Luca Vizzarro
2023-07-10
1
-2
/
+2
|
*
pipe: Pass argument of pipe_fcntl as int
Luca Vizzarro
2023-07-10
1
-3
/
+3
|
*
fs: Pass argument to fcntl_setlease as int
Luca Vizzarro
2023-07-10
6
-16
/
+16
|
*
fcntl: Cast commands with int args explicitly
Luca Vizzarro
2023-07-10
1
-14
/
+15
|
*
splice: fsnotify_access(in), fsnotify_modify(out) on success in tee
Ahelenia Ziemiańska
2023-07-10
1
-0
/
+5
|
*
splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmsplice
Ahelenia Ziemiańska
2023-07-10
1
-1
/
+6
|
*
splice: always fsnotify_access(in), fsnotify_modify(out) on success
Ahelenia Ziemiańska
2023-07-10
1
-17
/
+15
|
*
reiserfs: Check the return value from __getblk()
Matthew Wilcox
2023-07-10
1
-1
/
+3
|
*
fs/ecryptfs: Use kmap_local_page() in copy_up_encrypted_with_header()
Fabio M. De Francesco
2023-07-10
1
-2
/
+2
|
*
fs/ecryptfs: Use kmap_local_page() in ecryptfs_write()
Fabio M. De Francesco
2023-07-10
1
-2
/
+2
|
*
fs/ecryptfs: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
2023-07-10
2
-8
/
+8
*
|
Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
6
-53
/
+344
|
\
\
|
*
|
tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrs
Hugh Dickins
2023-08-22
1
-2
/
+2
|
*
|
tmpfs,xattr: enable limited user extended attributes
Hugh Dickins
2023-08-10
3
-4
/
+30
|
*
|
xattr: simple_xattr_set() return old_xattr to be freed
Hugh Dickins
2023-08-09
2
-46
/
+51
|
*
|
libfs: Remove parent dentry locking in offset_iterate_dir()
Chuck Lever
2023-08-09
1
-7
/
+4
|
*
|
libfs: Add a lock class for the offset map's xa_lock
Chuck Lever
2023-08-09
1
-0
/
+3
|
*
|
libfs: Add directory operations for stable offsets
Chuck Lever
2023-08-09
1
-0
/
+248
|
*
|
shmem: prepare shmem quota infrastructure
Carlos Maiolino
2023-08-09
1
-0
/
+12
|
*
|
quota: Check presence of quota operation structures instead of ->quota_read a...
Jan Kara
2023-08-09
1
-1
/
+1
*
|
|
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
233
-977
/
+1107
|
\
\
\
|
*
|
|
btrfs: convert to multigrain timestamps
Jeff Layton
2023-08-11
2
-22
/
+7
|
*
|
|
ext4: switch to multigrain timestamps
Jeff Layton
2023-08-11
1
-1
/
+1
|
*
|
|
xfs: switch to multigrain timestamps
Jeff Layton
2023-08-11
3
-7
/
+7
|
*
|
|
fs: add infrastructure for multigrain timestamps
Jeff Layton
2023-08-11
2
-5
/
+118
|
*
|
|
fs: drop the timespec64 argument from update_time
Jeff Layton
2023-08-11
14
-37
/
+25
|
*
|
|
xfs: have xfs_vn_update_time gets its own timestamp
Jeff Layton
2023-08-11
1
-5
/
+9
|
*
|
|
fat: make fat_update_time get its own timestamp
Jeff Layton
2023-08-11
1
-1
/
+1
|
*
|
|
fat: remove i_version handling from fat_update_time
Jeff Layton
2023-08-11
1
-3
/
+0
[next]