aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/inode.c
AgeCommit message (Expand)Author
2012-04-29USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-20usbfs: kill racy detection of simple_pin_fs()Al Viro
2012-03-20tidy up after d_make_root() conversionAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03usbfs: propagate umode_tAl Viro
2012-01-03vfs: live vfsmounts never have NULL ->mnt_sbAl Viro
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro
2011-06-03usb: remove bad dput after dentry_unhashSage Weil
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale subdirsNick Piggin
2011-01-07fs: dcache scale d_unhashedNick Piggin
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-29convert get_sb_single() usersAl Viro
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-08-10USB-BKL: Remove lock_kernel in usbfs update_sb()Andi Kleen
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro
2010-04-30USB: fix testing the wrong variable in fs_create_by_name()Dan Carpenter
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-01-27USB: fix char-device disconnect handlingAlan Stern
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-11-14CRED: Wrap task credential accesses in the USB driverDavid Howells
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-07-21usbfs: send disconnect signals when device is unregisteredAlan Stern
2008-04-29proc: remove proc_busAlexey Dobriyan
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-01USB: mount options: fix usbfsMiklos Szeredi
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers
2006-12-08[PATCH] struct path: convert usbJosef Sipek
2006-10-02[PATCH] usb: fixup usb so it uses struct pidEric W. Biederman
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o
2006-07-12[PATCH] usbfs: use the correct signal number for disconnectionZoran Marceta
2006-07-03[PATCH] lockdep: annotate USBFSArjan van de Ven
2006-07-03[PATCH] lockdep: annotate i_mutexIngo Molnar
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-06-30[PATCH] SELinux: update USB code with new kill_proc_info_as_uidDavid Quigley
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust