aboutsummaryrefslogtreecommitdiff
path: root/fs/coda
AgeCommit message (Expand)Author
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-12take coda-private headers out of include/linuxAl Viro
2011-01-12switch codaAl Viro
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale subdirsNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-12-10coda: kill redundant cast in coda_alloc_inode()Jesper Juhl
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-25new helper: ihold()Al Viro
2010-10-25Coda: replace BKL with mutexYoshihisa Abe
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameJan Harkes
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-08-07coda: fixup clash with block layer REQ_* definesJens Axboe
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig
2010-05-17coda: Clean-up whitespace problems in pioctl.cJohn Kacur
2010-05-17coda: BKL ioctl pushdownJohn Kacur
2010-05-17coda/psdev: Remove BKL from ioctl functionArnd Bergmann
2010-04-22coda: add bdi backing to mount sessionJens Axboe
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
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