UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / autofs4 /
2011-01-18 Al Viroautofs4: clean ->d_release() and autofs4_free_ino() up
2011-01-18 Al Viroautofs4: split autofs4_init_ino()
2011-01-18 Al Viroautofs4: mkdir and symlink always get a dentry that...
2011-01-18 Al Viroautofs4: autofs4_get_inode() doesn't need autofs_info...
2011-01-18 Al Viroautofs4: kill ->size in autofs_info
2011-01-18 Al Viroautofs4: pass mode to autofs4_get_inode() explicitly
2011-01-18 Al Viroautofs4: autofs4_mkroot() is not different from autofs4...
2011-01-18 Al Viroautofs4: keep symlink body in inode->i_private
2011-01-18 Ian Kentautofs4 - fix debug print in autofs4_lookup()
2011-01-18 Ian Kentautofs4 - fix get_next_positive_dentry()
2011-01-16 David Howellsautofs4: Merge the remaining dentry ops tables
2011-01-16 David HowellsAllow d_manage() to be used in RCU-walk mode
2011-01-16 Ian Kentautofs4: Add v4 pseudo direct mount support
2011-01-16 Ian Kentautofs4: Fix wait validation
2011-01-16 Ian Kentautofs4: Clean up autofs4_free_ino()
2011-01-16 Ian Kentautofs4: Clean up dentry operations
2011-01-16 Ian Kentautofs4: Clean up inode operations
2011-01-16 Ian Kentautofs4: Remove unused code
2011-01-16 Ian Kentautofs4: Add d_manage() dentry operation
2011-01-16 Ian Kentautofs4: Add d_automount() dentry operation
2011-01-16 David HowellsAdd a dentry op to allow processes to be held during...
2011-01-07 Nick Pigginfs: rcu-walk aware d_revalidate method
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: dcache remove d_mounted
2011-01-07 Nick Pigginfs: dcache remove dcache_lock
2011-01-07 Nick Pigginfs: Use rename lock and RCU for multi-step operations
2011-01-07 Nick Pigginfs: dcache scale subdirs
2011-01-07 Nick Pigginfs: dcache scale d_unhashed
2011-01-07 Nick Pigginfs: dcache scale dentry refcount
2010-12-07 Ian Kentautofs4 - remove ioctl mutex (bz23142)
2010-10-29 Al Viroconvert get_sb_nodev() users
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-10-05 Felipe Contrerasautofs4: Only declare function when CONFIG_COMPAT is...
2010-10-04 Arnd BergmannBKL: Remove BKL from autofs4
2010-08-11 Dan Carpenterautofs4: remove unneeded null check in try_to_fill_dentry()
2010-08-08 Arnd Bergmannautofs/autofs4: Move compat_ioctl handling into fs
2010-05-27 Julia Lawallfs/autofs4: use memdup_user
2010-05-25 Kay Sieversdriver core: add devname module aliases to allow module...
2010-05-22 Frederic Weisbeckerautofs4: Pushdown the bkl from ioctl
2010-05-10 Ian Kentautofs4-2.6.34-rc1 - fix link_count usage
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-03 Al ViroUse kill_litter_super() in autofs4 ->kill_sb()
2010-03-03 Al ViroSanitize autofs_dev_ioctl_ismountpoint()
2010-03-03 Al ViroRevert "autofs4: always use lookup for lookup"
2009-12-16 Ian Kentautofs4: always use lookup for lookup
2009-12-16 Ian Kentautofs4: rename dentry to expiring in autofs4_lookup_ex...
2009-12-16 Ian Kentautofs4: rename dentry to active in autofs4_lookup_active()
2009-12-16 Ian Kentautofs4: eliminate d_unhashed in path walk checks
2009-12-16 Ian Kentautofs4: cleanup active and expire lookup
2009-12-16 Ian Kentautofs4: renamer unhashed to active in autofs4_lookup()
2009-12-16 Ian Kentautofs4: use autofs_info for pending flag
2009-12-16 Ian Kentautofs4: use helper function for need mount check
2009-12-16 Ian Kentautofs4: use helper functions for expiring list
2009-12-16 Ian Kentautofs4: use helper functions for active list handling
2009-09-01 Ian Kentautofs4 - fix missed case when changing to use struct...
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-12 Al Viroswitch follow_down()
2009-06-12 Al Viroswitch follow_up() to struct path
2009-06-12 Al ViroGet rid of path_lookup in autofs4
2009-06-09 Ian Kentautofs4: remove hashed check in validate_wait()
2009-05-02 Ian Kentautofs4: fix incorrect return in autofs4_mount_busy()
2009-04-21 Al Viroautofs4: use memchr() in invalid_string()
2009-04-21 Al ViroFix AUTOFS_DEV_IOCTL_REQUESTER_CMD
2009-04-01 Ian Kentautofs4: fix lookup deadlock
2009-04-01 Ian Kentautofs4: cleanup expire code duplication
2009-03-27 Al Viroconstify dentry_operations: autofs, autofs4
2009-01-22 Alexey Dobriyanfs/Kconfig: move autofs, autofs4 out
2009-01-06 Ian Kentautofs4: fix string validation check order
2009-01-06 Ian Kentautofs4: make autofs type usage explicit
2009-01-06 Ian Kentautofs4: fix var shadowed by local delaration
2009-01-06 Ian Kentautofs4: improve parameter usage
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Pass credentials through dentry_open()
2008-11-13 David HowellsCRED: Wrap task credential accesses in the autofs4...
2008-11-06 Ian Kentautofs4: collect version check return
2008-11-06 Ian Kentautofs4: correct offset mount expire check
2008-10-16 Ian Kentautofs4: add miscellaneous device for ioctls
2008-10-16 Ian Kentautofs4: track uid and gid of last mount requester
2008-10-16 Ian Kentautofs4: cleanup autofs mount type usage
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-08-25 Al Viro[PATCH] fix ->llseek() for a bunch of directories
2008-07-24 Ian Kentautofs4: remove unused ioctls
2008-07-24 Ian Kentautofs4: reorganize expire pending wait function calls
2008-07-24 Ian Kentautofs4: fix direct mount pending expire race - correction
2008-07-24 Ian Kentautofs4: fix direct mount pending expire race
2008-07-24 Ian Kentautofs4: fix indirect mount pending expire race
2008-07-24 Ian Kentautofs4: fix pending checks
2008-07-24 Ian Kentautofs4: cleanup redundant readir code
2008-07-24 Ian Kentautofs4: indirect dentry must almost always be positive
2008-07-24 Ian Kentautofs4: detect invalid direct mount requests
2008-07-24 Ian Kentautofs4: fix waitq memory leak
2008-07-24 Ian Kentautofs4: check kernel communication pipe is valid for...
2008-07-24 Ian Kentautofs4: add missing kfree
2008-07-24 Ian Kentautofs4: fix pending mount race
2008-07-24 Ian Kentautofs4: fix waitq locking
2008-07-24 Jeff Moyerautofs4: use struct qstr in waitq.c
2008-07-24 Ian Kentautofs4: use lookup intent flags to trigger mounts
next