Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a188620ebd294b18d8da93f4b2a307d484e7bd27
/
fs
/
autofs4
/
root.c
8ac790f
qstr: constify instances in autofs4
by Al Viro
· 8 years ago
ea01a18
autofs races
by Al Viro
· 8 years ago
4e82901
dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared
by Al Viro
· 9 years ago
3c2de27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
8a78d59
autofs4: use pr_xxx() macros directly for logging
by Ian Kent
· 9 years ago
90967c8
autofs4: change log print macros to not insert newline
by Ian Kent
· 9 years ago
0266725
autofs4: fix some white space errors
by Ian Kent
· 9 years ago
e3cd806
autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()
by Ian Kent
· 9 years ago
aa330dd
autofs4: fix coding style problem in autofs4_get_set_timeout()
by Ian Kent
· 9 years ago
e9a7c2f
autofs4: coding style fixes
by Ian Kent
· 9 years ago
de4acda
autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()
by Al Viro
· 9 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
76bf3f6
autofs4: Wrong format for printing dentry
by Rasmus Villemoes
· 10 years ago
a455589
assorted conversions to %p[dD]
by Al Viro
· 10 years ago
946e51f
move d_rcu from overlapping d_child to overlapping d_alias
by Al Viro
· 10 years ago
ef16cc5
autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.
by NeilBrown
· 10 years ago
23bfc2a
autofs4: allow RCU-walk to walk through autofs4
by NeilBrown
· 10 years ago
3b97dd0
autofs4: comment typo: remove a a doubled word
by NeilBrown
· 10 years ago
668128e
autofs4: don't take spinlock when not needed in autofs4_lookup_expiring
by NeilBrown
· 10 years ago
6b6751f
autofs: fix lockref lookup
by Ian Kent
· 10 years ago
c24930a
autofs: use IS_ROOT to replace root dentry checks
by Rui Xiang
· 11 years ago
84d08fa
helper for reading ->d_count
by Al Viro
· 11 years ago
5f99f4e
[readdir] switch dcache_readdir() users to ->iterate()
by Al Viro
· 11 years ago
9548298
autofs - fix sparse warning for autofs4_d_manage()
by Claudiu Ghioc
· 12 years ago
9d8072e
autofs - Fix sparse warning: context imbalance in autofs4_d_automount() different lock contexts for basic block
by Peter Huewe
· 12 years ago
4173581
fs: change return values from -EACCES to -EPERM
by Zhao Hongjiang
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
0259cb0
autofs4 - use simple_empty() for empty directory check
by Ian Kent
· 12 years ago
f55fb0c
autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mount
by Ian Kent
· 12 years ago
49999ab
autofs4 - fix reset pending flag on mount fail
by Ian Kent
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
c7427d2
autofs4: bogus dentry_unhash() added in ->unlink()
by Al Viro
· 13 years ago
79bf7c7
vfs: push dentry_unhash on rmdir into file systems
by Sage Weil
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
e785472
autofs4 - remove autofs4_lock
by Ian Kent
· 14 years ago
83fb96b
autofs4 - fix d_manage() return on rcu-walk
by Ian Kent
· 14 years ago
3c31998
autofs4 - reinstate last used update on access
by Ian Kent
· 14 years ago
1aed3e4
lose 'mounting_here' argument in ->d_manage()
by Al Viro
· 14 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
5a37db3
autofs4: mkdir and symlink always get a dentry that had passed lookup
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
292c5ee
autofs4: keep symlink body in inode->i_private
by Al Viro
· 14 years ago
c0bcc9d
autofs4 - fix debug print in autofs4_lookup()
by Ian Kent
· 14 years ago
b650c85
autofs4: Merge the remaining dentry ops tables
by David Howells
· 14 years ago
ab90911
Allow d_manage() to be used in RCU-walk mode
by David Howells
· 14 years ago
dd89f90
autofs4: Add v4 pseudo direct mount support
by Ian Kent
· 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
8c13a67
autofs4: Remove unused code
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
cc53ce5
Add a dentry op to allow processes to be held during pathwalk transit
by David Howells
· 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
2fd6b7f
fs: dcache scale subdirs
by Nick Piggin
· 14 years ago
b7ab39f
fs: dcache scale dentry refcount
by Nick Piggin
· 14 years ago
de47de7
autofs4 - remove ioctl mutex (bz23142)
by Ian Kent
· 14 years ago
5a44a73
autofs4: Only declare function when CONFIG_COMPAT is defined
by Felipe Contreras
· 14 years ago
00e300e
BKL: Remove BKL from autofs4
by Arnd Bergmann
· 14 years ago
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
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
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
9393bd0
switch follow_down()
by Al Viro
· 16 years ago
8f63aaa8b
autofs4: fix lookup deadlock
by Ian Kent
· 16 years ago
08f1151
constify dentry_operations: autofs, autofs4
by Al Viro
· 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
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
Next »