Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f7b37b8b139860ed786bf8ce4358290c6053d94d
/
fs
/
nfs
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
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
843aa17
NFS: remove duplicated include from nfs4file.c
by YueHaibing
· 5 years ago
0003010
NFSv4: Make _nfs42_proc_copy_notify() static
by YueHaibing
· 5 years ago
913eca1
NFS: Fallocate should use the nfs4_fattr_bitmap
by Anna Schumaker
· 5 years ago
89658c4
NFS: Return -ETXTBSY when attempting to write to a swapfile
by Anna Schumaker
· 5 years ago
0e96322
fs: nfs: sysfs: Remove NULL check before kfree
by Saurav Girepunje
· 5 years ago
9c91fa3
NFS: remove unneeded semicolon
by YueHaibing
· 5 years ago
d49dd11
NFSv4: add declaration of current_stateid
by Ben Dooks
· 5 years ago
5326de9
NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturn
by Trond Myklebust
· 5 years ago
5c44154
NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()
by Trond Myklebust
· 5 years ago
807ce06
Merge branch 'linux-ssc-for-5.5'
by Trond Myklebust
· 5 years ago
43622ea
NFS: Add a tracepoint in nfs_fh_to_dentry()
by Trond Myklebust
· 5 years ago
70d136b
NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done()
by Trond Myklebust
· 5 years ago
246afc0a
NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturn
by Trond Myklebust
· 5 years ago
ee05f45
NFSv4: Fix races between open and delegreturn
by Trond Myklebust
· 5 years ago
42c304c
NFS: nfs_inode_find_state_and_recover() fix stateid matching
by Trond Myklebust
· 5 years ago
3887ce1
NFSv4: Fix nfs4_inode_make_writeable()
by Trond Myklebust
· 5 years ago
40e6aa1
NFSv4: nfs4_return_incompatible_delegation() should check delegation validity
by Trond Myklebust
· 5 years ago
1deed57
NFSv4: Don't reclaim delegations that have been returned or revoked
by Trond Myklebust
· 5 years ago
af20b7b
NFSv4: Ignore requests to return the delegation if it was revoked
by Trond Myklebust
· 5 years ago
d51f91d
NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()
by Trond Myklebust
· 5 years ago
f2d47b5
NFSv4: Update the stateid seqid in nfs_revoke_delegation()
by Trond Myklebust
· 5 years ago
ae084a3
NFSv4: Clear the NFS_DELEGATION_REVOKED flag in nfs_update_inplace_delegation()
by Trond Myklebust
· 5 years ago
e0f0789
NFSv4: Hold the delegation spinlock when updating the seqid
by Trond Myklebust
· 5 years ago
f9e0cc9
NFSv4: Don't remove the delegation from the super_list more than once
by Trond Myklebust
· 5 years ago
b47e0e4
NFS: Rename nfs_inode_return_delegation_noreclaim()
by Trond Myklebust
· 5 years ago
b575620
NFSv4: fail nfs4_refresh_delegation_stateid() when the delegation was revoked
by Trond Myklebust
· 5 years ago
457a504
NFSv4: Delegation recalls should not find revoked delegations
by Trond Myklebust
· 5 years ago
5decae1
NFSv4: nfs4_callback_getattr() should ignore revoked delegations
by Trond Myklebust
· 5 years ago
333ac78
NFSv4: Fix delegation handling in update_open_stateid()
by Trond Myklebust
· 5 years ago
e6237b6
NFSv4.1: Don't rebind to the same source port when reconnecting to the server
by Trond Myklebust
· 5 years ago
52f98f1a2
NFS/pnfs: Separate NFSv3 DS and MDS traffic
by Trond Myklebust
· 5 years ago
c6eb584
pNFS: nfs3_set_ds_client should set NFS_CS_NOPING
by Trond Myklebust
· 5 years ago
4b1b69c
NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPING
by Trond Myklebust
· 5 years ago
d0372b67
NFS: Use non-atomic bit ops when initialising struct nfs_client_initdata
by Trond Myklebust
· 5 years ago
6430b32
NFSv3: Clean up timespec encode
by Trond Myklebust
· 5 years ago
c9dbfd9
NFSv2: Clean up timespec encode
by Trond Myklebust
· 5 years ago
ad97a99
NFSv2: Fix a typo in encode_sattr()
by Trond Myklebust
· 5 years ago
7d34ff5
NFSv4: NFSv4 callbacks also support 64-bit timestamps
by Trond Myklebust
· 5 years ago
Next »