summaryrefslogtreecommitdiff
path: root/fs/omfs
AgeCommit message (Expand)Author
2012-01-03omfs: propagate umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-07-26omfs: fix (mode & S_IFDIR) abuseAl Viro
2011-06-24Remove unneeded version.h includes from fs/Jesper Juhl
2011-05-28omfs: remove unnecessary dentry_unhash on rmdir, dir rneameSage 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-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-05omfs: make readdir stop when filldir says soAl Viro
2011-03-05omfs: merge unlink() and rmdir(), close leak in rename()Al Viro
2011-03-05omfs: stop playing silly buggers with omfs_unlink() in ->rename()Al Viro
2011-03-05omfs: rename() needs to mark old_inode dirty after ctime updateAl Viro
2010-10-29new helper: mount_bdev()Al Viro
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds
2010-08-09switch omfs to ->evict_inode()Al Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09add missing setattr methodsChristoph Hellwig
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig
2010-08-08omfs: fix uninitialized variable warningBill Pemberton
2010-07-10omfs: sanity check cluster sizeBob Copeland
2010-07-10omfs: refuse to mount if bitmap pointer is obviously wrongBob Copeland
2010-07-10omfs: check bounds on block numbers before passing to sb_breadBob Copeland
2010-07-06omfs: fix memory leakDavidlohr Bueso
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2010-05-21omfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-04-23Merge branch 'master' into for-nextJiri Kosina
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15omfs: remove unused version.h includeHuang Weiyi
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-06-11switch omfs to simple_fsync()Al Viro
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02fs/omfs: return f_fsid for statfs(2)Coly Li
2009-03-31New helper - current_umask()Al Viro
2009-01-22fs/Kconfig: move omfs outAlexey Dobriyan
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-11-14CRED: Wrap task credential accesses in the OMFS filesystemDavid Howells
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-08-15omfs: fix oops when file metadata is corruptedBob Copeland
2008-08-15omfs: fix potential oops when directory size is corruptedBob Copeland
2008-08-05omfs: fix warningAlexander Beregalov
2008-07-30omfs: sparse annotationsHarvey Harrison
2008-07-26omfs: update kbuild to include OMFSBob Copeland