aboutsummaryrefslogtreecommitdiff
path: root/fs/coda
AgeCommit message (Expand)Author
2013-04-09lift sb_start_write() out of ->write()Al Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-13coda: Cache permisions in struct coda_inode_info in a kuid_t.Eric W. Biederman
2013-02-13coda: Restrict coda messages to the initial user namespaceEric W. Biederman
2013-02-13coda: Restrict coda messages to the initial pid namespaceEric W. Biederman
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch coda get_device_index() to fget_light()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-07-14coda: use list_for_each_entryAl Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
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