aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-22coda: add bdi backing to mount sessionJens Axboe1-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-3/+3
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman1-4/+0
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-0/+1
2009-05-11splice: implement default splice_read methodMiklos Szeredi1-3/+6
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-1/+1
2009-01-22fs/Kconfig: move coda outAlexey Dobriyan1-0/+21
2009-01-08coda: fix fs/coda/sysctl.c build warnings when !CONFIG_SYSCTLRichard A. Holden III1-1/+4
2009-01-05add a vfs_fsync helperChristoph Hellwig1-10/+2
2008-11-20coda: fix creds referenceRandy Dunlap1-0/+1
2008-11-14CRED: Use creds in file structsDavid Howells1-1/+1
2008-11-14CRED: Wrap task credential accesses in the Coda filesystemDavid Howells2-4/+4
2008-10-27Switch to a valid email address...Alan Cox1-1/+1
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi2-1/+4
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+2
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-7/+7
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro2-5/+5
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25coda: remove CODA_FS_OLD_APIAdrian Bunk3-22/+3
2008-07-21device create: coda: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-04-29codafs: fix build warningAndrew Morton1-1/+1
2008-04-29coda: add static to functions in dir.cHarvey Harrison1-3/+3
2008-02-14Introduce path_put()Jan Blunck1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-1/+1
2008-01-24coda: convert struct class_device to struct deviceKay Sievers1-4/+4
2007-10-19pid namespaces: round up the APIPavel Emelianov1-1/+1
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-07-21coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes3-108/+7
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-19coda breakageAl Viro2-14/+14
2007-07-19coda: update module informationJan Harkes1-9/+8
2007-07-19coda: remove statistics counters from /proc/fs/codaJan Harkes7-252/+15
2007-07-19coda: remove struct coda_sb_infoJan Harkes3-69/+47
2007-07-19coda: cleanup downcall handlerJan Harkes1-65/+54
2007-07-19coda: cleanup coda_lookup, use dsplice_aliasJan Harkes1-35/+22
2007-07-19coda: ignore returned values when upcalls return errorsJan Harkes1-32/+27
2007-07-19coda: replace upc_alloc/upc_free with kmalloc/kfreeJan Harkes2-11/+6
2007-07-19coda: avoid lockdep warning in coda_readdirJan Harkes1-44/+54
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 Harkes2-38/+32
2007-07-19coda: use ilookup5Jan Harkes1-6/+1
2007-07-19coda: coda doesn't track atimeJan Harkes1-8/+8
2007-07-19coda: allow removal of busy directoriesJan Harkes1-14/+9
2007-07-19coda: fix nlink updates for directoriesJan Harkes1-46/+60
2007-07-19coda: correctly invalidate cached access rightsJan Harkes1-1/+1
2007-07-19coda: do not grab an uninitialized fd when the open upcall returns an errorJan Harkes3-8/+12
2007-07-15wrong order of arguments of ->readdir()Al Viro1-1/+1