Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
26501db8dcbc3c63c0d8fb6c5bb098bc7d35d741
/
fs
/
exportfs
6192269
introduce a parallel variant of ->iterate()
by Al Viro
· 9 years ago
383d4e8
reconnect_one(): use lookup_one_len_unlocked()
by Al Viro
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
946e51f
move d_rcu from overlapping d_child to overlapping d_alias
by Al Viro
· 10 years ago
ac7576f
vfs: make first argument of dir_context.actor typed
by Miklos Szeredi
· 10 years ago
00f0179
fs/exportfs/expfs.c: kernel-doc warning fixes
by Fabian Frederick
· 10 years ago
f27c929
exportfs: fix quadratic behavior in filehandle lookup
by J. Bruce Fields
· 11 years ago
efbf201
exportfs: better variable name
by J. Bruce Fields
· 11 years ago
bbf7a8a
exportfs: move most of reconnect_path to helper function
by J. Bruce Fields
· 11 years ago
e4b70eb
exportfs: eliminate unused "noprogress" counter
by J. Bruce Fields
· 11 years ago
a056cc8
exportfs: stop retrying once we race with rename/remove
by J. Bruce Fields
· 11 years ago
0dbc018
exportfs: clear DISCONNECTED on all parents sooner
by J. Bruce Fields
· 11 years ago
78cee9a
exportfs: more detailed comment for path_reconnect
by J. Bruce Fields
· 11 years ago
854ff5c
exportfs: BUG_ON in crazy corner case
by Christoph Hellwig
· 11 years ago
950ee95
exportfs: fix 32-bit nfsd handling of 64-bit inode numbers
by J. Bruce Fields
· 11 years ago
dfc59e2c
exportfs: don't assume that ->iterate() won't feed us too long entries
by Al Viro
· 11 years ago
ac6614b
[readdir] constify ->actor
by Al Viro
· 11 years ago
2233f31
[readdir] ->readdir() is gone
by Al Viro
· 11 years ago
bb6f619
[readdir] introduce ->iterate(), ctx->pos, dir_emit()
by Al Viro
· 11 years ago
5c0ba4e
[readdir] introduce iterate_dir() and dir_context
by Al Viro
· 11 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
9821972
Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
711c7bf
fs, exportfs: add exportfs_encode_inode_fh() helper
by Cyrill Gorcunov
· 12 years ago
ab49bde
fs, exportfs: escape nil dereference if no s_export_op present
by Cyrill Gorcunov
· 12 years ago
216b6cb
exportfs: add FILEID_INVALID to indicate invalid fid_type
by Namjae Jeon
· 12 years ago
765927b
switch dentry_open() to struct path, make it grab references itself
by Al Viro
· 12 years ago
b3d9b7a
vfs: switch i_dentry/d_alias to hlist
by Al Viro
· 12 years ago
b0b0382
->encode_fh() API change
by Al Viro
· 13 years ago
becfd1f
vfs: Add open by file handle support
by Aneesh Kumar K.V
· 14 years ago
5fe0c23
exportfs: Return the minimum required handle size
by Aneesh Kumar K.V
· 14 years ago
873feea
fs: dcache per-inode inode alias locking
by Nick Piggin
· 14 years ago
dc0474b
fs: dcache rationalise dget variants
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
b23fb0a
fs: scale inode alias list
by Nick Piggin
· 14 years ago
0461ee2
exportfs: use dget_parent
by Christoph Hellwig
· 14 years ago
dc7a081
nfs: new subdir Documentation/filesystems/nfs
by J. Bruce Fields
· 15 years ago
cbacc2c
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
a4f4d6d
EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent()
by J. Bruce Fields
· 16 years ago
745ca24
CRED: Pass credentials through dentry_open()
by David Howells
· 16 years ago
53c9c5c
[PATCH] prepare vfs_readdir() callers to returning filldir result
by Al Viro
· 16 years ago
f3f8e17
[PATCH] reduce the stack footprint of exportfs_decode_fh()
by Al Viro
· 16 years ago
4400372
[PATCH] switch all filesystems over to d_obtain_alias
by Christoph Hellwig
· 16 years ago
8e24eea
fs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
e38f981
exportfs: update documentation
by Christoph Hellwig
· 17 years ago
3965516
exportfs: make struct export_operations const
by Christoph Hellwig
· 17 years ago
cfaea78
exportfs: remove old methods
by Christoph Hellwig
· 17 years ago
2596110
exportfs: add new methods
by Christoph Hellwig
· 17 years ago
6e91ea2
exportfs: add fid type
by Christoph Hellwig
· 17 years ago
019ab80
knfsd: exportfs: split out reconnecting a dentry from find_exported_dentry
by Christoph Hellwig
· 17 years ago
dd90b50
knfsd: exportfs: add find_disconnected_root helper
by Christoph Hellwig
· 17 years ago
fb66a19
knfsd: exportfs: move acceptable check into find_acceptable_alias
by Christoph Hellwig
· 17 years ago
d7dd618
knfsd: exportfs: untangle ISDIR logic in find_exported_dentry
by Christoph Hellwig
· 17 years ago
10f11c3
knfsd: exportfs: remove CALL macro
by Christoph Hellwig
· 17 years ago
d37065c
knfsd: exportfs: add procedural interface for NFSD
by Christoph Hellwig
· 17 years ago
5ca2960
knfsd: exportfs: remove iget abuse
by Christoph Hellwig
· 17 years ago
a569425
knfsd: exportfs: add exportfs.h header
by Christoph Hellwig
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
afefdbb
[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers
by David Howells
· 18 years ago
8c7b389
[PATCH] NFS server subtree_check returns dubious value
by Peter Staubach
· 18 years ago
e2f9901
[PATCH] exportfs: add find_acceptable_alias helper
by Christoph Hellwig
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago