Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bdc1b7bde2174d19d5566acc3d51d041f9a9bbf5
/
fs
/
autofs4
5fc79d8
autofs4: remove unneeded null check in try_to_fill_dentry()
by Dan Carpenter
· 14 years ago
c9243f5
autofs/autofs4: Move compat_ioctl handling into fs
by Arnd Bergmann
· 14 years ago
7ca5ca6
fs/autofs4: use memdup_user
by Julia Lawall
· 14 years ago
578454f
driver core: add devname module aliases to allow module on-demand auto-loading
by Kay Sievers
· 14 years ago
3663df7
autofs4: Pushdown the bkl from ioctl
by Frederic Weisbecker
· 14 years ago
f742246
autofs4-2.6.34-rc1 - fix link_count usage
by Ian Kent
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5b7e934
Use kill_litter_super() in autofs4 ->kill_sb()
by Al Viro
· 15 years ago
f598f9f
Sanitize autofs_dev_ioctl_ismountpoint()
by Al Viro
· 15 years ago
4b1ae27
Revert "autofs4: always use lookup for lookup"
by Al Viro
· 15 years ago
213614d
autofs4: always use lookup for lookup
by Ian Kent
· 15 years ago
cb4b492
autofs4: rename dentry to expiring in autofs4_lookup_expiring()
by Ian Kent
· 15 years ago
e4d5ade
autofs4: rename dentry to active in autofs4_lookup_active()
by Ian Kent
· 15 years ago
c42c7f7
autofs4: eliminate d_unhashed in path walk checks
by Ian Kent
· 15 years ago
6510c9d
autofs4: cleanup active and expire lookup
by Ian Kent
· 15 years ago
90387c9
autofs4: renamer unhashed to active in autofs4_lookup()
by Ian Kent
· 15 years ago
aa952eb
autofs4: use autofs_info for pending flag
by Ian Kent
· 15 years ago
36b6413
autofs4: use helper function for need mount check
by Ian Kent
· 15 years ago
c4cd70b
autofs4: use helper functions for expiring list
by Ian Kent
· 15 years ago
4f8427d
autofs4: use helper functions for active list handling
by Ian Kent
· 15 years ago
37d0892
autofs4 - fix missed case when changing to use struct path
by Ian Kent
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
9393bd0
switch follow_down()
by Al Viro
· 16 years ago
bab77eb
switch follow_up() to struct path
by Al Viro
· 16 years ago
4e44b68
Get rid of path_lookup in autofs4
by Al Viro
· 16 years ago
463aea1
autofs4: remove hashed check in validate_wait()
by Ian Kent
· 15 years ago
a8985f3
autofs4: fix incorrect return in autofs4_mount_busy()
by Ian Kent
· 16 years ago
3eac877
autofs4: use memchr() in invalid_string()
by Al Viro
· 16 years ago
cf2706a3
Fix AUTOFS_DEV_IOCTL_REQUESTER_CMD
by Al Viro
· 16 years ago
8f63aaa8b
autofs4: fix lookup deadlock
by Ian Kent
· 16 years ago
56fcef7
autofs4: cleanup expire code duplication
by Ian Kent
· 16 years ago
08f1151
constify dentry_operations: autofs, autofs4
by Al Viro
· 16 years ago
90ffd46
fs/Kconfig: move autofs, autofs4 out
by Alexey Dobriyan
· 16 years ago
bae8ec6
autofs4: fix string validation check order
by Ian Kent
· 16 years ago
a92daf6
autofs4: make autofs type usage explicit
by Ian Kent
· 16 years ago
41cfef2
autofs4: fix var shadowed by local delaration
by Ian Kent
· 16 years ago
730c9ee
autofs4: improve parameter usage
by Ian Kent
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
2b82892
Merge branch 'master' into next
by James Morris
· 16 years ago
745ca24
CRED: Pass credentials through dentry_open()
by David Howells
· 16 years ago
0eb790e
CRED: Wrap task credential accesses in the autofs4 filesystem
by David Howells
· 16 years ago
96b0317
autofs4: collect version check return
by Ian Kent
· 16 years ago
bc9c406
autofs4: correct offset mount expire check
by Ian Kent
· 16 years ago
8d7b48e
autofs4: add miscellaneous device for ioctls
by Ian Kent
· 16 years ago
c0f54d3
autofs4: track uid and gid of last mount requester
by Ian Kent
· 16 years ago
bb979d7
autofs4: cleanup autofs mount type usage
by Ian Kent
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
59af158
[PATCH] fix ->llseek() for a bunch of directories
by Al Viro
· 16 years ago
aa55ddf
autofs4: remove unused ioctls
by Ian Kent
· 16 years ago
06a3598
autofs4: reorganize expire pending wait function calls
by Ian Kent
· 16 years ago
ec6e8c7
autofs4: fix direct mount pending expire race - correction
by Ian Kent
· 16 years ago
6e60a9a
autofs4: fix direct mount pending expire race
by Ian Kent
· 16 years ago
97e7449
autofs4: fix indirect mount pending expire race
by Ian Kent
· 16 years ago
26e81b3
autofs4: fix pending checks
by Ian Kent
· 16 years ago
ff9cd49
autofs4: cleanup redundant readir code
by Ian Kent
· 16 years ago
c72305b
autofs4: indirect dentry must almost always be positive
by Ian Kent
· 16 years ago
eb3b176
autofs4: detect invalid direct mount requests
by Ian Kent
· 16 years ago
296f7bf
autofs4: fix waitq memory leak
by Ian Kent
· 16 years ago
e64be33
autofs4: check kernel communication pipe is valid for write
by Ian Kent
· 16 years ago
f4c7da0
autofs4: add missing kfree
by Ian Kent
· 16 years ago
a1362fe
autofs4: fix pending mount race
by Ian Kent
· 16 years ago
5a11d4d
autofs4: fix waitq locking
by Ian Kent
· 16 years ago
70b52a0
autofs4: use struct qstr in waitq.c
by Jeff Moyer
· 16 years ago
6d5cb92
autofs4: use lookup intent flags to trigger mounts
by Ian Kent
· 16 years ago
c432c25
autofs4: don't release directory mutex if called in oz_mode
by Ian Kent
· 16 years ago
ef581a7
autofs4: fix symlink name allocation
by Ian Kent
· 16 years ago
2576737
autofs4: use look aside list for lookups
by Ian Kent
· 16 years ago
caf7da3
autofs4: revert - redo lookup in ttfd
by Ian Kent
· 16 years ago
5f6f4f2
autofs4: don't make expiring dentry negative
by Ian Kent
· 16 years ago
868eb7a
autofs: path_{get,put}() cleanups
by Jan Blunck
· 17 years ago
9d2de6a
autofs4: fix incorrect return from root.c:try_to_fill_dentry()
by Jeff Moyer
· 17 years ago
0337904
autofs4: fix execution order race in mount request code
by Jeff Moyer
· 17 years ago
cab0936
autofs4: check for invalid dentry in getpath
by Ian Kent
· 17 years ago
afec570
autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect()
by Ian Kent
· 17 years ago
8e24eea
fs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
f249fdd
autofs4: fix sparse warning in root.c
by Harvey Harrison
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
aef97cb
mount options: fix autofs4
by Miklos Szeredi
· 17 years ago
a47afb0
pid namespaces: round up the API
by Pavel Emelianov
· 17 years ago
c80544d
sparse pointer use of zero as null
by Stephen Hemminger
· 17 years ago
b63d50c
fs/autofs4/inode.c: kmalloc + memset conversion to kzalloc
by Mariusz Kozlowski
· 17 years ago
1864f7b
autofs4: deadlock during create
by Ian Kent
· 17 years ago
d78e53c
Fix some coding-style errors in autofs
by Sukadev Bhattiprolu
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
c3724b1
[PATCH] autofs4: fix race in unhashed dentry code
by Jeff Mahoney
· 18 years ago
c9ffec4
[PATCH] autofs4: check for directory re-create in lookup
by Ian Kent
· 18 years ago
f50b6f8
[PATCH] autofs4: fix another race between mount and expire
by Ian Kent
· 18 years ago
e851447
[PATCH] autofs4: header file update
by Ian Kent
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
a4669ed
[PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
c949d4e
[PATCH] autofs: fix error code path in autofs_fill_sb()
by Jiri Kosina
· 18 years ago
ba8df43
[PATCH] autofs4: panic after mount fail
by Ian Kent
· 18 years ago
6ce3152
[PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_anon_super()
by David Howells
· 18 years ago
ce71ec3
[PATCH] r/o bind mounts: monitor zeroing of i_nlink
by Dave Hansen
· 18 years ago
d8c76e6
[PATCH] r/o bind mount prepwork: inc_nlink() helper
by Dave Hansen
· 18 years ago
9a53c3a
[PATCH] r/o bind mounts: unlink: monitor i_nlink
by Dave Hansen
· 18 years ago
44938af
[PATCH] autofs4: pending flag not cleared on mount fail
by Ian Kent
· 18 years ago
Next »