summaryrefslogtreecommitdiffstats
path: root/fs/coda/upcall.c
Commit message (Expand)AuthorAgeFilesLines
* coda: add hinting support for partial file cachingPedro Cuadra2019-07-171-12/+58
* coda: use SIZE() for statFabian Frederick2019-07-171-1/+1
* coda: move internal defs out of include/linux/ [ver #2]David Howells2019-07-171-1/+1
* coda: get rid of CODA_FREE()Dan Carpenter2019-07-171-18/+18
* coda: get rid of CODA_ALLOC()Dan Carpenter2019-07-171-2/+2
* coda: potential buffer overflow in coda_psdev_write()Jan Harkes2019-07-171-1/+33
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-2/+1Star
|\
| * coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes2017-11-061-2/+1Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* fs/coda: fix readlink buffer overflowJan Harkes2015-09-101-3/+3
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-091-1/+1
* fs/coda: use __func__Fabian Frederick2014-06-071-2/+2
* fs/coda: logging prefix uniformizationFabian Frederick2014-06-071-3/+3
* fs/coda: replace printk by pr_foo()Fabian Frederick2014-06-071-7/+7
* coda: Restrict coda messages to the initial user namespaceEric W. Biederman2013-02-131-3/+3
* coda: Restrict coda messages to the initial pid namespaceEric W. Biederman2013-02-131-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* take coda-private headers out of include/linuxAl Viro2011-01-131-3/+2Star
* Coda: replace BKL with mutexYoshihisa Abe2010-10-251-31/+40
* Coda: push BKL regions into coda_upcall()Yoshihisa Abe2010-10-251-10/+22
* coda: fixup clash with block layer REQ_* definesJens Axboe2010-08-071-6/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* CRED: Wrap task credential accesses in the Coda filesystemDavid Howells2008-11-141-1/+1
* coda: remove CODA_FS_OLD_APIAdrian Bunk2008-07-251-14/+1Star
* pid namespaces: round up the APIPavel Emelianov2007-10-191-1/+1
* coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes2007-07-221-48/+1Star
* coda breakageAl Viro2007-07-201-5/+5
* coda: remove statistics counters from /proc/fs/codaJan Harkes2007-07-191-1/+2
* coda: remove struct coda_sb_infoJan Harkes2007-07-191-41/+38Star
* coda: cleanup downcall handlerJan Harkes2007-07-191-65/+54Star
* coda: ignore returned values when upcalls return errorsJan Harkes2007-07-191-32/+27Star
* coda: replace upc_alloc/upc_free with kmalloc/kfreeJan Harkes2007-07-191-7/+4Star
* coda: block signals during upcall processingJan Harkes2007-07-191-21/+60
* coda: cleanup for upcall handling pathJan Harkes2007-07-191-63/+58Star
* coda: cleanup /dev/cfs open and close handlingJan Harkes2007-07-191-7/+2Star
* coda: do not grab an uninitialized fd when the open upcall returns an errorJan Harkes2007-07-191-5/+5
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-1/+1
* [PATCH] use list_add_tail() instead of list_add()Akinobu Mita2006-06-261-1/+1
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+914