aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-7/+7
2012-09-26switch coda get_device_index() to fget_light()Al Viro1-17/+15
2012-07-14don't pass nameidata to ->create()Al Viro1-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+3
2012-07-14coda: use list_for_each_entryAl Viro1-7/+3
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells3-3/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20coda: clean failure exits in coda_fill_super()Al Viro1-4/+1
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro4-31/+27
2012-01-10coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro3-15/+12
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-09-15fs: Convert vmalloc/memset to vzallocJoe Perches1-3/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-2/+8
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro1-1/+1
2011-07-20coda_venus_readdir(): use offsetof()Al Viro1-2/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro3-5/+5
2011-06-20coda_ioctl_permission() is safe in RCU modeAl Viro1-2/+0
2011-05-28coda: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-25codafs: fix build break when CONFIG_PROC_SYSCTL=nRakib Mullick1-0/+9
2011-03-22codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick1-7/+1
2011-03-17fs: change to new flag variablematt mooney1-1/+1
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds13-27/+200
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12take coda-private headers out of include/linuxAl Viro13-24/+198
2011-01-12switch codaAl Viro2-3/+2
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-3/+8
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: dcache scale subdirsNick Piggin1-0/+2
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-12-10coda: kill redundant cast in coda_alloc_inode()Jesper Juhl1-1/+1
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25Coda: replace BKL with mutexYoshihisa Abe3-50/+68
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe7-189/+95
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe5-12/+44
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+2