index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
NFSv4: Check the open stateid when searching for expired state
Trond Myklebust
2017-11-17
1
-0
/
+5
|
*
NFSv4: Clean up nfs4_delegreturn_done
Trond Myklebust
2017-11-17
1
-18
/
+14
|
*
NFSv4: cleanup nfs4_close_done
Trond Myklebust
2017-11-17
1
-19
/
+16
|
*
NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn
Trond Myklebust
2017-11-17
1
-3
/
+12
|
*
pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close
Trond Myklebust
2017-11-17
3
-2
/
+40
|
*
NFSv4: Don't try to CLOSE if the stateid 'other' field has changed
Trond Myklebust
2017-11-17
3
-12
/
+13
|
*
NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.
Trond Myklebust
2017-11-17
5
-2
/
+65
|
*
NFS: Fix a typo in nfs_rename()
Trond Myklebust
2017-11-17
1
-1
/
+1
|
*
NFSv4: Fix open create exclusive when the server reboots
Trond Myklebust
2017-11-17
1
-15
/
+26
|
*
NFSv4: Add a tracepoint to document open stateid updates
Trond Myklebust
2017-11-17
2
-0
/
+5
|
*
NFSv4: Fix OPEN / CLOSE race
Trond Myklebust
2017-11-17
3
-35
/
+123
|
*
NFS: Fix bool initialization/comparison
Thomas Meyer
2017-11-17
4
-8
/
+8
|
*
NFS: Avoid RCU usage in tracepoints
Anna Schumaker
2017-11-17
1
-18
/
+6
|
*
fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_t
Elena Reshetova
2017-11-17
6
-31
/
+31
|
*
fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_t
Elena Reshetova
2017-11-17
1
-6
/
+6
|
*
fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_t
Elena Reshetova
2017-11-17
3
-8
/
+8
|
*
fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_t
Elena Reshetova
2017-11-17
2
-4
/
+4
|
*
fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_t
Elena Reshetova
2017-11-17
2
-5
/
+6
|
*
fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_t
Elena Reshetova
2017-11-17
2
-7
/
+7
|
*
fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_t
Elena Reshetova
2017-11-17
2
-8
/
+8
|
*
fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_t
Elena Reshetova
2017-11-17
2
-6
/
+7
|
*
NFSv4.1: Fix up replays of interrupted requests
Trond Myklebust
2017-11-17
2
-47
/
+103
|
*
NFS: remove special-case revalidate in nfs_opendir()
NeilBrown
2017-10-16
1
-7
/
+0
|
*
NFS: revalidate "." etc correctly on "open".
NeilBrown
2017-10-16
1
-2
/
+2
|
*
NFS: Don't compare apples to elephants to determine access bits
Anna Schumaker
2017-10-16
3
-37
/
+10
|
*
NFS: Create NFS_ACCESS_* flags
Anna Schumaker
2017-10-16
1
-8
/
+8
*
|
Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-16
2
-3
/
+3
|
\
\
|
*
|
Pass mode to wait_on_atomic_t() action funcs and provide default actions
David Howells
2017-11-13
2
-3
/
+3
*
|
|
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-07
44
-0
/
+44
|
\
|
|
|
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
44
-0
/
+44
|
|
/
*
/
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-4
/
+4
|
/
*
NFSv4/pnfs: Fix an infinite layoutget loop
Trond Myklebust
2017-10-04
1
-2
/
+1
*
nfs/filelayout: fix oops when freeing filelayout segment
Scott Mayhew
2017-10-02
1
-1
/
+2
*
NFS: Fix uninitialized rpc_wait_queue
Benjamin Coddington
2017-10-02
1
-1
/
+1
*
NFS: Cleanup error handling in nfs_idmap_request_key()
Dan Carpenter
2017-10-02
1
-1
/
+1
*
nfs: RPC_MAX_AUTH_SIZE is in bytes
J. Bruce Fields
2017-10-02
1
-2
/
+2
*
Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2017-09-15
7
-20
/
+287
|
\
|
*
NFS: various changes relating to reporting IO errors.
NeilBrown
2017-09-12
4
-15
/
+19
|
*
NFS: Add static NFS I/O tracepoints
Chuck Lever
2017-09-12
3
-0
/
+259
|
*
pNFS: Use the standard I/O stateid when calling LAYOUTGET
Trond Myklebust
2017-09-12
1
-5
/
+9
*
|
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-15
1
-1
/
+1
|
\
\
|
*
|
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-1
/
+1
*
|
|
Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2017-09-12
16
-565
/
+490
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests()
Trond Myklebust
2017-09-09
1
-1
/
+5
|
*
|
NFS: Don't hold the group lock when calling nfs_release_request()
Trond Myklebust
2017-09-09
1
-1
/
+1
|
*
|
NFS: Remove pnfs_generic_transfer_commit_list()
Trond Myklebust
2017-09-09
2
-41
/
+4
|
*
|
NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlock
Trond Myklebust
2017-09-09
2
-9
/
+22
|
*
|
NFS: Fix 2 use after free issues in the I/O code
Trond Myklebust
2017-09-09
3
-17
/
+12
|
*
|
NFS: Sync the correct byte range during synchronous writes
tarangg@amazon.com
2017-09-07
1
-3
/
+3
|
*
|
NFS: remove jiffies field from access cache
NeilBrown
2017-09-06
2
-5
/
+0
[prev]
[next]