index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashed
Al Viro
2016-07-05
1
-3
/
+25
*
Use the right predicate in ->atomic_open() instances
Al Viro
2016-07-05
1
-1
/
+1
*
NFS: Fix another OPEN_DOWNGRADE bug
Trond Myklebust
2016-06-28
1
-3
/
+2
*
make nfs_atomic_open() call d_drop() on all ->open_context() errors.
Al Viro
2016-06-27
1
-1
/
+1
*
NFS: Fix an unused variable warning
Trond Myklebust
2016-06-24
1
-2
/
+0
*
NFS: Fix potential race in nfs_fhget()
Trond Myklebust
2016-06-24
1
-0
/
+1
*
NFS: Don't let readdirplus revalidate an inode that was marked as stale
Trond Myklebust
2016-06-24
1
-1
/
+6
*
NFSv4.1/pnfs: Mark the layout stateid invalid when all segments are removed
Trond Myklebust
2016-06-24
1
-1
/
+3
*
NFS: Fix a double page unlock
Trond Myklebust
2016-06-24
1
-2
/
+2
*
pnfs_nfs: fix _cancel_empty_pagelist
Weston Andros Adamson
2016-06-24
1
-2
/
+10
*
nfs4: Fix potential use after free of state in nfs4_do_reclaim.
Oleg Drokin
2016-06-24
1
-1
/
+1
*
NFS: Fix up O_DIRECT results
Trond Myklebust
2016-06-24
1
-3
/
+7
*
NFS/pnfs: handle bad delegation stateids in nfs4_layoutget_handle_exception
Trond Myklebust
2016-06-24
1
-4
/
+4
*
NFSv4.1/pnfs: Add sparse lock annotations for pnfs_find_alloc_layout
Trond Myklebust
2016-06-24
1
-0
/
+2
*
NFSv4.1/pnfs: Layout stateids start out as being invalid
Trond Myklebust
2016-06-24
1
-2
/
+2
*
NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget()
Trond Myklebust
2016-06-24
1
-1
/
+4
*
nfs: fix anonymous member initializer build failure with older compilers
Linus Torvalds
2016-05-27
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-05-27
1
-10
/
+9
|
\
|
*
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
2016-05-27
1
-10
/
+9
*
|
Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2016-05-26
25
-441
/
+1006
|
\
\
|
|
/
|
/
|
|
*
pnfs: pnfs_update_layout needs to consider if strict iomode checking is on
Tom Haynes
2016-05-26
4
-25
/
+61
|
*
nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and r...
Tom Haynes
2016-05-26
1
-2
/
+3
|
*
nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IO
Tom Haynes
2016-05-25
2
-1
/
+16
|
*
nfs: avoid race that crashes nfs_init_commit
Weston Andros Adamson
2016-05-25
2
-0
/
+32
|
*
NFS: checking for NULL instead of IS_ERR() in nfs_commit_file()
Dan Carpenter
2016-05-25
1
-2
/
+2
|
*
pnfs: make pnfs_layout_process more robust
Jeff Layton
2016-05-17
1
-16
/
+11
|
*
pnfs: rework LAYOUTGET retry handling
Jeff Layton
2016-05-17
4
-142
/
+133
|
*
pnfs: lift retry logic from send_layoutget to pnfs_update_layout
Jeff Layton
2016-05-17
1
-36
/
+36
|
*
pnfs: fix bad error handling in send_layoutget
Jeff Layton
2016-05-17
1
-3
/
+8
|
*
flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_ds
Jeff Layton
2016-05-17
1
-1
/
+17
|
*
flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTED
Jeff Layton
2016-05-17
2
-9
/
+1
|
*
pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN args
Jeff Layton
2016-05-17
5
-28
/
+52
|
*
pnfs: keep track of the return sequence number in pnfs_layout_hdr
Jeff Layton
2016-05-17
2
-3
/
+9
|
*
pnfs: record sequence in pnfs_layout_segment when it's created
Jeff Layton
2016-05-17
2
-0
/
+2
|
*
pnfs: don't merge new ff lsegs with ones that have LAYOUTRETURN bit set
Jeff Layton
2016-05-17
1
-2
/
+2
|
*
pNFS/flexfiles: When initing reads or writes, we might have to retry connecti...
Tom Haynes
2016-05-17
1
-4
/
+25
|
*
pNFS/flexfiles: When checking for available DSes, conditionally check for MDS io
Tom Haynes
2016-05-17
3
-3
/
+9
|
*
pNFS/flexfile: Fix erroneous fall back to read/write through the MDS
Trond Myklebust
2016-05-17
1
-17
/
+6
|
*
NFS: Reclaim writes via writepage are opportunistic
Trond Myklebust
2016-05-17
1
-2
/
+1
|
*
NFSv4: Use the right stateid for delegations in setattr, read and write
Trond Myklebust
2016-05-17
5
-14
/
+28
|
*
NFSv4: Label stateids with the type
Trond Myklebust
2016-05-17
7
-19
/
+65
|
*
pNFS: Fix a leaked layoutstats flag
Trond Myklebust
2016-05-17
1
-1
/
+2
|
*
sunrpc: Advertise maximum backchannel payload size
Chuck Lever
2016-05-17
1
-4
/
+6
|
*
xprtrdma: Add rdma6 option to support NFS/RDMA IPv6
Shirley Ma
2016-05-17
1
-0
/
+4
|
*
nfs4: client: do not send empty SETATTR after OPEN_CREATE
Tigran Mkrtchyan
2016-05-17
1
-9
/
+25
|
*
NFS: Add COPY nfs operation
Anna Schumaker
2016-05-17
6
-0
/
+277
|
*
NFS: Add nfs_commit_file()
Anna Schumaker
2016-05-17
3
-6
/
+42
|
*
Fixing oops in callback path
Olga Kornievskaia
2016-05-17
1
-2
/
+4
|
*
nfs: don't share mounts between network namespaces
J. Bruce Fields
2016-05-09
1
-0
/
+5
|
*
NFS: Fix an LOCK/OPEN race when unlinking an open file
Chuck Lever
2016-05-09
1
-0
/
+4
[next]