aboutsummaryrefslogtreecommitdiff
path: root/fs/qnx4
AgeCommit message (Expand)AuthorFilesLines
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2014-01-25qnx4: clean qnx4_fill_super() upGravatar Al Viro 2-43/+22
2013-11-09qnx4: i_sb is never NULLGravatar Al Viro 1-4/+0
2013-06-29[readdir] convert qnx4Gravatar Al Viro 1-35/+31
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-09-21userns: Convert the qnx4 filesystem to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-2/+2
2012-07-30qnx4fs: use memweight()Gravatar Akinobu Mita 1-19/+5
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 2-2/+2
2012-03-20qnx4: new helper - try_extent()Gravatar Al Viro 1-8/+15
2012-03-20qnx4: get rid of qnx4_bread/qnx4_getblkGravatar Al Viro 3-36/+3
2012-03-20qnx4fs: small cleanupGravatar Kai Bankett 2-31/+0
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-01-19qnx4: don't leak ->BitMap on late failure exitsGravatar Al Viro 1-1/+3
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Gravatar Al Viro 1-34/+22
2012-01-19qnx4: di_fname is an array, for crying out loud...Gravatar Al Viro 1-14/+12
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+4
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-20qnx4fs: Use kmemdup rather than duplicating its implementationGravatar Thomas Meyer 1-3/+4
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-21BKL: remove BKL from qnx4Gravatar Arnd Bergmann 3-21/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-1/+7
2010-08-09get rid of cont_write_begin_newtruncGravatar Christoph Hellwig 1-1/+10
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLGravatar jan Blunck 1-0/+1
2010-02-04fs/qnx4: decrement sizeof size in strncmpGravatar Julia Lawall 1-1/+2
2009-12-16qnx4: use hweight8Gravatar Akinobu Mita 1-16/+1
2009-12-16qnx4fs: remove remains of the (defunct) write supportGravatar Anders Larsen 2-28/+1
2009-11-09qnx4fs: add missing KERN_xxx to printk() callsGravatar Anders Larsen 4-20/+20
2009-09-23qnx4: remove write supportGravatar Christoph Hellwig 9-368/+2
2009-06-11fs/qnx4: sanitize includesGravatar Al Viro 7-35/+65
2009-06-11Sanitize qnx4 fsync handlingGravatar Al Viro 6-200/+17
2009-06-11qnx4: remove ->write_superGravatar Christoph Hellwig 1-9/+0
2009-04-02fs/qnx4: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+3
2009-01-22fs/Kconfig: move qnx4 outGravatar Alexey Dobriyan 1-0/+25
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-02-07iget: stop QNX4 from using iget() and read_inode()Gravatar David Howells 2-18/+37
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-2/+1
2007-10-16qnx4: convert to new aopsGravatar Nick Piggin 1-7/+12
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 2-2/+2