aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/upcall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-01-12take coda-private headers out of include/linuxAl Viro1-3/+2
2010-10-25Coda: replace BKL with mutexYoshihisa Abe1-31/+40
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe1-10/+22
2010-08-07coda: fixup clash with block layer REQ_* definesJens Axboe1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-11-14CRED: Wrap task credential accesses in the Coda filesystemDavid Howells1-1/+1
2008-07-25coda: remove CODA_FS_OLD_APIAdrian Bunk1-14/+1
2007-10-19pid namespaces: round up the APIPavel Emelianov1-1/+1
2007-07-21coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes1-48/+1
2007-07-19coda breakageAl Viro1-5/+5
2007-07-19coda: remove statistics counters from /proc/fs/codaJan Harkes1-1/+2
2007-07-19coda: remove struct coda_sb_infoJan Harkes1-41/+38
2007-07-19coda: cleanup downcall handlerJan Harkes1-65/+54
2007-07-19coda: ignore returned values when upcalls return errorsJan Harkes1-32/+27
2007-07-19coda: replace upc_alloc/upc_free with kmalloc/kfreeJan Harkes1-7/+4
2007-07-19coda: block signals during upcall processingJan Harkes1-21/+60
2007-07-19coda: cleanup for upcall handling pathJan Harkes1-63/+58
2007-07-19coda: cleanup /dev/cfs open and close handlingJan Harkes1-7/+2
2007-07-19coda: do not grab an uninitialized fd when the open upcall returns an errorJan Harkes1-5/+5
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2006-06-26[PATCH] use list_add_tail() instead of list_add()Akinobu Mita1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+914