aboutsummaryrefslogtreecommitdiff
path: root/fs/coda
AgeCommit message (Expand)Author
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20coda: clean failure exits in coda_fill_super()Al Viro
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro
2012-01-10coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-09-15fs: Convert vmalloc/memset to vzallocJoe Perches
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