aboutsummaryrefslogtreecommitdiff
path: root/fs/coda
AgeCommit message (Expand)Author
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-05-11splice: implement default splice_read methodMiklos Szeredi
2009-03-27constify dentry_operations: misc filesystemsAl Viro
2009-01-22fs/Kconfig: move coda outAlexey Dobriyan
2009-01-08coda: fix fs/coda/sysctl.c build warnings when !CONFIG_SYSCTLRichard A. Holden III
2009-01-05add a vfs_fsync helperChristoph Hellwig
2008-11-20coda: fix creds referenceRandy Dunlap
2008-11-14CRED: Use creds in file structsDavid Howells
2008-11-14CRED: Wrap task credential accesses in the Coda filesystemDavid Howells
2008-10-27Switch to a valid email address...Alan Cox
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25coda: remove CODA_FS_OLD_APIAdrian Bunk
2008-07-21device create: coda: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-04-29codafs: fix build warningAndrew Morton
2008-04-29coda: add static to functions in dir.cHarvey Harrison
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-01-24coda: convert struct class_device to struct deviceKay Sievers
2007-10-19pid namespaces: round up the APIPavel Emelianov
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-07-21coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19coda breakageAl Viro
2007-07-19coda: update module informationJan Harkes
2007-07-19coda: remove statistics counters from /proc/fs/codaJan Harkes
2007-07-19coda: remove struct coda_sb_infoJan Harkes
2007-07-19coda: cleanup downcall handlerJan Harkes
2007-07-19coda: cleanup coda_lookup, use dsplice_aliasJan Harkes
2007-07-19coda: ignore returned values when upcalls return errorsJan Harkes
2007-07-19coda: replace upc_alloc/upc_free with kmalloc/kfreeJan Harkes
2007-07-19coda: avoid lockdep warning in coda_readdirJan Harkes
2007-07-19coda: block signals during upcall processingJan Harkes
2007-07-19coda: cleanup for upcall handling pathJan Harkes
2007-07-19coda: cleanup /dev/cfs open and close handlingJan Harkes
2007-07-19coda: use ilookup5Jan Harkes
2007-07-19coda: coda doesn't track atimeJan Harkes
2007-07-19coda: allow removal of busy directoriesJan Harkes
2007-07-19coda: fix nlink updates for directoriesJan Harkes
2007-07-19coda: correctly invalidate cached access rightsJan Harkes
2007-07-19coda: do not grab an uninitialized fd when the open upcall returns an errorJan Harkes
2007-07-15wrong order of arguments of ->readdir()Al Viro
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-05-21Detach sched.h from mm.hAlexey Dobriyan