aboutsummaryrefslogtreecommitdiff
path: root/fs/coda/psdev.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-12take coda-private headers out of include/linuxGravatar Al Viro 1-2/+2
2010-10-25Coda: replace BKL with mutexGravatar Yoshihisa Abe 1-11/+17
2010-10-25Coda: push BKL regions into coda_upcall()Gravatar Yoshihisa Abe 1-11/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameGravatar Jan Harkes 1-2/+2
2010-08-07coda: fixup clash with block layer REQ_* definesGravatar Jens Axboe 1-6/+6
2010-05-17coda/psdev: Remove BKL from ioctl functionGravatar Arnd Bergmann 1-3/+2
2009-10-04headers: remove sched.h from poll.hGravatar Alexey Dobriyan 1-0/+1
2008-10-27Switch to a valid email address...Gravatar Alan Cox 1-1/+1
2008-10-16device create: misc: convert device_create_drvdata to device_createGravatar Greg Kroah-Hartman 1-3/+2
2008-07-25coda: remove CODA_FS_OLD_APIGravatar Adrian Bunk 1-4/+0
2008-07-21device create: coda: convert device_create to device_create_drvdataGravatar Greg Kroah-Hartman 1-2/+3
2008-01-24coda: convert struct class_device to struct deviceGravatar Kay Sievers 1-4/+4
2007-07-19coda: update module informationGravatar Jan Harkes 1-9/+8
2007-07-19coda: remove statistics counters from /proc/fs/codaGravatar Jan Harkes 1-1/+0
2007-07-19coda: replace upc_alloc/upc_free with kmalloc/kfreeGravatar Jan Harkes 1-4/+2
2007-07-19coda: cleanup /dev/cfs open and close handlingGravatar Jan Harkes 1-31/+30
2007-07-19coda: do not grab an uninitialized fd when the open upcall returns an errorGravatar Jan Harkes 1-1/+2
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGravatar Greg Kroah-Hartman 1-8/+2
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGravatar Greg Kroah-Hartman 1-10/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGravatar Greg Kroah-Hartman 1-1/+0
2006-06-26[PATCH] use list_add_tail() instead of list_add()Gravatar Akinobu Mita 1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-24[PATCH] fs/coda/: proper prototypesGravatar Adrian Bunk 1-7/+2
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Gravatar Greg Kroah-Hartman 1-2/+2
2005-06-20[PATCH] class: convert the remaining class_simple users in the kernel to usee...Gravatar gregkh@suse.de 1-9/+9
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+462