index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
nfs
/
nfs4file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
vfs: make remap_file_range functions take and return bytes completed
Darrick J. Wong
2018-10-30
1
-3
/
+3
*
vfs: combine the clone and dedupe into a single remap_file_range
Darrick J. Wong
2018-10-30
1
-3
/
+7
*
NFS recover from destination server reboot for copies
Olga Kornievskaia
2018-08-13
1
-2
/
+7
*
NFS: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-08-08
1
-0
/
+1
*
nfs4file: get rid of pointless include of btrfs.h
Al Viro
2017-12-30
1
-1
/
+0
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
NFSv4: add flock_owner to open context
NeilBrown
2016-12-01
1
-1
/
+1
*
switch generic_file_splice_read() to use of ->read_iter()
Al Viro
2016-10-05
1
-1
/
+1
*
NFSv4: Revert "Truncating file opens should also sync O_DIRECT writes"
Trond Myklebust
2016-07-14
1
-1
/
+1
*
NFSv4.2: Fix writeback races in nfs4_copy_file_range
Trond Myklebust
2016-07-05
1
-13
/
+1
*
NFS: Add COPY nfs operation
Anna Schumaker
2016-05-17
1
-0
/
+23
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-04-07
1
-2
/
+2
|
\
|
*
nfs: use file_dentry()
Miklos Szeredi
2016-03-26
1
-2
/
+2
*
|
nfs: remove nfs4_file_fsync
Christoph Hellwig
2016-03-16
1
-32
/
+1
|
/
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-12
/
+12
*
vfs: pull btrfs clone API to vfs layer
Christoph Hellwig
2015-12-07
1
-77
/
+10
*
nfs: reduce the amount of ifdefs for v4.2 in nfs4file.c
Christoph Hellwig
2015-11-23
1
-20
/
+7
*
nfs: use btrfs ioctl defintions for clone
Christoph Hellwig
2015-11-23
1
-4
/
+6
*
nfs: allow intra-file CLONE
Christoph Hellwig
2015-11-23
1
-5
/
+14
*
nfs: offer native ioctls even if CONFIG_COMPAT is set
Christoph Hellwig
2015-11-23
1
-3
/
+0
*
NFS: Fix an 'unused variable' complaint when #ifndef CONFIG_NFS_V4_2
Trond Myklebust
2015-10-15
1
-2
/
+11
*
nfs42: add NFS_IOC_CLONE_RANGE ioctl
Peng Tao
2015-10-15
1
-0
/
+14
*
nfs42: respect clone_blksize
Peng Tao
2015-10-15
1
-0
/
+11
*
nfs42: add NFS_IOC_CLONE ioctl
Peng Tao
2015-10-15
1
-0
/
+102
*
NFSv4: Respect the server imposed limit on how many changes we may cache
Trond Myklebust
2015-09-07
1
-1
/
+28
*
NFS: Make opened as optional argument in _nfs4_do_open
Kinglong Mee
2015-08-27
1
-2
/
+1
*
nfs: verify open flags before allowing open
Benjamin Coddington
2015-06-25
1
-0
/
+4
[next]