Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
e38bb238ed8ce280a217629294ba51dc217c5a2c
/
fs
/
nfs
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
e7d4b05
NFSv4: Encode 64-bit timestamps
by Trond Myklebust
· 5 years ago
e86d5a0
NFS: Convert struct nfs_fattr to use struct timespec64
by Trond Myklebust
· 5 years ago
22a1ae9
NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submounts
by Trond Myklebust
· 5 years ago
79cc554
NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()
by Trond Myklebust
· 5 years ago
be3df3d
NFSv4: Don't allow a cached open with a revoked delegation
by Trond Myklebust
· 5 years ago
1047ec8
NFSv4: Fix leak of clp->cl_acceptor string
by Chuck Lever
· 5 years ago
8dff1df
NFS: replace cross device check in copy_file_range
by Olga Kornievskaia
· 6 years ago
1275101
NFS based on file size issue sync copy or fallback to generic copy offload
by Olga Kornievskaia
· 6 years ago
0e65a32
NFS: handle source server reboot
by Olga Kornievskaia
· 6 years ago
fefa1a8
NFS handle NFS4ERR_PARTNER_NO_AUTH error
by Olga Kornievskaia
· 6 years ago
1240602
NFS: also send OFFLOAD_CANCEL to source server
by Olga Kornievskaia
· 6 years ago
6b61c96
NFS: COPY handle ERR_OFFLOAD_DENIED
by Olga Kornievskaia
· 7 years ago
7e35019
NFS: for "inter" copy treat ESTALE as ENOTSUPP
by Olga Kornievskaia
· 7 years ago
0b9018b
NFS: skip recovery of copy open on dest server
by Olga Kornievskaia
· 5 years ago
ec4b092
NFS: inter ssc open
by Olga Kornievskaia
· 5 years ago
1d38f3f
NFS: add ca_source_server<> to COPY
by Olga Kornievskaia
· 6 years ago
0491567
NFS: add COPY_NOTIFY operation
by Olga Kornievskaia
· 6 years ago
0b57484
NFS: Remove redundant mirror tracking in O_DIRECT
by Trond Myklebust
· 5 years ago
031d73e
NFS: Fix O_DIRECT accounting of number of bytes read/written
by Trond Myklebust
· 5 years ago
33ea5aa
nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request
by ZhangXiaoxu
· 5 years ago
972a2bf
Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 5 years ago
a8fd0fe
pNFS/filelayout: enable LAYOUTGET on OPEN
by Olga Kornievskaia
· 5 years ago
c128e57
NFS: Optimise the default readahead size
by Trond Myklebust
· 5 years ago
32c6e7e
NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKU
by Trond Myklebust
· 5 years ago
0e0cb35
NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE
by Trond Myklebust
· 5 years ago
e217e82
NFSv4: Fix OPEN_DOWNGRADE error handling
by Trond Myklebust
· 5 years ago
30cb3ee
pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqid
by Trond Myklebust
· 5 years ago
9228395
NFSv4: Add a helper to increment stateid seqids
by Trond Myklebust
· 5 years ago
6109bcf
NFSv4: Handle RPC level errors in LAYOUTRETURN
by Trond Myklebust
· 5 years ago
078a432
NFSv4: Handle NFS4ERR_DELAY correctly in return-on-close
by Trond Myklebust
· 5 years ago
287a9c5
NFSv4: Clean up pNFS return-on-close error handling
by Trond Myklebust
· 5 years ago
9c47b18
pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
by Trond Myklebust
· 5 years ago
581057c
NFS: remove unused check for negative dentry
by Benjamin Coddington
· 5 years ago
17fd6e4
NFSv3: use nfs_add_or_obtain() to create and reference inodes
by Benjamin Coddington
· 5 years ago
Next »