summaryrefslogtreecommitdiff
path: root/fs/coda
AgeCommit message (Expand)Author
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro
2011-07-20coda_venus_readdir(): use offsetof()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-06-20coda_ioctl_permission() is safe in RCU modeAl Viro
2011-05-28coda: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-03-25codafs: fix build break when CONFIG_PROC_SYSCTL=nRakib Mullick
2011-03-22codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick
2011-03-17fs: change to new flag variablematt mooney
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