Searched hist:"5529680981807 b44abf3be30fb6d612ff04f68ff" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | nfs3acl.c | diff 5529680981807b44abf3be30fb6d612ff04f68ff Thu Aug 18 13:24:09 CDT 2005 Chuck Lever <cel@citi.umich.edu> [PATCH] NFS: split nfsi->flags into two fields
Certain bits in nfsi->flags can be manipulated with atomic bitops, and some are better manipulated via logical bitmask operations.
This patch splits the flags field into two. The next patch introduces atomic bitops for one of the fields.
Test plan: Millions of fsx ops on SMP clients.
Signed-off-by: Chuck Lever <cel@netapp.com> Cc: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | read.c | diff 5529680981807b44abf3be30fb6d612ff04f68ff Thu Aug 18 13:24:09 CDT 2005 Chuck Lever <cel@citi.umich.edu> [PATCH] NFS: split nfsi->flags into two fields
Certain bits in nfsi->flags can be manipulated with atomic bitops, and some are better manipulated via logical bitmask operations.
This patch splits the flags field into two. The next patch introduces atomic bitops for one of the fields.
Test plan: Millions of fsx ops on SMP clients.
Signed-off-by: Chuck Lever <cel@netapp.com> Cc: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | file.c | diff 5529680981807b44abf3be30fb6d612ff04f68ff Thu Aug 18 13:24:09 CDT 2005 Chuck Lever <cel@citi.umich.edu> [PATCH] NFS: split nfsi->flags into two fields
Certain bits in nfsi->flags can be manipulated with atomic bitops, and some are better manipulated via logical bitmask operations.
This patch splits the flags field into two. The next patch introduces atomic bitops for one of the fields.
Test plan: Millions of fsx ops on SMP clients.
Signed-off-by: Chuck Lever <cel@netapp.com> Cc: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | inode.c | diff 5529680981807b44abf3be30fb6d612ff04f68ff Thu Aug 18 13:24:09 CDT 2005 Chuck Lever <cel@citi.umich.edu> [PATCH] NFS: split nfsi->flags into two fields
Certain bits in nfsi->flags can be manipulated with atomic bitops, and some are better manipulated via logical bitmask operations.
This patch splits the flags field into two. The next patch introduces atomic bitops for one of the fields.
Test plan: Millions of fsx ops on SMP clients.
Signed-off-by: Chuck Lever <cel@netapp.com> Cc: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | dir.c | diff 5529680981807b44abf3be30fb6d612ff04f68ff Thu Aug 18 13:24:09 CDT 2005 Chuck Lever <cel@citi.umich.edu> [PATCH] NFS: split nfsi->flags into two fields
Certain bits in nfsi->flags can be manipulated with atomic bitops, and some are better manipulated via logical bitmask operations.
This patch splits the flags field into two. The next patch introduces atomic bitops for one of the fields.
Test plan: Millions of fsx ops on SMP clients.
Signed-off-by: Chuck Lever <cel@netapp.com> Cc: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
/openbmc/linux/include/linux/ |
H A D | nfs_fs.h | diff 5529680981807b44abf3be30fb6d612ff04f68ff Thu Aug 18 13:24:09 CDT 2005 Chuck Lever <cel@citi.umich.edu> [PATCH] NFS: split nfsi->flags into two fields
Certain bits in nfsi->flags can be manipulated with atomic bitops, and some are better manipulated via logical bitmask operations.
This patch splits the flags field into two. The next patch introduces atomic bitops for one of the fields.
Test plan: Millions of fsx ops on SMP clients.
Signed-off-by: Chuck Lever <cel@netapp.com> Cc: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|