aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-08-10USB-BKL: Remove lock_kernel in usbfs update_sb()Andi Kleen1-4/+0
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro1-0/+1
2010-04-30USB: fix testing the wrong variable in fs_create_by_name()Dan Carpenter1-2/+2
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-2/+1
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+5
2009-01-27USB: fix char-device disconnect handlingAlan Stern1-1/+0
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2008-11-14CRED: Wrap task credential accesses in the USB driverDavid Howells1-2/+2
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman1-6/+6
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman1-2/+4
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-21usbfs: send disconnect signals when device is unregisteredAlan Stern1-15/+1
2008-04-29proc: remove proc_busAlexey Dobriyan1-2/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-01USB: mount options: fix usbfsMiklos Szeredi1-6/+36
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers1-1/+1
2006-12-08[PATCH] struct path: convert usbJosef Sipek1-2/+2
2006-10-02[PATCH] usb: fixup usb so it uses struct pidEric W. Biederman1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-3/+4
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-3/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-3/+3
2006-07-12[PATCH] usbfs: use the correct signal number for disconnectionZoran Marceta1-1/+1
2006-07-03[PATCH] lockdep: annotate USBFSArjan van de Ven1-1/+1
2006-07-03[PATCH] lockdep: annotate i_mutexIngo Molnar1-1/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+0
2006-06-30[PATCH] SELinux: update USB code with new kill_proc_info_as_uidDavid Quigley1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-3/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-14/+14
2006-01-08[PATCH] shrink dentry structEric Dumazet1-3/+3
2005-11-17[PATCH] usbfs: usbfs_dir_inode_operations cleanupOGAWA Hirofumi1-6/+1
2005-10-28[PATCH] USB: convert usbfs/inode.c to use usb notifiersGreg Kroah-Hartman1-13/+31
2005-10-10Use the new "kill_proc_info_as_uid()" for USB disconnect tooLinus Torvalds1-1/+1
2005-09-08[PATCH] USB: real nodes instead of usbfsKay Sievers1-8/+1
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig1-12/+1
2005-04-18[PATCH] USB: fix up some sparse warnings about static functions that aren't static.Greg KH1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+764