Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4f4a4faddea0fe45bf508e723c3a810c5190ed62
/
fs
/
nfs
/
dir.c
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
f8d9a89
NFS: Fix access to suid/sgid executables
by Weston Andros Adamson
· 12 years ago
2d4dce0
Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
65a0c14
NFS: nfs_lookup_revalidate should not trust an inode with i_nlink == 0
by Trond Myklebust
· 12 years ago
1f01845
NFS: Fix calls to drop_nlink()
by Trond Myklebust
· 12 years ago
c44600c
nfs_lookup_revalidate(): fix a leak
by Al Viro
· 12 years ago
696199f
don't do blind d_drop() in nfs_prime_dcache()
by Al Viro
· 12 years ago
6168f62
NFSv4: Add ACCESS operation to OPEN compound
by Weston Andros Adamson
· 12 years ago
89d77c8
NFS: Convert v4 into a module
by Bryan Schumaker
· 12 years ago
1c606fb
NFS: Convert v3 into a module
by Bryan Schumaker
· 12 years ago
ddda8e0
NFS: Convert v2 into a module
by Bryan Schumaker
· 12 years ago
73a7970
NFS: Split out NFS v4 inode operations
by Bryan Schumaker
· 12 years ago
ab96291
NFS: Split out NFS v3 inode operations
by Bryan Schumaker
· 12 years ago
597d928
NFS: Split out NFS v2 inode operations
by Bryan Schumaker
· 12 years ago
8626e4a
Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6
by Trond Myklebust
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
fa3c56b
fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible
by Al Viro
· 12 years ago
facc353
nfs_lookup_verify_inode() - nd is *always* non-NULL here
by Al Viro
· 12 years ago
93420b4
switch nfs_lookup_check_intent() away from nameidata
by Al Viro
· 12 years ago
e45198a
make finish_no_open() return int
by Al Viro
· 12 years ago
30d9049
kill struct opendata
by Al Viro
· 12 years ago
d958527
make ->atomic_open() return int
by Al Viro
· 12 years ago
4723768
->atomic_open() prototype change - pass int * instead of bool *
by Al Viro
· 12 years ago
eda72af
nfs: don't use intents for checking atomic open
by Miklos Szeredi
· 12 years ago
50de348
nfs: don't use nd->intent.open.flags
by Miklos Szeredi
· 12 years ago
8867fe5
nfs: clean up ->create in nfs_rpc_ops
by Miklos Szeredi
· 12 years ago
0dd2b47
nfs: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
57ec14c
NFS: Create a return_delegation rpc op
by Bryan Schumaker
· 12 years ago
011e2a7
NFS: Create a have_delegation rpc_op
by Bryan Schumaker
· 12 years ago
0ef97dc
nfs: don't open in ->d_revalidate
by Miklos Szeredi
· 12 years ago
53f2c4a
Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
26fe575
vfs: make it possible to access the dentry hash/len as one 64-bit entry
by Linus Torvalds
· 13 years ago
d69ee9b
NFS: Adapt readdirplus to application usage patterns
by Trond Myklebust
· 13 years ago
80a16b2
NFS: Remove extra rpc_clnt argument to proc_lookup
by Bryan Schumaker
· 13 years ago
451146b
NFSv4: Fix open(O_TRUNC) and ftruncate() error handling
by Trond Myklebust
· 13 years ago
f63d395
Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
2b86ce2
nfs: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
88b8e13
NFS: Make nfs_cache_array.size a signed integer
by Chuck Lever
· 13 years ago
536e43d
NFS: Optimise away unnecessary setattrs for open(O_TRUNC);
by Trond Myklebust
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
5ede7b1
pull manipulations of rpc_cred inside alloc_nfs_open_context()
by Al Viro
· 13 years ago
1788ea6
nfs: when attempting to open a directory, fall back on normal lookup (try #5)
by Jeff Layton
· 13 years ago
374e4e3
Additional readdir cookie loop information
by Bryan Schumaker
· 13 years ago
0c03080
NFS: Fix spurious readdir cookie loop messages
by Trond Myklebust
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
8aeb376
nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step
by Al Viro
· 13 years ago
dd7dd55
no need to check for LOOKUP_OPEN in ->create() instances
by Al Viro
· 13 years ago
8a5e929
don't transliterate lower bits of ->intent.open.flags to FMODE_...
by Al Viro
· 13 years ago
f7c8586
fix mknod() on nfs4 (hopefully)
by Al Viro
· 13 years ago
5114159
nameidata_to_nfs_open_context() doesn't need nameidata, actually...
by Al Viro
· 13 years ago
3d4ff43
nfs_open_context doesn't need struct path either
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
cd1acdf
Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 13 years ago
f7da7a1
SUNRPC: introduce xdr_init_decode_pages
by Benny Halevy
· 13 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 13 years ago
0acd220
Merge branch 'nfs-for-2.6.39' into nfs-for-next
by Trond Myklebust
· 14 years ago
7c51305
NFS: lookup supports alternate client
by Bryan Schumaker
· 14 years ago
8ef2ce3
NFS: Detect loops in a readdir due to bad cookies
by Bryan Schumaker
· 14 years ago
480c200
NFS: Create nfs_open_dir_context
by Bryan Schumaker
· 14 years ago
e47c085
NFS: Ensure that we update the readdir filp->f_pos correctly
by Trond Myklebust
· 14 years ago
b1942c5
nfs: store devname at disconnected NFS roots
by Al Viro
· 14 years ago
36d43a4
NFS: Use d_automount() rather than abusing follow_link()
by David Howells
· 14 years ago
db9effe
Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin
by Linus Torvalds
· 14 years ago
657e94b
nfs: add missing rcu-walk check
by Nick Piggin
· 14 years ago
8a0eebf
NFS: Fix NFSv3 exclusive open semantics
by Trond Myklebust
· 14 years ago
8b244ff
switch nfs to ->s_d_op
by Al Viro
· 14 years ago
b9d919a
Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
68c404b
Merge branch 'bugfixes' into nfs-for-2.6.38
by Trond Myklebust
· 14 years ago
6650239
NFS: Don't use vm_map_ram() in readdir
by Trond Myklebust
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
b7ab39f
fs: dcache scale dentry refcount
by Nick Piggin
· 14 years ago
fe15ce4
fs: change d_delete semantics
by Nick Piggin
· 14 years ago
64c2ce8
nfsv4: Switch to generic xattr handling code
by Aneesh Kumar K.V
· 14 years ago
a8a5da9
nfs: Set MS_POSIXACL always
by Aneesh Kumar K.V
· 14 years ago
bf0c84f
NFS: use ERR_CAST()
by Namhyung Kim
· 14 years ago
573c4e1
NFS: Simplify ->decode_dirent() calling sequence
by Chuck Lever
· 14 years ago
47c716c
NFS: Readdir cleanups
by Trond Myklebust
· 14 years ago
18fb5fe
NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not found
by Trond Myklebust
· 14 years ago
11de3b1
NFS: Fix a memory leak in nfs_readdir
by Trond Myklebust
· 14 years ago
0aded70
NFS: Ensure we use the correct cookie in nfs_readdir_xdr_filler
by Trond Myklebust
· 14 years ago
37a09f0
NFS: Fix a readdirplus bug
by Trond Myklebust
· 14 years ago
0b26a0b
NFS: Ensure we return the dirent->d_type when it is known
by Trond Myklebust
· 14 years ago
3020093f
NFS: Correct the array bound calculation in nfs_readdir_add_to_array
by Trond Myklebust
· 14 years ago
ece0b42
NFS: Don't ignore errors from nfs_do_filldir()
by Trond Myklebust
· 14 years ago
85f8607
NFS: Fix the error handling in "uncached_readdir()"
by Trond Myklebust
· 14 years ago
7a8e1dc
NFS: Fix a page leak in uncached_readdir()
by Trond Myklebust
· 14 years ago
e7c58e9
NFS: Fix a page leak in nfs_do_filldir()
by Trond Myklebust
· 14 years ago
5c34685
NFS: Assume eof if the server returns no readdir records
by Trond Myklebust
· 14 years ago
04e4bd1
nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr
by Catalin Marinas
· 14 years ago
ac39612
NFS: readdir shouldn't read beyond the reply returned by the server
by Trond Myklebust
· 14 years ago
Next »