index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-25
ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches()
Baokun Li
3
-1
/
+12
2025-09-25
ext4: replace min/max nesting with clamp()
Xichao Zhao
1
-3
/
+3
2025-09-25
fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock
chuguangqing
1
-1
/
+1
2025-09-25
fuse: move CREATE_TRACE_POINTS to a separate file
Darrick J. Wong
3
-2
/
+15
2025-09-25
fuse: move the backing file idr and code into a new source file
Darrick J. Wong
4
-183
/
+208
2025-09-25
NFSD: Disallow layoutget during grace period
Sergey Bashirov
1
-0
/
+5
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
2
-12
/
+12
2025-09-25
afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGE
David Howells
9
-64
/
+474
2025-09-25
afs: Fix potential null pointer dereference in afs_put_server
Zhen Ni
1
-1
/
+2
2025-09-25
erofs: drop redundant sanity check for ztailpacking inline
Gao Xiang
2
-5
/
+2
2025-09-25
erofs: Add support for FS_IOC_GETFSLABEL
Bo Liu (OpenAnolis)
5
-4
/
+57
2025-09-24
hfs/hfsplus: rework debug output subsystem
Viacheslav Dubeyko
20
-162
/
+106
2025-09-24
Merge tag 'for-6.17-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+6
2025-09-23
nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing
Al Viro
1
-0
/
+2
2025-09-23
NFS: Enable use of the RWF_DONTCACHE flag on the NFS client
Trond Myklebust
3
-5
/
+9
2025-09-23
NFS: Update the flexfilelayout driver to use xdr_set_scratch_folio()
Anna Schumaker
2
-9
/
+9
2025-09-23
NFS: Update the filelayout to use xdr_set_scratch_folio()
Anna Schumaker
2
-10
/
+10
2025-09-23
NFS: Update the blocklayout to use xdr_set_scratch_folio()
Anna Schumaker
2
-8
/
+8
2025-09-23
NFS: Update listxattr to use xdr_set_scratch_folio()
Anna Schumaker
2
-3
/
+3
2025-09-23
NFS: Update getacl to use xdr_set_scratch_folio()
Anna Schumaker
2
-3
/
+3
2025-09-23
NFS: Update readdir to use a scratch folio
Anna Schumaker
1
-4
/
+4
2025-09-23
SUNRPC: Move the svc_rpcb_cleanup() call sites
Chuck Lever
4
-11
/
+6
2025-09-23
NFS: Remove rpcbind cleanup for NFSv4.0 callback
Chuck Lever
1
-5
/
+3
2025-09-23
NFSv4.1: fix mount hang after CREATE_SESSION failure
Anthony Iliopoulos
1
-0
/
+3
2025-09-23
NFSv4.1: fix backchannel max_resp_sz verification check
Anthony Iliopoulos
1
-1
/
+1
2025-09-23
NFSv4: fix "prefered"->"preferred"
Xichao Zhao
1
-1
/
+1
2025-09-23
NFSv4: handle ERR_GRACE on delegation recalls
Olga Kornievskaia
1
-2
/
+2
2025-09-23
sunrpc: remove dfprintk_cont() and dfprintk_rcu_cont()
Jeff Layton
1
-3
/
+3
2025-09-23
nfs: cleanup tracepoint declarations
Leo Martins
1
-3
/
+3
2025-09-23
nfs: add tracepoints to nfs_writepages()
Jeff Layton
2
-4
/
+8
2025-09-23
nfs: more in-depth tracing of writepage events
Jeff Layton
2
-0
/
+68
2025-09-23
nfs: new tracepoints around write handling
Jeff Layton
3
-4
/
+35
2025-09-23
nfs: add tracepoints to nfs_file_read() and nfs_file_write()
Jeff Layton
2
-0
/
+56
2025-09-23
xfs: rework datasync tracking and execution
Dave Chinner
5
-69
/
+128
2025-09-23
xfs: rearrange code in xfs_inode_item_precommit
Dave Chinner
1
-36
/
+29
2025-09-23
fuse: enable FUSE_SYNCFS for all fuseblk servers
Darrick J. Wong
1
-0
/
+1
2025-09-23
debugfs: rename start_creating() to debugfs_start_creating()
NeilBrown
1
-5
/
+6
2025-09-23
VFS: rename kern_path_locked() and related functions.
NeilBrown
5
-42
/
+56
2025-09-23
VFS/audit: introduce kern_path_parent() for audit
NeilBrown
1
-6
/
+17
2025-09-23
VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
NeilBrown
6
-19
/
+13
2025-09-23
VFS: discard err2 in filename_create()
NeilBrown
1
-6
/
+4
2025-09-23
VFS/ovl: add lookup_one_positive_killable()
NeilBrown
2
-14
/
+69
2025-09-23
ovl: make sure that ovl_create_real() returns a hashed dentry
Amir Goldstein
1
-1
/
+21
2025-09-23
ovl: Support mounting case-insensitive enabled layers
André Almeida
2
-11
/
+12
2025-09-23
ovl: Check for casefold consistency when creating new dentries
André Almeida
1
-0
/
+7
2025-09-23
ovl: Add S_CASEFOLD as part of the inode flag to be copied
André Almeida
4
-4
/
+8
2025-09-23
ovl: Set case-insensitive dentry operations for ovl sb
André Almeida
1
-1
/
+24
2025-09-23
ovl: Ensure that all layers have the same encoding
André Almeida
1
-0
/
+38
2025-09-23
ovl: Create ovl_casefold() to support casefolded strncmp()
André Almeida
1
-21
/
+105
2025-09-23
ovl: Prepare for mounting case-insensitive enabled layers
André Almeida
3
-3
/
+14
[prev]
[next]