aboutsummaryrefslogtreecommitdiff
path: root/fs/coda
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 2-2/+8
2011-07-20don't open-code parent_ino() in assorted ->readdir()Gravatar Al Viro 1-1/+1
2011-07-20coda_venus_readdir(): use offsetof()Gravatar Al Viro 1-2/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 3-5/+5
2011-06-20coda_ioctl_permission() is safe in RCU modeGravatar Al Viro 1-2/+0
2011-05-28coda: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-03-25codafs: fix build break when CONFIG_PROC_SYSCTL=nGravatar Rakib Mullick 1-0/+9
2011-03-22codafs: fix compile warning when CONFIG_SYSCTL=nGravatar Rakib Mullick 1-7/+1
2011-03-17fs: change to new flag variableGravatar matt mooney 1-1/+1
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 13-27/+200
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2011-01-12take coda-private headers out of include/linuxGravatar Al Viro 13-24/+198
2011-01-12switch codaGravatar Al Viro 2-3/+2
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 2-3/+8
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-1/+6
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-2/+0
2011-01-07fs: dcache scale subdirsGravatar Nick Piggin 1-0/+2
2011-01-07fs: dcache scale dentry refcountGravatar Nick Piggin 1-1/+1
2011-01-07fs: change d_delete semanticsGravatar Nick Piggin 1-2/+2
2010-12-10coda: kill redundant cast in coda_alloc_inode()Gravatar Jesper Juhl 1-1/+1
2010-10-29convert get_sb_nodev() usersGravatar Al Viro 1-4/+4
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-25Coda: replace BKL with mutexGravatar Yoshihisa Abe 3-50/+68
2010-10-25Coda: push BKL regions into coda_upcall()Gravatar Yoshihisa Abe 7-189/+95
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Gravatar Yoshihisa Abe 5-12/+44
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-0/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 2-0/+2
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-1/+7
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameGravatar Jan Harkes 1-2/+2
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-12/+12
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-3/+5
2010-08-07coda: fixup clash with block layer REQ_* definesGravatar Jens Axboe 2-12/+12
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 2-4/+3
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Linus Torvalds 2-38/+43
2010-05-21sanitize vfs_fsync calling conventionsGravatar Christoph Hellwig 1-1/+1
2010-05-17coda: Clean-up whitespace problems in pioctl.cGravatar John Kacur 1-18/+17
2010-05-17coda: BKL ioctl pushdownGravatar John Kacur 1-17/+24
2010-05-17coda/psdev: Remove BKL from ioctl functionGravatar Arnd Bergmann 1-3/+2
2010-04-22coda: add bdi backing to mount sessionGravatar Jens Axboe 1-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 4-0/+4
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-3/+3
2009-11-12sysctl fs: Remove dead binary sysctl supportGravatar Eric W. Biederman 1-4/+0
2009-10-04headers: remove sched.h from poll.hGravatar Alexey Dobriyan 1-0/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-0/+1
2009-05-11splice: implement default splice_read methodGravatar Miklos Szeredi 1-3/+6
2009-03-27constify dentry_operations: misc filesystemsGravatar Al Viro 1-1/+1