Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7af37663502ff842846dba1afa2f792afeb41805
/
fs
/
autofs4
/
inode.c
45634cd
userns: Support autofs4 interacing with multiple user namespaces
by Eric W. Biederman
· 13 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
64f371b
autofs: make the autofsv5 packet file descriptor use a packetized pipe
by Linus Torvalds
· 13 years ago
fcbf94b
Revert "autofs: work around unhappy compat problem on x86-64"
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
a32744d
autofs: work around unhappy compat problem on x86-64
by Ian Kent
· 13 years ago
d668dc5
autofs4: deal with autofs4_write/autofs4_write races
by Al Viro
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
030a8ba
autofs4: propagate umode_t
by Al Viro
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
b89b12b
autofs4: clean ->d_release() and autofs4_free_ino() up
by Al Viro
· 14 years ago
26e6c91
autofs4: split autofs4_init_ino()
by Al Viro
· 14 years ago
726a5e0
autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore
by Al Viro
· 14 years ago
0bf71d4
autofs4: kill ->size in autofs_info
by Al Viro
· 14 years ago
09f12c0
autofs4: pass mode to autofs4_get_inode() explicitly
by Al Viro
· 14 years ago
14a2f00
autofs4: autofs4_mkroot() is not different from autofs4_init_ino()
by Al Viro
· 14 years ago
292c5ee
autofs4: keep symlink body in inode->i_private
by Al Viro
· 14 years ago
b650c85
autofs4: Merge the remaining dentry ops tables
by David Howells
· 14 years ago
6651149
autofs4: Clean up autofs4_free_ino()
by Ian Kent
· 14 years ago
71e469d
autofs4: Clean up dentry operations
by Ian Kent
· 14 years ago
e61da20
autofs4: Clean up inode operations
by Ian Kent
· 14 years ago
b5b8017
autofs4: Add d_manage() dentry operation
by Ian Kent
· 14 years ago
1058421
autofs4: Add d_automount() dentry operation
by Ian Kent
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
5b7e934
Use kill_litter_super() in autofs4 ->kill_sb()
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
4f8427d
autofs4: use helper functions for active list handling
by Ian Kent
· 15 years ago
08f1151
constify dentry_operations: autofs, autofs4
by Al Viro
· 16 years ago
a92daf6
autofs4: make autofs type usage explicit
by Ian Kent
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
0eb790e
CRED: Wrap task credential accesses in the autofs4 filesystem
by David Howells
· 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
5a11d4d
autofs4: fix waitq locking
by Ian Kent
· 16 years ago
2576737
autofs4: use look aside list for lookups
by Ian Kent
· 16 years ago
5f6f4f2
autofs4: don't make expiring dentry negative
by Ian Kent
· 16 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
b63d50c
fs/autofs4/inode.c: kmalloc + memset conversion to kzalloc
by Mariusz Kozlowski
· 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
f50b6f8
[PATCH] autofs4: fix another race between mount and expire
by Ian Kent
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 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
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
e18fa70
Move several *_SUPER_MAGIC symbols to include/linux/magic.h.
by Jeff Garzik
· 18 years ago
f5b95ff
[PATCH] autofs4: proper prototype for autofs4_dentry_release()
by Adrian Bunk
· 19 years ago
3370c74
[PATCH] Remove redundant check from autofs4_put_super
by Dave Jones
· 19 years ago
44d53eb
[PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_*
by Ian Kent
· 19 years ago
34ca959
[PATCH] autofs4: add v5 follow_link mount trigger method
by Ian Kent
· 19 years ago
d7c4a5f
[PATCH] autofs4: add a show mount options for proc filesystem
by Ian Kent
· 19 years ago
1aff3c8
[PATCH] autofs4: fix false negative return from expire
by Ian Kent
· 19 years ago
1d5599e
[PATCH] sem2mutex: autofs4 wq_sem
by Ingo Molnar
· 19 years ago
5160ee6
[PATCH] shrink dentry struct
by Eric Dumazet
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
104e49f
[PATCH] autofs4: fix infamous "Busy inodes after umount ..." message
by Ian Kent
· 19 years ago
3a9720c
[PATCH] autofs4: tree race fix
by Ian Kent
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago