Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
50b6ced709c695a127df3aed89461a11fadc2791
/
fs
/
nfs
5d63944
NFSv4: Ensure the delegation cred is pinned when we call delegreturn
by Trond Myklebust
· 4 years, 11 months ago
8c75593
NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()
by Trond Myklebust
· 4 years, 11 months ago
cd1b659
NFSv4.1 make cachethis=no for writes
by Olga Kornievskaia
· 4 years, 11 months ago
efeda80
NFSv4: Fix revalidation of dentries with delegations
by Trond Myklebust
· 5 years ago
cf5b405
NFSv4: Fix races between open and dentry revalidation
by Trond Myklebust
· 5 years ago
a1147b8
NFS: Fix up directory verifier races
by Trond Myklebust
· 5 years ago
c9d35ee
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
f43574d
Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 5 years ago
328de52
turn fs_param_is_... into functions
by Al Viro
· 5 years ago
48ce73b
fs_parse: handle optional arguments sanely
by Al Viro
· 5 years ago
d7167b1
fs_parse: fold fs_parameter_desc/fs_parameter_spec
by Al Viro
· 5 years ago
96cafb9
fs_parser: remove fs_parameter_description name field
by Eric Sandeen
· 5 years ago
5eede62
fold struct fs_parameter_enum into struct constant_table
by Al Viro
· 5 years ago
2710c957a
fs_parse: get rid of ->enums
by Al Viro
· 5 years ago
7dc2993
NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals
by Robert Milkowski
· 5 years ago
924491f
NFSv4: try lease recovery on NFS4ERR_EXPIRED
by Robert Milkowski
· 5 years ago
123c23c
NFS: Fix memory leaks
by Wenwen Wang
· 5 years ago
227823d
nfs: optimise readdir cache page invalidation
by Dai Ngo
· 5 years ago
93a6ab7
NFS: Switch readdir to using iterate_shared()
by Trond Myklebust
· 5 years ago
3803d67
NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()
by Trond Myklebust
· 5 years ago
114de38
NFS: Directory page cache pages need to be locked when read
by Trond Myklebust
· 5 years ago
4b31031
NFS: Fix memory leaks and corruption in readdir
by Trond Myklebust
· 5 years ago
a8bd9dd
NFS: Replace various occurrences of kstrndup() with kmemdup_nul()
by Trond Myklebust
· 5 years ago
10717f4
NFSv4: Limit the total number of cached delegations
by Trond Myklebust
· 5 years ago
d2269ea
NFSv4: Add accounting for the number of active delegations held
by Trond Myklebust
· 5 years ago
b7b7dac
NFSv4: Try to return the delegation immediately when marked for return on close
by Trond Myklebust
· 5 years ago
0d10416
NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returned
by Trond Myklebust
· 5 years ago
f885ea6
NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNING
by Trond Myklebust
· 5 years ago
65f5160
NFS: nfs_find_open_context() should use cred_fscmp()
by Trond Myklebust
· 5 years ago
9a206de
NFS: nfs_access_get_cached_rcu() should use cred_fscmp()
by Trond Myklebust
· 5 years ago
3871224
NFSv4: pnfs_roc() must use cred_fscmp() to compare creds
by Trond Myklebust
· 5 years ago
c0399cf
NFS: remove unused macros
by Alex Shi
· 5 years ago
22b17db
Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
3a21409
nfs: Return EINVAL rather than ERANGE for mount parse errors
by David Howells
· 5 years ago
b24ee6c
NFS: allow deprecation of NFS UDP protocol
by Olga Kornievskaia
· 5 years ago
f7b37b8
NFS: Add softreval behaviour to nfs_lookup_revalidate()
by Trond Myklebust
· 5 years ago
fe1e8dbe
NFSv3: FIx bug when using chacl and chmod to change acl
by Su Yanjun
· 5 years ago
d826e5b
NFSv4.x recover from pre-mature loss of openstateid
by Olga Kornievskaia
· 5 years ago
62a1573
NFSv4 fix acl retrieval over krb5i/krb5p mounts
by Olga Kornievskaia
· 5 years ago
c74dfe9
NFS: Add mount option 'softreval'
by Trond Myklebust
· 5 years ago
5c965db
NFS: Trust cached access if we've already revalidated the inode once
by Trond Myklebust
· 5 years ago
4daaeba
NFS: Fix nfs_direct_write_reschedule_io()
by Trond Myklebust
· 5 years ago
8c9cb71
NFS: When resending after a short write, reset the reply count to zero
by Trond Myklebust
· 5 years ago
e8194b7
NFS: Improve tracing of permission calls
by Trond Myklebust
· 5 years ago
088f3e6
pNFS/flexfiles: Add tracing for layout errors
by Trond Myklebust
· 5 years ago
7bdd297
NFS: Clean up generic file commit tracepoint
by Trond Myklebust
· 5 years ago
5bb2a7c
NFS: Clean up generic writeback tracepoints
by Trond Myklebust
· 5 years ago
2343172
NFS: Clean up generic file read tracepoints
by Trond Myklebust
· 5 years ago
0722dc9
pNFS/flexfiles: Record resend attempts on I/O failure
by Trond Myklebust
· 5 years ago
118b629
NFS: Fix fix of show_nfs_errors
by Trond Myklebust
· 5 years ago
25925b0
NFSv4: Improve read/write/commit tracing
by Trond Myklebust
· 5 years ago
221203c
NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()
by Trond Myklebust
· 5 years ago
2197e9b
NFS: Fix up fsync() when the server rebooted
by Trond Myklebust
· 5 years ago
b8946d7
NFS: Revalidate the file mapping on all fatal writeback errors
by Trond Myklebust
· 5 years ago
0df68ced
NFS: Revalidate the file size on a fatal write error
by Trond Myklebust
· 5 years ago
e0b27d9
NFS: Add missing null check for failed allocation
by Colin Ian King
· 5 years ago
474c4f3
nfs: NFS_SWAP should depend on SWAP
by Geert Uytterhoeven
· 5 years ago
bd89bc6
fs/nfs, swapon: check holes in swapfile
by Murphy Zhou
· 5 years ago
2bb50aa
NFS4: Report callback authentication errors
by Chuck Lever
· 5 years ago
861e167
NFS: Introduce trace events triggered by page writeback errors
by Chuck Lever
· 5 years ago
6ed2144
NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookup
by zhengbin
· 5 years ago
8b98a53
NFS4: Remove unneeded semicolon
by zhengbin
· 5 years ago
a3167da
nfs: encode nfsv4 timestamps as 64-bit
by Arnd Bergmann
· 5 years ago
e5189e9
nfs: remove timespec from xdr_encode_nfstime
by Arnd Bergmann
· 5 years ago
bc35b6b
nfs: fscache: use timespec64 in inode auxdata
by Arnd Bergmann
· 5 years ago
ae08483
nfs: use timespec64 in nfs_fattr
by Arnd Bergmann
· 5 years ago
ce8866f0
NFS: Attach supplementary error information to fs_context.
by Scott Mayhew
· 5 years ago
62a55d0
NFS: Additional refactoring for fs_context conversion
by Scott Mayhew
· 5 years ago
f2aedb7
NFS: Add fs_context support.
by David Howells
· 5 years ago
e38bb23
NFS: Convert mount option parsing to use functionality from fs_parser.h
by Scott Mayhew
· 5 years ago
38465f5
NFS: rename nfs_fs_context pointer arg in a few functions
by Scott Mayhew
· 5 years ago
e558100
NFS: Do some tidying of the parsing code
by David Howells
· 5 years ago
48be8a6
NFS: Add a small buffer in nfs_fs_context to avoid string dup
by David Howells
· 5 years ago
cbd071b
NFS: Deindent nfs_fs_context_parse_option()
by David Howells
· 5 years ago
f8ee01e
NFS: Split nfs_parse_mount_options()
by David Howells
· 5 years ago
5eb005c
NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
by David Howells
· 5 years ago
e0a626b
NFS: Constify mount argument match tables
by David Howells
· 5 years ago
9954bf9
NFS: Move mount parameterisation bits into their own file
by David Howells
· 5 years ago
adf2314
nfs: get rid of ->set_security()
by Al Viro
· 5 years ago
ba8b614
nfs_clone_sb_security(): simplify the check for server bogosity
by Al Viro
· 5 years ago
ab88dca
nfs: get rid of mount_info ->fill_super()
by Al Viro
· 5 years ago
0c38f21
nfs: don't pass nfs_subversion to ->create_server()
by Al Viro
· 5 years ago
1bc3a2c
nfs: unexport nfs_fs_mount_common()
by Al Viro
· 5 years ago
82eaed2
nfs: merge xdev and remote file_system_type
by Al Viro
· 5 years ago
a55d329
nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
by Al Viro
· 5 years ago
6a3f7a3
nfs: stash nfs_subversion reference into nfs_mount_info
by Al Viro
· 5 years ago
250d69f
nfs: lift setting mount_info from nfs_xdev_mount()
by Al Viro
· 5 years ago
4e35776
nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
by Al Viro
· 5 years ago
6654f8e
nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
by Al Viro
· 5 years ago
15a9c4e
nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
by Al Viro
· 5 years ago
7643c12
nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
by Al Viro
· 5 years ago
d0b779d
nfs: stash server into struct nfs_mount_info
by Al Viro
· 5 years ago
444a529
saner calling conventions for nfs_fs_mount_common()
by Al Viro
· 5 years ago
c64cd6e
reimplement path_mountpoint() with less magic
by Al Viro
· 5 years ago
6e31ded
nfs: fscache: use timespec64 in inode auxdata
by Arnd Bergmann
· 5 years ago
057f184
nfs: fix timstamp debug prints
by Arnd Bergmann
· 5 years ago
21f86d2
NFS4: Trace lock reclaims
by Chuck Lever
· 5 years ago
511ba52
NFS4: Trace state recovery operation
by Chuck Lever
· 5 years ago
f751c54
NFSv4.2 fix memory leak in nfs42_ssc_open
by Olga Kornievskaia
· 5 years ago
66588ab
NFSv4.2 fix kfree in __nfs42_copy_file_range
by Olga Kornievskaia
· 5 years ago
Next »