index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-20
usbfs: kill racy detection of simple_pin_fs()
Al Viro
1
-9
/
+1
2012-03-20
tidy up after d_make_root() conversion
Al Viro
1
-4
/
+2
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-8
/
+1
2012-01-06
vfs: switch ->show_options() to struct dentry *
Al Viro
1
-1
/
+1
2012-01-03
usbfs: propagate umode_t
Al Viro
1
-10
/
+8
2012-01-03
vfs: live vfsmounts never have NULL ->mnt_sb
Al Viro
1
-3
/
+2
2012-01-03
vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root
Al Viro
1
-3
/
+3
2011-06-03
usb: remove bad dput after dentry_unhash
Sage Weil
1
-1
/
+0
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
1
-3
/
+0
2011-01-07
fs: dcache scale subdirs
Nick Piggin
1
-3
/
+5
2011-01-07
fs: dcache scale d_unhashed
Nick Piggin
1
-0
/
+3
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-10-29
convert get_sb_single() users
Al Viro
1
-4
/
+4
2010-10-25
fs: do not assign default i_ino in new_inode
Christoph Hellwig
1
-0
/
+1
2010-08-10
USB-BKL: Remove lock_kernel in usbfs update_sb()
Andi Kleen
1
-4
/
+0
2010-05-20
USB: make hcd.h public (drivers dependency)
Eric Lescouet
1
-1
/
+1
2010-05-15
Fix the regression created by "set S_DEAD on unlink()..." commit
Al Viro
1
-0
/
+1
2010-04-30
USB: fix testing the wrong variable in fs_create_by_name()
Dan Carpenter
1
-2
/
+2
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
1
-2
/
+1
2009-06-11
Push BKL down into ->remount_fs()
Alessio Igor Bogani
1
-0
/
+5
2009-01-27
USB: fix char-device disconnect handling
Alan Stern
1
-1
/
+0
2009-01-05
zero i_uid/i_gid on inode allocation
Al Viro
1
-1
/
+0
2008-11-14
CRED: Wrap task credential accesses in the USB driver
David Howells
1
-2
/
+2
2008-10-17
USB: remove err() macro from usb core code
Greg Kroah-Hartman
1
-6
/
+6
2008-10-17
USB: remove warn() macro from usb drivers
Greg Kroah-Hartman
1
-2
/
+4
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
1
-1
/
+1
2008-07-21
usbfs: send disconnect signals when device is unregistered
Alan Stern
1
-15
/
+1
2008-04-29
proc: remove proc_bus
Alexey Dobriyan
1
-2
/
+2
2008-04-24
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-2
/
+2
2008-02-01
USB: mount options: fix usbfs
Miklos Szeredi
1
-6
/
+36
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-04-27
USB: make usbdevices export their device nodes instead of using a separate class
Kay Sievers
1
-1
/
+1
2006-12-08
[PATCH] struct path: convert usb
Josef Sipek
1
-2
/
+2
2006-10-02
[PATCH] usb: fixup usb so it uses struct pid
Eric W. Biederman
1
-1
/
+1
2006-10-01
[PATCH] r/o bind mount prepwork: inc_nlink() helper
Dave Hansen
1
-2
/
+2
2006-10-01
[PATCH] r/o bind mounts: unlink: monitor i_nlink
Dave Hansen
1
-3
/
+4
2006-09-27
USB: Make file operations structs in drivers/usb const.
Luiz Fernando N. Capitulino
1
-3
/
+3
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
1
-1
/
+0
2006-09-27
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
Theodore Ts'o
1
-3
/
+3
2006-07-12
[PATCH] usbfs: use the correct signal number for disconnection
Zoran Marceta
1
-1
/
+1
2006-07-03
[PATCH] lockdep: annotate USBFS
Arjan van de Ven
1
-1
/
+1
2006-07-03
[PATCH] lockdep: annotate i_mutex
Ingo Molnar
1
-1
/
+1
2006-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+0
2006-06-30
[PATCH] SELinux: update USB code with new kill_proc_info_as_uid
David Quigley
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-24
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
1
-3
/
+3
2006-06-23
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
1
-3
/
+3
2006-06-09
VFS: Unexport do_kern_mount() and clean up simple_pin_fs()
Trond Myklebust
1
-1
/
+1
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-14
/
+14
2006-01-08
[PATCH] shrink dentry struct
Eric Dumazet
1
-3
/
+3
[next]