Commit Graph

182 Commits (1094a4a6118019255bf0e4adaa96bb17ccec3a82)

Author SHA1 Message Date
Al Viro b89b12b462 autofs4: clean ->d_release() and autofs4_free_ino() up 14 years ago
Al Viro 26e6c91067 autofs4: split autofs4_init_ino() 14 years ago
Al Viro 5a37db302e autofs4: mkdir and symlink always get a dentry that had passed lookup 14 years ago
Al Viro 726a5e0688 autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore 14 years ago
Al Viro 0bf71d4d00 autofs4: kill ->size in autofs_info 14 years ago
Al Viro 09f12c03fa autofs4: pass mode to autofs4_get_inode() explicitly 14 years ago
Al Viro 14a2f00bde autofs4: autofs4_mkroot() is not different from autofs4_init_ino() 14 years ago
Al Viro 292c5ee802 autofs4: keep symlink body in inode->i_private 14 years ago
Ian Kent c0bcc9d552 autofs4 - fix debug print in autofs4_lookup() 14 years ago
Ian Kent c14cc63a63 autofs4 - fix get_next_positive_dentry() 14 years ago
David Howells b650c858c2 autofs4: Merge the remaining dentry ops tables 14 years ago
David Howells ab90911ff9 Allow d_manage() to be used in RCU-walk mode 14 years ago
Ian Kent dd89f90d2d autofs4: Add v4 pseudo direct mount support 14 years ago
Ian Kent 9e3fea16ba autofs4: Fix wait validation 14 years ago
Ian Kent 6651149371 autofs4: Clean up autofs4_free_ino() 14 years ago
Ian Kent 71e469db24 autofs4: Clean up dentry operations 14 years ago
Ian Kent e61da20a50 autofs4: Clean up inode operations 14 years ago
Ian Kent 8c13a676d5 autofs4: Remove unused code 14 years ago
Ian Kent b5b801779d autofs4: Add d_manage() dentry operation 14 years ago
Ian Kent 10584211e4 autofs4: Add d_automount() dentry operation 14 years ago
David Howells cc53ce53c8 Add a dentry op to allow processes to be held during pathwalk transit 14 years ago
Nick Piggin 34286d6662 fs: rcu-walk aware d_revalidate method 14 years ago
Nick Piggin fb045adb99 fs: dcache reduce branches in lookup path 14 years ago
Nick Piggin 5f57cbcc02 fs: dcache remove d_mounted 14 years ago
Nick Piggin b5c84bf6f6 fs: dcache remove dcache_lock 14 years ago
Nick Piggin 949854d024 fs: Use rename lock and RCU for multi-step operations 14 years ago
Nick Piggin 2fd6b7f507 fs: dcache scale subdirs 14 years ago
Nick Piggin da5029563a fs: dcache scale d_unhashed 14 years ago
Nick Piggin b7ab39f631 fs: dcache scale dentry refcount 14 years ago
Ian Kent de47de7404 autofs4 - remove ioctl mutex (bz23142) 14 years ago
Al Viro 3c26ff6e49 convert get_sb_nodev() users 14 years ago
Christoph Hellwig 85fe4025c6 fs: do not assign default i_ino in new_inode 14 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Felipe Contreras 5a44a73b90 autofs4: Only declare function when CONFIG_COMPAT is defined 15 years ago
Arnd Bergmann 00e300e1b6 BKL: Remove BKL from autofs4 15 years ago
Dan Carpenter 5fc79d85d2 autofs4: remove unneeded null check in try_to_fill_dentry() 15 years ago
Arnd Bergmann c9243f5bdd autofs/autofs4: Move compat_ioctl handling into fs 15 years ago
Julia Lawall 7ca5ca60cb fs/autofs4: use memdup_user 15 years ago
Kay Sievers 578454ff7e driver core: add devname module aliases to allow module on-demand auto-loading 15 years ago
Frederic Weisbecker 3663df70c0 autofs4: Pushdown the bkl from ioctl 15 years ago
Ian Kent f7422464b5 autofs4-2.6.34-rc1 - fix link_count usage 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Al Viro 5b7e934d88 Use kill_litter_super() in autofs4 ->kill_sb() 15 years ago
Al Viro f598f9f125 Sanitize autofs_dev_ioctl_ismountpoint() 15 years ago
Al Viro 4b1ae27a96 Revert "autofs4: always use lookup for lookup" 15 years ago
Ian Kent 213614d583 autofs4: always use lookup for lookup 15 years ago
Ian Kent cb4b492ac7 autofs4: rename dentry to expiring in autofs4_lookup_expiring() 15 years ago
Ian Kent e4d5ade7b5 autofs4: rename dentry to active in autofs4_lookup_active() 15 years ago
Ian Kent c42c7f7e69 autofs4: eliminate d_unhashed in path walk checks 15 years ago
Ian Kent 6510c9d859 autofs4: cleanup active and expire lookup 15 years ago