aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Remove all #inclusions of asm/system.hDavid Howells3-3/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20coda: clean failure exits in coda_fill_super()Al Viro1-4/+1
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro4-31/+27
2012-01-10coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro3-15/+12
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-09-15fs: Convert vmalloc/memset to vzallocJoe Perches1-3/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-2/+8
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro1-1/+1
2011-07-20coda_venus_readdir(): use offsetof()Al Viro1-2/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro3-5/+5
2011-06-20coda_ioctl_permission() is safe in RCU modeAl Viro1-2/+0
2011-05-28coda: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-25codafs: fix build break when CONFIG_PROC_SYSCTL=nRakib Mullick1-0/+9
2011-03-22codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick1-7/+1
2011-03-17fs: change to new flag variablematt mooney1-1/+1
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds13-27/+200
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-12take coda-private headers out of include/linuxAl Viro13-24/+198
2011-01-12switch codaAl Viro2-3/+2
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-3/+8
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: dcache scale subdirsNick Piggin1-0/+2
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-12-10coda: kill redundant cast in coda_alloc_inode()Jesper Juhl1-1/+1
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25Coda: replace BKL with mutexYoshihisa Abe3-50/+68
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe7-189/+95
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe5-12/+44
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+2
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameJan Harkes1-2/+2
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-12/+12
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-3/+5
2010-08-07coda: fixup clash with block layer REQ_* definesJens Axboe2-12/+12
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-4/+3
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2-38/+43
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-1/+1
2010-05-17coda: Clean-up whitespace problems in pioctl.cJohn Kacur1-18/+17
2010-05-17coda: BKL ioctl pushdownJohn Kacur1-17/+24
2010-05-17coda/psdev: Remove BKL from ioctl functionArnd Bergmann1-3/+2
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 imp...Tejun 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
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
2007-02-11[PATCH] seq_file conversion: codaAlexey Dobriyan1-37/+39
2006-12-08[PATCH] struct path: convert codaJosef Sipek3-12/+12
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-2/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-2/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-1/+1
2006-07-31[PATCH] Remove incorrect unlock_kernel from allocation failure path in coda_o...Josh Triplett1-3/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-20/+3
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-8/+2
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-10/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] use list_add_tail() instead of list_add()Akinobu Mita2-2/+2
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2-5/+5
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven4-4/+4
2006-03-24BUG_ON() Conversion in fs/coda/Eric Sesterhenn2-3/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-24[PATCH] fs/coda/: proper prototypesAdrian Bunk5-8/+21
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2-6/+6
2006-01-08[PATCH] shrink dentry structEric Dumazet1-1/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-2/+2
2005-06-20[PATCH] class: convert the remaining class_simple users in the kernel to usee...gregkh@suse.de1-9/+9
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds12-0/+3606