index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entries
Jeff Layton
2023-04-26
1
-0
/
+4
|
*
|
|
|
nfsd: don't open-code clear_and_wake_up_bit
Jeff Layton
2023-04-26
1
-3
/
+1
*
|
|
|
|
Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2023-04-29
14
-485
/
+565
|
\
\
\
\
\
|
*
|
|
|
|
NFSv4.2: Rework scratch handling for READ_PLUS
Anna Schumaker
2023-04-28
2
-7
/
+14
|
*
|
|
|
|
NFS: Cleanup unused rpc_clnt variable
Benjamin Coddington
2023-04-21
1
-4
/
+0
|
*
|
|
|
|
NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to static
Tom Rix
2023-04-21
1
-1
/
+1
|
*
|
|
|
|
NFS: Convert readdir page array functions to use a folio
Anna Schumaker
2023-04-12
1
-102
/
+99
|
*
|
|
|
|
NFS: Convert the readdir array-of-pages into an array-of-folios
Anna Schumaker
2023-04-12
1
-64
/
+65
|
*
|
|
|
|
NFSv3: handle out-of-order write replies.
NeilBrown
2023-04-11
1
-15
/
+97
|
*
|
|
|
|
NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bit
Dave Wysochanski
2023-04-11
1
-91
/
+0
|
*
|
|
|
|
NFS: Remove all NFSIOS_FSCACHE counters due to conversion to netfs API
Dave Wysochanski
2023-04-11
2
-28
/
+0
|
*
|
|
|
|
NFS: Convert buffered read paths to use netfs when fscache is enabled
Dave Wysochanski
2023-04-11
6
-152
/
+268
|
*
|
|
|
|
NFS: Configure support for netfs when NFS fscache is configured
Dave Wysochanski
2023-04-11
3
-20
/
+16
|
*
|
|
|
|
NFS: Rename readpage_async_filler to nfs_read_add_folio
Dave Wysochanski
2023-04-11
1
-27
/
+27
|
*
|
|
|
|
nfs: simplify two-level sysctl registration for nfs_cb_sysctls
Luis Chamberlain
2023-04-11
1
-19
/
+1
|
*
|
|
|
|
nfs: simplify two-level sysctl registration for nfs4_cb_sysctls
Luis Chamberlain
2023-04-11
1
-19
/
+2
|
*
|
|
|
|
lockd: simplify two-level sysctl registration for nlm_sysctls
Luis Chamberlain
2023-04-11
1
-19
/
+1
|
*
|
|
|
|
NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease
Trond Myklebust
2023-04-10
1
-0
/
+4
*
|
|
|
|
|
Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
2023-04-29
16
-446
/
+528
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fs/ntfs3: Fix root inode checking
Konstantin Komarov
2023-03-27
1
-1
/
+10
|
*
|
|
|
|
|
fs/ntfs3: Print details about mount fails
Konstantin Komarov
2023-03-27
3
-92
/
+122
|
*
|
|
|
|
|
fs/ntfs3: Add missed "nocase" in ntfs_show_options
Konstantin Komarov
2023-03-27
1
-19
/
+21
|
*
|
|
|
|
|
fs/ntfs3: Code formatting and refactoring
Konstantin Komarov
2023-03-27
15
-178
/
+186
|
*
|
|
|
|
|
fs/ntfs3: Changed ntfs_get_acl() to use dentry
Konstantin Komarov
2023-03-27
4
-22
/
+15
|
*
|
|
|
|
|
fs/ntfs3: Remove field sbi->used.bitmap.set_tail
Konstantin Komarov
2023-03-27
2
-3
/
+0
|
*
|
|
|
|
|
fs/ntfs3: Undo critial modificatins to keep directory consistency
Konstantin Komarov
2023-03-27
1
-10
/
+20
|
*
|
|
|
|
|
fs/ntfs3: Undo endian changes
Konstantin Komarov
2023-03-27
1
-6
/
+5
|
*
|
|
|
|
|
fs/ntfs3: Optimization in ntfs_set_state()
Konstantin Komarov
2023-03-27
1
-2
/
+7
|
*
|
|
|
|
|
fs/ntfs3: Fix ntfs_create_inode()
Konstantin Komarov
2023-03-27
4
-49
/
+58
|
*
|
|
|
|
|
fs/ntfs3: Remove noacsrules
Konstantin Komarov
2023-03-27
6
-38
/
+1
|
*
|
|
|
|
|
fs/ntfs3: Use bh_read to simplify code
Konstantin Komarov
2023-03-27
2
-8
/
+3
|
*
|
|
|
|
|
fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()
Jia-Ju Bai
2023-03-27
1
-1
/
+1
|
*
|
|
|
|
|
fs/ntfs3: Refactoring of various minor issues
Konstantin Komarov
2023-03-27
5
-8
/
+8
|
*
|
|
|
|
|
fs/ntfs3: Restore overflow checking for attr size in mi_enum_attr
Konstantin Komarov
2023-03-27
3
-4
/
+10
|
*
|
|
|
|
|
fs/ntfs3: Check for extremely large size of $AttrDef
Konstantin Komarov
2023-03-27
1
-1
/
+9
|
*
|
|
|
|
|
fs/ntfs3: Improved checking of attribute's name length
Konstantin Komarov
2023-03-27
1
-1
/
+7
|
*
|
|
|
|
|
fs/ntfs3: Add null pointer checks
Konstantin Komarov
2023-03-27
2
-7
/
+12
|
*
|
|
|
|
|
fs/ntfs3: fix spelling mistake "attibute" -> "attribute"
Yu Zhe
2023-03-27
1
-1
/
+1
|
*
|
|
|
|
|
fs/ntfs3: Add length check in indx_get_root
Edward Lo
2023-03-27
1
-1
/
+10
|
*
|
|
|
|
|
fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()
Zeng Heng
2023-03-27
3
-1
/
+6
|
*
|
|
|
|
|
fs/ntfs3: Validate MFT flags before replaying logs
Edward Lo
2023-03-27
1
-0
/
+6
|
*
|
|
|
|
|
fs/ntfs3: Fix NULL dereference in ni_write_inode
Abdun Nihaal
2023-03-27
1
-0
/
+3
|
*
|
|
|
|
|
fs/ntfs3: Enhance the attribute size check
Edward Lo
2023-03-27
1
-7
/
+2
|
*
|
|
|
|
|
fs/ntfs3: Fix OOB read in indx_insert_into_buffer
ZhangPeng
2023-03-27
1
-0
/
+4
|
*
|
|
|
|
|
fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'
Ye Bin
2023-03-27
1
-0
/
+1
|
*
|
|
|
|
|
fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()
ZhangPeng
2023-03-27
1
-0
/
+10
|
*
|
|
|
|
|
fs/ntfs3: Add check for kmemdup
Jiasheng Jiang
2023-03-27
1
-0
/
+4
|
*
|
|
|
|
|
fs/ntfs3: Fix memory leak if ntfs_read_mft failed
Chen Zhongjin
2023-03-27
1
-1
/
+1
|
*
|
|
|
|
|
fs/ntfs3: Fix wrong cast in xattr.c
Daniel Pinto
2023-03-27
1
-2
/
+2
*
|
|
|
|
|
|
Merge tag 'xfs-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-04-29
81
-1887
/
+5199
|
\
\
\
\
\
\
\
[prev]
[next]