Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6b0a7f84ea1fe248df96ccc4dd86e817e32ef65b
/
fs
/
autofs
660c9fc
autofs: clear O_NONBLOCK on the pipe
by NeilBrown
· 6 years ago
874d22d
fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()
by Ian Kent
· 6 years ago
60d6d04
autofs: add ignore mount option
by Ian Kent
· 6 years ago
f585b28
autofs: fix error return in autofs_fill_super()
by Ian Kent
· 6 years ago
63ce5f5
autofs: drop dentry reference only when it is never used
by Pan Bian
· 6 years ago
f516221
autofs: add strictexpire mount option
by Ian Kent
· 6 years ago
9d8719a
autofs: change catatonic setting to a bit flag
by Ian Kent
· 6 years ago
9bf964c
autofs: simplify parse_options() function call
by Ian Kent
· 6 years ago
55f0d82
autofs: improve ioctl sbi checks
by Ian Kent
· 6 years ago
cd9b44f
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
cbf6898
autofs: add AUTOFS_EXP_FORCED flag
by Ian Kent
· 6 years ago
e5c85e1
autofs: make expire flags usage consistent with v5 params
by Ian Kent
· 6 years ago
571bc35
autofs: make autofs_expire_indirect() static
by Ian Kent
· 6 years ago
5d30517
autofs: make autofs_expire_direct() static
by Ian Kent
· 6 years ago
d105556
autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()
by Ian Kent
· 6 years ago
2fd9944
autofs: fix inconsistent use of now variable
by Ian Kent
· 6 years ago
d4d79b8
autofs: fix directory and symlink access
by Ian Kent
· 6 years ago
0633da4
autofs: fix autofs_sbi() does not check super block type
by Ian Kent
· 6 years ago
0214f46
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
2c47047
pids: Move the pgrp and session pid pointers from task_struct to signal_struct
by Eric W. Biederman
· 7 years ago
02f51d4
autofs: fix slab out of bounds read in getname_kernel()
by Tomas Bortoli
· 6 years ago
d02d21e
autofs: rename 'autofs' module back to 'autofs4'
by Linus Torvalds
· 6 years ago
ea8781e
autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description
by Geert Uytterhoeven
· 7 years ago
a2225d9
autofs: remove left-over autofs4 stubs
by Linus Torvalds
· 7 years ago
016e92d
autofs: small cleanup in autofs_getpath()
by Dan Carpenter
· 7 years ago
6471e93
autofs: clean up includes
by Ian Kent
· 7 years ago
2a3ae0a
autofs: create autofs Kconfig and Makefile
by Ian Kent
· 7 years ago
ebc921c
autofs: copy autofs4 to autofs
by Ian Kent
· 7 years ago
db7bee2
autofs3: move to drivers/staging
by Arnd Bergmann
· 14 years ago
c9243f5
autofs/autofs4: Move compat_ioctl handling into fs
by Arnd Bergmann
· 14 years ago
ca57272
fs/: do not fallback to default_llseek() when readdir() uses BKL
by jan Blunck
· 15 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
a419aef
trivial: remove unnecessary semicolons
by Joe Perches
· 15 years ago
9393bd0
switch follow_down()
by Al Viro
· 16 years ago
117aff7
Fix autofs_expire()
by Al Viro
· 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
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
73c646e
CRED: Wrap task credential accesses in the autofs filesystem
by David Howells
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
979db75
mount options: fix autofs
by Miklos Szeredi
· 17 years ago
62328a0
iget: stop autofs from using iget() and read_inode()
by David Howells
· 17 years ago
69cccb8
Use task_pid_nr() instead of pid_nr(task_pid())
by Pavel Emelyanov
· 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
fa0334f
Replace pid_t in autofs with struct pid reference
by Sukadev Bhattiprolu
· 18 years ago
d78e53c
Fix some coding-style errors in autofs
by Sukadev Bhattiprolu
· 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
81ed19b
[PATCH] autofs: 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
0e7d738
[PATCH] autofs3: Make sure all dentries refs are released before calling kill_anon_super()
by David Howells
· 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
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
8e18e29
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
by Theodore Ts'o
· 18 years ago
f8314dc
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
by Panagiotis Issaris
· 18 years ago
e18fa70
Move several *_SUPER_MAGIC symbols to include/linux/magic.h.
by Jeff Garzik
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 19 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
e3474a8
[PATCH] autofs4: change may_umount* functions to boolean
by Ian Kent
· 19 years ago
16f7e0f
[PATCH] capable/capability.h (fs/)
by Randy Dunlap
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
f76baf9
[PATCH] autofs: fix "busy inodes after umount..."
by Alexander Krizhanovsky
· 19 years ago
cc314ee
Fix nasty ncpfs symlink handling bug.
by Linus Torvalds
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago