summaryrefslogtreecommitdiffstats
path: root/fs/coda
Commit message (Expand)AuthorAgeFilesLines
* coda: don't bother with find_inode_number()Al Viro2013-06-291-7/+1
* [readdir] convert codaAl Viro2013-06-291-58/+19
* [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-291-4/+15
* lift sb_start_write() out of ->write()Al Viro2013-04-091-0/+2
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-264-9/+9
|\
| * new helper: file_inode(file)Al Viro2013-02-224-9/+9
* | coda: Cache permisions in struct coda_inode_info in a kuid_t.Eric W. Biederman2013-02-133-4/+4
* | coda: Restrict coda messages to the initial user namespaceEric W. Biederman2013-02-133-7/+10
* | coda: Restrict coda messages to the initial pid namespaceEric W. Biederman2013-02-133-2/+10
|/
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-7/+7
* switch coda get_device_index() to fget_light()Al Viro2012-09-261-17/+15
* don't pass nameidata to ->create()Al Viro2012-07-141-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+3
* coda: use list_for_each_entryAl Viro2012-07-141-7/+3
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-283-3/+0
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* coda: clean failure exits in coda_fill_super()Al Viro2012-03-201-4/+1
* coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro2012-01-104-31/+27
* coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro2012-01-103-15/+12
* switch ->create() to umode_tAl Viro2012-01-031-2/+2
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* fs: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-3/+2
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-2/+8
* don't open-code parent_ino() in assorted ->readdir()Al Viro2011-07-201-1/+1
* coda_venus_readdir(): use offsetof()Al Viro2011-07-201-2/+1
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-203-5/+5
* coda_ioctl_permission() is safe in RCU modeAl Viro2011-06-201-2/+0
* coda: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* codafs: fix build break when CONFIG_PROC_SYSCTL=nRakib Mullick2011-03-251-0/+9
* codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick2011-03-221-7/+1
* fs: change to new flag variablematt mooney2011-03-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-1313-27/+200
|\
| * take coda-private headers out of include/linuxAl Viro2011-01-1213-24/+198
| * switch codaAl Viro2011-01-122-3/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ | |/ |/|
| * coda: kill redundant cast in coda_alloc_inode()Jesper Juhl2010-12-101-1/+1
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-072-3/+8
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-1/+6
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* | fs: dcache remove dcache_lockNick Piggin2011-01-071-2/+0