aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/psdev.c
Commit message (Expand)AuthorAgeFilesLines
* take coda-private headers out of include/linuxAl Viro2011-01-121-2/+2
* Coda: replace BKL with mutexYoshihisa Abe2010-10-251-11/+17
* Coda: push BKL regions into coda_upcall()Yoshihisa Abe2010-10-251-11/+2
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | Coda: mount hangs because of missed REQ_WRITE renameJan Harkes2010-09-191-2/+2
|/
* coda: fixup clash with block layer REQ_* definesJens Axboe2010-08-071-6/+6
* coda/psdev: Remove BKL from ioctl functionArnd Bergmann2010-05-171-3/+2
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* Switch to a valid email address...Alan Cox2008-10-271-1/+1
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+2
* coda: remove CODA_FS_OLD_APIAdrian Bunk2008-07-251-4/+0
* device create: coda: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+3
* coda: convert struct class_device to struct deviceKay Sievers2008-01-241-4/+4
* coda: update module informationJan Harkes2007-07-191-9/+8
* coda: remove statistics counters from /proc/fs/codaJan Harkes2007-07-191-1/+0
* coda: replace upc_alloc/upc_free with kmalloc/kfreeJan Harkes2007-07-191-4/+2
* coda: cleanup /dev/cfs open and close handlingJan Harkes2007-07-191-31/+30
* coda: do not grab an uninitialized fd when the open upcall returns an errorJan Harkes2007-07-191-1/+2
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-8/+2
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-10/+1
* [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] use list_add_tail() instead of list_add()Akinobu Mita2006-06-261-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] fs/coda/: proper prototypesAdrian Bunk2006-03-241-7/+2
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-2/+2
* [PATCH] class: convert the remaining class_simple users in the kernel to usee...gregkh@suse.de2005-06-201-9/+9
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+462