index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
nfs4file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: use splice_copy_file_range() inline helper
Amir Goldstein
2023-12-12
1
-2
/
+3
*
fs: Pass argument to fcntl_setlease as int
Luca Vizzarro
2023-07-10
1
-1
/
+1
*
nfs: Provide a splice-read wrapper
David Howells
2023-05-24
1
-1
/
+1
*
NFS: make sure open context mode have FMODE_EXEC when file open for exec
ChenXiaoSong
2022-12-06
1
-8
/
+4
*
NFSv4.2 fix problems with __nfs42_ssc_open
Olga Kornievskaia
2022-08-19
1
-0
/
+6
*
NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x file
Dave Wysochanski
2022-06-15
1
-0
/
+1
*
Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-06-04
1
-2
/
+2
|
\
|
*
m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb...
Al Viro
2022-05-19
1
-2
/
+2
*
|
NFSv4: fix open failure with O_ACCMODE flag
ChenXiaoSong
2022-03-29
1
-2
/
+4
*
|
Revert "NFSv4: Handle the special Linux file open access mode"
ChenXiaoSong
2022-03-29
1
-1
/
+1
|
/
*
NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2022-02-25
1
-2
/
+2
*
NFS: simplify check for freeing cn_resp
Tom Rix
2022-02-25
1
-2
/
+2
*
NFS: Remove the nfs4_label argument from nfs_fhget()
Anna Schumaker
2021-11-05
1
-2
/
+1
*
NFS: Remove the nfs4_label from the nfs4_getattr_res
Anna Schumaker
2021-11-05
1
-1
/
+1
*
NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_mode
Trond Myklebust
2021-11-05
1
-2
/
+1
*
NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()
Trond Myklebust
2021-11-05
1
-4
/
+6
*
NFSv4.2: remove restriction of copy size for inter-server copy.
Dai Ngo
2021-08-10
1
-6
/
+4
*
NFSv4: Add support for application leases underpinned by a delegation
Trond Myklebust
2021-06-13
1
-1
/
+7
*
NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config
Zhang Xiaoxu
2021-05-27
1
-1
/
+1
*
NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code.
Dai Ngo
2021-04-26
1
-4
/
+0
*
NFSv4_2: SSC helper should use its own config.
Dai Ngo
2021-01-28
1
-0
/
+4
*
NFSv4.2: Fix 5 seconds delay when doing inter server copy
Dai Ngo
2020-12-10
1
-1
/
+1
*
Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2020-10-22
1
-6
/
+32
|
\
|
*
NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy
Dai Ngo
2020-10-21
1
-6
/
+32
*
|
NFS4: Fix oops when copy_file_range is attempted with NFS4.0 source
Dave Wysochanski
2020-09-21
1
-1
/
+2
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
nfs: ensure correct writeback errors are returned on close()
Scott Mayhew
2020-08-01
1
-1
/
+4
*
NFSv4.2: error out when relink swapfile
Murphy Zhou
2020-03-16
1
-0
/
+3
*
NFSv4: Fix races between open and dentry revalidation
Trond Myklebust
2020-02-10
1
-1
/
+0
*
NFS: Add fs_context support.
David Howells
2020-01-15
1
-0
/
+1
*
NFSv4.2 fix memory leak in nfs42_ssc_open
Olga Kornievskaia
2019-11-18
1
-4
/
+6
*
NFSv4.2 fix kfree in __nfs42_copy_file_range
Olga Kornievskaia
2019-11-18
1
-1
/
+2
*
NFS: remove duplicated include from nfs4file.c
YueHaibing
2019-11-18
1
-1
/
+0
*
NFS: replace cross device check in copy_file_range
Olga Kornievskaia
2019-10-09
1
-1
/
+1
*
NFS based on file size issue sync copy or fallback to generic copy offload
Olga Kornievskaia
2019-10-09
1
-1
/
+15
*
NFS: handle source server reboot
Olga Kornievskaia
2019-10-09
1
-0
/
+3
*
NFS: skip recovery of copy open on dest server
Olga Kornievskaia
2019-10-09
1
-0
/
+1
*
NFS: inter ssc open
Olga Kornievskaia
2019-10-09
1
-0
/
+94
*
NFS: add ca_source_server<> to COPY
Olga Kornievskaia
2019-10-09
1
-1
/
+6
*
NFS: add COPY_NOTIFY operation
Olga Kornievskaia
2019-10-09
1
-1
/
+19
*
NFSv4: Fix return values for nfs4_file_open()
Trond Myklebust
2019-08-19
1
-6
/
+6
*
Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2019-07-18
1
-2
/
+6
|
\
|
*
nfs: disable client side deduplication
Darrick J. Wong
2019-07-06
1
-1
/
+5
|
*
NFSv4: Handle the special Linux file open access mode
Trond Myklebust
2019-07-06
1
-1
/
+1
*
|
vfs: allow copy_file_range to copy across devices
Amir Goldstein
2019-06-09
1
-1
/
+4
*
|
vfs: no fallback for ->copy_file_range
Dave Chinner
2019-06-09
1
-3
/
+17
|
/
*
Fix nfs4.2 return -EINVAL when do dedupe operation
Xiaoli Feng
2019-04-25
1
-1
/
+1
*
NFS: Don't inadvertently clear writeback errors
Trond Myklebust
2019-04-25
1
-1
/
+1
*
NFSv4.1 fix incorrect return value in copy_file_range
Olga Kornievskaia
2019-04-11
1
-1
/
+3
*
NFSv4.2 fix unnecessary retry in nfs4_copy_file_range
Olga Kornievskaia
2019-01-15
1
-7
/
+1
[next]