Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
1e9abb5b1dc90cfcf0e6f1e10f7aaf34d0f33b6b
/
fs
/
nfs
e9ff399
[PATCH] namespaces: utsname: switch to using uts namespaces
by Serge E. Hallyn
· 18 years ago
6fb2b47
[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process
by NeilBrown
· 18 years ago
24e3666
[PATCH] knfsd: be more selective in which sockets lockd listens on
by NeilBrown
· 18 years ago
bc591cc
[PATCH] knfsd: add a callback for when last rpc thread finishes
by NeilBrown
· 18 years ago
ce71ec3
[PATCH] r/o bind mounts: monitor zeroing of i_nlink
by Dave Hansen
· 18 years ago
9a53c3a
[PATCH] r/o bind mounts: unlink: monitor i_nlink
by Dave Hansen
· 18 years ago
027445c
[PATCH] Vectorize aio_read/aio_write fileop methods
by Badari Pulavarty
· 18 years ago
4cb50dc
[PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6]
by David Howells
· 18 years ago
66f3750
[PATCH] fs/nfs/: make code static
by Adrian Bunk
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
f52720c
[PATCH] fs: Removing useless casts
by Panagiotis Issaris
· 18 years ago
349457c
[PATCH] Allow file systems to manually d_move() inside of ->rename()
by Mark Fasheh
· 18 years ago
f551e44
NFS: add comments clarifying the use of nfs_post_op_update()
by Chuck Lever
· 18 years ago
aec5e17
NFS: Use SEEK_END instead of hardcoded value
by Josef 'Jeff' Sipek
· 18 years ago
51b6ded
NFSv4: When mounting with a port=0 argument, substitute port=2049
by Trond Myklebust
· 18 years ago
2066fe8
NFSv4: Poll more aggressively when handling NFS4ERR_DELAY
by Trond Myklebust
· 18 years ago
c514983
NFSv4: Handle the condition NFS4ERR_FILE_OPEN
by Trond Myklebust
· 18 years ago
6b30954
NFSv4: Retry lease recovery if it failed during a synchronous operation.
by Trond Myklebust
· 18 years ago
97db8f4
NFS: Don't invalidate the symlink we just stuffed into the cache
by Trond Myklebust
· 18 years ago
5f004cf
NFS: Make read() return an ESTALE if the file has been deleted
by Trond Myklebust
· 18 years ago
2dec514
NFSv4: It's perfectly legal for clp to be NULL here....
by J. Bruce Fields
· 18 years ago
fd68407
NFS: nfs_lookup - don't hash dentry when optimising away the lookup
by Trond Myklebust
· 18 years ago
297de4f
Fix a referral error Oops
by andros@citi.umich.edu
· 18 years ago
058ad9c
NFS: NFS_ROOT should use the new rpc_create API
by Chuck Lever
· 18 years ago
6daabf1
NFS: Fix up compiler warnings on 64-bit platforms in client.c
by David Howells
· 18 years ago
158998b
SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument
by Trond Myklebust
· 18 years ago
5dd3177
NFSv4: Fix a use-after-free issue with the nfs server.
by Trond Myklebust
· 18 years ago
275a082
Add a real API for dealing with blk_congestion_wait()
by Trond Myklebust
· 18 years ago
94a6d75
NFS: Use cached page as buffer for NFS symlink requests
by Chuck Lever
· 18 years ago
873101b
NFS: copy symlinks into page cache before sending NFS SYMLINK request
by Chuck Lever
· 18 years ago
4f390c1
NFS: Fix double d_drop in nfs_instantiate() error path
by Chuck Lever
· 18 years ago
d3db90e
NFS: remove a no-longer-needed error check in nfs_symlink()
by Chuck Lever
· 18 years ago
41877d2
NFS: Convert NFS client to use new rpc_create() API
by Chuck Lever
· 18 years ago
39d7bbc
SUNRPC: remove extraneous header inclusions
by Chuck Lever
· 18 years ago
9c5bf38
NFS: Fix nfs_alloc_client()
by Trond Myklebust
· 18 years ago
36b15c5
NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flag
by Trond Myklebust
· 18 years ago
738a351
NFS: Secure the roots of the NFS subtrees in a shared superblock
by David Howells
· 18 years ago
27ba851
NFS: Fix error handling
by David Howells
· 18 years ago
6aaca56
NFS: Add server and volume lists to /proc
by David Howells
· 18 years ago
54ceac4
NFS: Share NFS superblocks per-protocol per-server per-FSID
by David Howells
· 18 years ago
cf6d7b5
NFS: Start rpciod in server common management
by David Howells
· 18 years ago
5006a76
NFS: Eliminate client_sys in favour of cl_rpcclient
by David Howells
· 18 years ago
8fa5c00
NFS: Move rpc_ops from nfs_server to nfs_client
by David Howells
· 18 years ago
1f16341
NFS: Make better use of inode* dereferencing macros
by David Howells
· 18 years ago
27951bd
NFS: Maintain a common server record for NFS2/3 as well as for NFS4
by David Howells
· 18 years ago
509de81
NFS: Add extra const qualifiers
by David Howells
· 18 years ago
0c7d90c
NFS: Use the dentry superblock directly in nfs_statfs()
by David Howells
· 18 years ago
24c8dbb
NFS: Generalise the nfs_client structure
by David Howells
· 18 years ago
e9326dc
NFS: Add a server capabilities NFS RPC op
by David Howells
· 18 years ago
2b3de44
NFS: Add a lookupfh NFS RPC op
by David Howells
· 18 years ago
b716279
NFS: Return an error when starting the idmapping pipe
by David Howells
· 18 years ago
7539bba
NFS: Rename nfs_server::nfs4_state
by David Howells
· 18 years ago
adfa6f9
NFS: Rename struct nfs4_client to struct nfs_client
by David Howells
· 18 years ago
5ae1fbc
NFS: Fix NFS4 callback up/down prototypes
by David Howells
· 18 years ago
0a8ea43
NFS: Disambiguate nfs_stat_to_errno()
by David Howells
· 18 years ago
7d4e274
NFS: Fix up split of fs/nfs/inode.c
by David Howells
· 18 years ago
979df72
NFS: Add an ACCESS cache memory shrinker
by Trond Myklebust
· 18 years ago
cfcea3e
NFS: Add a global LRU list for the ACCESS cache
by Trond Myklebust
· 18 years ago
1c3c07e
NFS: Add a new ACCESS rpc call cache to the linux nfs client
by Trond Myklebust
· 18 years ago
5c2d97c
NFS: Fix nfs_page use after free issues in fs/nfs/write.c
by Trond Myklebust
· 18 years ago
76723de
NFSv4: Fix incorrect semaphore release in _nfs4_do_open()
by Trond Myklebust
· 18 years ago
7a52411
NFS: Fix Oopsable condition in nfs_readpage_sync()
by Trond Myklebust
· 18 years ago
e9f7bee
[PATCH] NFS: large non-page-aligned direct I/O clobbers memory
by Trond Myklebust
· 18 years ago
16b4289
NFSv4: Add v4 exception handling for the ACL functions.
by Trond Myklebust
· 18 years ago
e889649
NFS: Check lengths more thoroughly in NFS4 readdir XDR decode
by David Howells
· 18 years ago
79558f3
NFS: Fix issue with EIO on NFS read
by Trond Myklebust
· 18 years ago
8f8e7a5
SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs
by Trond Myklebust
· 18 years ago
5d67476
SUNRPC: make rpc_unlink() take a dentry argument instead of a path
by Trond Myklebust
· 18 years ago
ddeff52
NFS: Fix a potential deadlock in nfs_release_page
by Nikita Danilov
· 18 years ago
e4e2051
NFS: make 2 functions static
by Adrian Bunk
· 18 years ago
ce51019
NFS: Release dcache_lock in an error path of nfs_path
by Josh Triplett
· 18 years ago
72dbac3
Merge branch 'locks'
by Trond Myklebust
· 18 years ago
4e0641a
NFS: Optimise away an excessive GETATTR call when a file is symlinked
by Trond Myklebust
· 18 years ago
83715ad
NFS: Fix NFS page_state usage
by Trond Myklebust
· 18 years ago
01c3b86
NLM,NFSv4: Wait on local locks before we put RPC calls on the wire
by Trond Myklebust
· 18 years ago
42a2d13
NFSv4: Ensure nfs4_lock_expired() caches delegated locks
by Trond Myklebust
· 18 years ago
9b07357
NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lock
by Trond Myklebust
· 18 years ago
026477c
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
4ebd9ab
[PATCH] nfs: non-procfs build fix
by Dominik Hackl
· 18 years ago
22a3e23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
fd39fc8
[PATCH] zoned vm counters: conversion of nr_unstable to per zone counter
by Christoph Lameter
· 18 years ago
b1e7a8f
[PATCH] zoned vm counters: conversion of nr_dirty to per zone counter
by Christoph Lameter
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
9f2fa46
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
607f31e
Revert "Merge branch 'odirect'"
by Trond Myklebust
· 18 years ago
266bee8
[PATCH] fix static linking of NFS
by David Brownell
· 18 years ago
f36f44d
Fix NFS2 compile error
by Linus Torvalds
· 18 years ago
9bf2aa1
nfs: remove nfs_put_link()
by Alexey Dobriyan
· 18 years ago
6ab86aa
nfs-build-fix-99
by Andrew Morton
· 18 years ago
d75d541
git-nfs-build-fixes
by Andrew Morton
· 18 years ago
ccf01ef
Merge branch 'odirect'
by Trond Myklebust
· 18 years ago
82b145c
NFS: alloc nfs_read/write_data as direct I/O is scheduled
by Chuck Lever
· 18 years ago
06cf6f2
NFS: Eliminate nfs_get_user_pages()
by Chuck Lever
· 18 years ago
9c93ab7
NFS: refactor nfs_direct_free_user_pages
by Chuck Lever
· 18 years ago
51a7bc6
NFS: remove user_addr, user_count, and pos from nfs_direct_req
by Chuck Lever
· 18 years ago
fedb595
NFS: "open code" the NFS direct write rescheduler
by Chuck Lever
· 18 years ago
b1c5921
NFS: Separate functions for counting outstanding NFS direct I/Os
by Chuck Lever
· 18 years ago
816724e
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
Next »