index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-09
NFS based on file size issue sync copy or fallback to generic copy offload
Olga Kornievskaia
3
-4
/
+18
2019-10-09
NFS: handle source server reboot
Olga Kornievskaia
4
-26
/
+72
2019-10-09
NFS handle NFS4ERR_PARTNER_NO_AUTH error
Olga Kornievskaia
1
-0
/
+1
2019-10-09
NFS: also send OFFLOAD_CANCEL to source server
Olga Kornievskaia
1
-4
/
+8
2019-10-09
NFS: COPY handle ERR_OFFLOAD_DENIED
Olga Kornievskaia
1
-1
/
+2
2019-10-09
NFS: for "inter" copy treat ESTALE as ENOTSUPP
Olga Kornievskaia
1
-0
/
+5
2019-10-09
NFS: skip recovery of copy open on dest server
Olga Kornievskaia
3
-0
/
+16
2019-10-09
NFS: inter ssc open
Olga Kornievskaia
3
-3
/
+103
2019-10-09
NFS: add ca_source_server<> to COPY
Olga Kornievskaia
4
-13
/
+35
2019-10-09
NFS: add COPY_NOTIFY operation
Olga Kornievskaia
8
-2
/
+305
2019-10-09
NFS: Remove redundant mirror tracking in O_DIRECT
Trond Myklebust
1
-42
/
+0
2019-10-09
NFS: Fix O_DIRECT accounting of number of bytes read/written
Trond Myklebust
1
-35
/
+43
2019-10-02
nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request
ZhangXiaoxu
1
-2
/
+3
2019-09-26
Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
11
-177
/
+365
2019-09-24
pNFS/filelayout: enable LAYOUTGET on OPEN
Olga Kornievskaia
1
-0
/
+1
2019-09-24
NFS: Optimise the default readahead size
Trond Myklebust
2
-9
/
+8
2019-09-20
NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKU
Trond Myklebust
1
-5
/
+48
2019-09-20
NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE
Trond Myklebust
3
-21
/
+72
2019-09-20
NFSv4: Fix OPEN_DOWNGRADE error handling
Trond Myklebust
1
-1
/
+3
2019-09-20
pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqid
Trond Myklebust
3
-7
/
+17
2019-09-20
NFSv4: Add a helper to increment stateid seqids
Trond Myklebust
1
-0
/
+9
2019-09-20
NFSv4: Handle RPC level errors in LAYOUTRETURN
Trond Myklebust
2
-0
/
+24
2019-09-20
NFSv4: Handle NFS4ERR_DELAY correctly in return-on-close
Trond Myklebust
1
-0
/
+4
2019-09-20
NFSv4: Clean up pNFS return-on-close error handling
Trond Myklebust
3
-56
/
+50
2019-09-20
pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
Trond Myklebust
1
-2
/
+7
2019-09-20
NFS: remove unused check for negative dentry
Benjamin Coddington
1
-5
/
+1
2019-09-20
NFSv3: use nfs_add_or_obtain() to create and reference inodes
Benjamin Coddington
1
-9
/
+36
2019-09-20
NFS: Refactor nfs_instantiate() for dentry referencing callers
Benjamin Coddington
1
-14
/
+27
2019-09-19
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...
Linus Torvalds
1
-1
/
+19
2019-09-18
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+0
2019-09-02
NFS: Fix inode fileid checks in attribute revalidation code
Trond Myklebust
1
-8
/
+10
2019-08-30
kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.h
Al Viro
1
-2
/
+0
2019-08-30
fs: nfs: Initialize filesystem timestamp ranges
Deepa Dinamani
1
-1
/
+19
2019-08-27
NFS: remove set but not used variable 'mapping'
YueHaibing
1
-2
/
+0
2019-08-27
NFSv2: Fix write regression
Trond Myklebust
1
-1
/
+3
2019-08-27
NFSv2: Fix eof handling
Trond Myklebust
1
-1
/
+2
2019-08-26
NFS: Fix writepage(s) error handling to not report errors twice
Trond Myklebust
1
-8
/
+13
2019-08-26
NFS: Fix spurious EIO read errors
Trond Myklebust
3
-21
/
+36
2019-08-26
pNFS/flexfiles: Don't time out requests on hard mounts
Trond Myklebust
1
-2
/
+9
2019-08-26
Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"
Trond Myklebust
1
-17
/
+0
2019-08-26
pNFS/flexfiles: Turn off soft RPC calls
Trond Myklebust
1
-5
/
+10
2019-08-22
NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()
Anna Schumaker
1
-10
/
+1
2019-08-22
NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()
Anna Schumaker
1
-2
/
+16
2019-08-22
NFS: Have nfs41_proc_reclaim_complete() call nfs4_call_sync_custom()
Anna Schumaker
1
-11
/
+2
2019-08-22
NFS: Have _nfs4_proc_secinfo() call nfs4_call_sync_custom()
Anna Schumaker
1
-8
/
+21
2019-08-22
NFS: Have nfs4_proc_setclientid() call nfs4_call_sync_custom()
Anna Schumaker
1
-8
/
+2
2019-08-22
NFS: Add an nfs4_call_sync_custom() function
Anna Schumaker
1
-10
/
+15
2019-08-21
NFSv4: Fix a memory leak bug
Wenwen Wang
1
-2
/
+4
2019-08-20
fs: nfs: Fix possible null-pointer dereferences in encode_attrs()
Jia-Ju Bai
1
-1
/
+1
2019-08-19
NFS: On fatal writeback errors, we need to call nfs_inode_remove_request()
Trond Myklebust
1
-0
/
+3
[prev]
[next]