aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/upcall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2017-11-05coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2015-09-10fs/coda: fix readlink buffer overflowJan Harkes1-3/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick1-1/+1
2014-06-06fs/coda: use __func__Fabian Frederick1-2/+2
2014-06-06fs/coda: logging prefix uniformizationFabian Frederick1-3/+3
2014-06-06fs/coda: replace printk by pr_foo()Fabian Frederick1-7/+7
2013-02-13coda: Restrict coda messages to the initial user namespaceEric W. Biederman1-3/+3
2013-02-13coda: Restrict coda messages to the initial pid namespaceEric W. Biederman1-2/+2
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