aboutsummaryrefslogtreecommitdiff
path: root/fs/coda
AgeCommit message (Expand)AuthorFilesLines
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-03-20coda: clean failure exits in coda_fill_super()Gravatar Al Viro 1-4/+1
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Gravatar Al Viro 4-31/+27
2012-01-10coda: deal correctly with allocation failure from coda_cnode_makectl()Gravatar Al Viro 3-15/+12
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-1/+1
2011-09-15fs: Convert vmalloc/memset to vzallocGravatar Joe Perches 1-3/+2
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