aboutsummaryrefslogtreecommitdiff
path: root/fs/coda/upcall.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-10fs/coda: fix readlink buffer overflowGravatar Jan Harkes 1-3/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2014-08-08fs/coda: use linux/uaccess.hGravatar Fabian Frederick 1-1/+1
2014-06-06fs/coda: use __func__Gravatar Fabian Frederick 1-2/+2
2014-06-06fs/coda: logging prefix uniformizationGravatar Fabian Frederick 1-3/+3
2014-06-06fs/coda: replace printk by pr_foo()Gravatar Fabian Frederick 1-7/+7
2013-02-13coda: Restrict coda messages to the initial user namespaceGravatar Eric W. Biederman 1-3/+3
2013-02-13coda: Restrict coda messages to the initial pid namespaceGravatar Eric W. Biederman 1-2/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-01-12take coda-private headers out of include/linuxGravatar Al Viro 1-3/+2
2010-10-25Coda: replace BKL with mutexGravatar Yoshihisa Abe 1-31/+40
2010-10-25Coda: push BKL regions into coda_upcall()Gravatar Yoshihisa Abe 1-10/+22
2010-08-07coda: fixup clash with block layer REQ_* definesGravatar Jens Axboe 1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-11-14CRED: Wrap task credential accesses in the Coda filesystemGravatar David Howells 1-1/+1
2008-07-25coda: remove CODA_FS_OLD_APIGravatar Adrian Bunk 1-14/+1
2007-10-19pid namespaces: round up the APIGravatar Pavel Emelianov 1-1/+1
2007-07-21coda: remove CODA_STORE/CODA_RELEASE upcallsGravatar Jan Harkes 1-48/+1
2007-07-19coda breakageGravatar Al Viro 1-5/+5
2007-07-19coda: remove statistics counters from /proc/fs/codaGravatar Jan Harkes 1-1/+2
2007-07-19coda: remove struct coda_sb_infoGravatar Jan Harkes 1-41/+38
2007-07-19coda: cleanup downcall handlerGravatar Jan Harkes 1-65/+54
2007-07-19coda: ignore returned values when upcalls return errorsGravatar Jan Harkes 1-32/+27
2007-07-19coda: replace upc_alloc/upc_free with kmalloc/kfreeGravatar Jan Harkes 1-7/+4
2007-07-19coda: block signals during upcall processingGravatar Jan Harkes 1-21/+60
2007-07-19coda: cleanup for upcall handling pathGravatar Jan Harkes 1-63/+58
2007-07-19coda: cleanup /dev/cfs open and close handlingGravatar Jan Harkes 1-7/+2
2007-07-19coda: do not grab an uninitialized fd when the open upcall returns an errorGravatar Jan Harkes 1-5/+5
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-1/+1
2006-06-26[PATCH] use list_add_tail() instead of list_add()Gravatar Akinobu Mita 1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryGravatar David Howells 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+914