index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-15
nfs: Update server port after referral or migration
Chuck Lever
1
-0
/
+1
2018-01-15
nfs: Referrals should use the same proto setting as their parent
Chuck Lever
2
-5
/
+20
2018-01-15
nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
Scott Mayhew
1
-2
/
+2
2018-01-15
pnfs/blocklayout: handle transient devices
Benjamin Coddington
5
-12
/
+82
2018-01-15
pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERROR
Benjamin Coddington
2
-1
/
+5
2018-01-15
pnfs/blocklayout: Add module alias for LAYOUT4_SCSI
Benjamin Coddington
1
-0
/
+1
2018-01-15
NFS: remove unused offset arg in nfs_pgio_rpcsetup
Benjamin Coddington
1
-4
/
+4
2018-01-15
NFSv4: always set NFS_LOCK_LOST when a lock is lost.
NeilBrown
2
-5
/
+12
2018-01-15
nfs: remove dead code from nfs_encode_fh()
NeilBrown
1
-4
/
+0
2018-01-15
Support statx() mask and query flags parameters
Trond Myklebust
1
-13
/
+39
2018-01-15
NFS: Fix nfsstat breakage due to LOOKUPP
Trond Myklebust
1
-26
/
+38
2018-01-15
NFSv4: Convert LOCKU to use nfs4_async_handle_exception()
Trond Myklebust
1
-2
/
+8
2018-01-15
NFSv4: Convert DELEGRETURN to use nfs4_handle_exception()
Trond Myklebust
1
-3
/
+8
2018-01-15
NFSv4: Convert CLOSE to use nfs4_async_handle_exception()
Trond Myklebust
1
-1
/
+8
2018-01-15
NFS: Add a cond_resched() to nfs_commit_release_pages()
Trond Myklebust
1
-0
/
+2
2017-12-17
Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
3
-4
/
+26
2017-12-15
nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests
Scott Mayhew
1
-0
/
+2
2017-12-15
nfs: fix a deadlock in nfs client initialization
Scott Mayhew
2
-4
/
+24
2017-12-02
Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-2
/
+2
2017-11-29
NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"
Trond Myklebust
1
-2
/
+2
2017-11-28
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
4
-14
/
+14
2017-11-18
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
25
-334
/
+590
2017-11-18
NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
Benjamin Coddington
2
-16
/
+16
2017-11-18
NFS: Fix typo in nomigration mount option
Joshua Watt
1
-1
/
+1
2017-11-18
nfs: Fix ugly referral attributes
Chuck Lever
1
-10
/
+8
2017-11-18
NFS: super: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+10
2017-11-18
nfs: remove net pointer from messages
Vasily Averin
1
-7
/
+7
2017-11-18
nfs client: exit_net cleanup check added
Vasily Averin
1
-0
/
+4
2017-11-18
nfs/write: Use common error handling code in nfs_lock_and_join_requests()
Markus Elfring
1
-8
/
+9
2017-11-18
NFSv4: Replace closed stateids with the "invalid special stateid"
Trond Myklebust
3
-1
/
+20
2017-11-18
NFSv4: nfs_set_open_stateid must not trigger state recovery for closed state
Trond Myklebust
1
-1
/
+2
2017-11-18
NFSv4: Check the open stateid when searching for expired state
Trond Myklebust
1
-0
/
+5
2017-11-18
NFSv4: Clean up nfs4_delegreturn_done
Trond Myklebust
1
-18
/
+14
2017-11-18
NFSv4: cleanup nfs4_close_done
Trond Myklebust
1
-19
/
+16
2017-11-18
NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturn
Trond Myklebust
1
-3
/
+12
2017-11-18
pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close
Trond Myklebust
3
-2
/
+40
2017-11-18
NFSv4: Don't try to CLOSE if the stateid 'other' field has changed
Trond Myklebust
3
-12
/
+13
2017-11-18
NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.
Trond Myklebust
5
-2
/
+65
2017-11-18
NFS: Fix a typo in nfs_rename()
Trond Myklebust
1
-1
/
+1
2017-11-18
NFSv4: Fix open create exclusive when the server reboots
Trond Myklebust
1
-15
/
+26
2017-11-18
NFSv4: Add a tracepoint to document open stateid updates
Trond Myklebust
2
-0
/
+5
2017-11-18
NFSv4: Fix OPEN / CLOSE race
Trond Myklebust
3
-35
/
+123
2017-11-18
NFS: Fix bool initialization/comparison
Thomas Meyer
4
-8
/
+8
2017-11-18
NFS: Avoid RCU usage in tracepoints
Anna Schumaker
1
-18
/
+6
2017-11-17
fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_t
Elena Reshetova
6
-31
/
+31
2017-11-17
fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_t
Elena Reshetova
1
-6
/
+6
2017-11-17
fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_t
Elena Reshetova
3
-8
/
+8
2017-11-17
fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_t
Elena Reshetova
2
-4
/
+4
2017-11-17
fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_t
Elena Reshetova
2
-5
/
+6
2017-11-17
fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_t
Elena Reshetova
2
-7
/
+7
[next]