aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda
Commit message (Expand)AuthorAge
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-08
* coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-06
* fs/coda: use __func__Fabian Frederick2014-06-06
* fs/coda: logging prefix uniformizationFabian Frederick2014-06-06
* fs/coda: replace printk by pr_foo()Fabian Frederick2014-06-06
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* | fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick2014-04-03
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* coda_revalidate_inode(): switch to passing inode...Al Viro2013-11-09
* file->f_op is never NULL...Al Viro2013-10-24
* helper for reading ->d_countAl Viro2013-07-05
* coda: don't bother with find_inode_number()Al Viro2013-06-29
* [readdir] convert codaAl Viro2013-06-29
* [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-29
* lift sb_start_write() out of ->write()Al Viro2013-04-09
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | coda: Cache permisions in struct coda_inode_info in a kuid_t.Eric W. Biederman2013-02-13
* | coda: Restrict coda messages to the initial user namespaceEric W. Biederman2013-02-13
* | coda: Restrict coda messages to the initial pid namespaceEric W. Biederman2013-02-13
|/
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* switch simple cases of fget_light to fdgetAl Viro2012-09-26
* switch coda get_device_index() to fget_light()Al Viro2012-09-26
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* coda: use list_for_each_entryAl Viro2012-07-14
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* coda: clean failure exits in coda_fill_super()Al Viro2012-03-20
* coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro2012-01-10
* coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro2012-01-10
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* fs: Convert vmalloc/memset to vzallocJoe Perches2011-09-15
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* don't open-code parent_ino() in assorted ->readdir()Al Viro2011-07-20
* coda_venus_readdir(): use offsetof()Al Viro2011-07-20
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-20
* coda_ioctl_permission() is safe in RCU modeAl Viro2011-06-20
* coda: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* codafs: fix build break when CONFIG_PROC_SYSCTL=nRakib Mullick2011-03-25