aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-5/+6
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-1/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: C99 convert coda ctl_tables and remove binary sysctlsEric W. Biederman1-10/+48
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven4-4/+4