aboutsummaryrefslogtreecommitdiff
path: root/fs/omfs
AgeCommit message (Expand)AuthorFilesLines
2011-03-05omfs: make readdir stop when filldir says soGravatar Al Viro 1-2/+3
2011-03-05omfs: merge unlink() and rmdir(), close leak in rename()Gravatar Al Viro 1-40/+13
2011-03-05omfs: stop playing silly buggers with omfs_unlink() in ->rename()Gravatar Al Viro 1-4/+3
2011-03-05omfs: rename() needs to mark old_inode dirty after ctime updateGravatar Al Viro 1-0/+1
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Gravatar Linus Torvalds 5-30/+48
2010-08-09switch omfs to ->evict_inode()Gravatar Al Viro 1-3/+6
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-1/+11
2010-08-09add missing setattr methodsGravatar Christoph Hellwig 1-0/+12
2010-08-09get rid of block_write_begin_newtruncGravatar Christoph Hellwig 1-3/+11
2010-08-08omfs: fix uninitialized variable warningGravatar Bill Pemberton 1-1/+1
2010-07-10omfs: sanity check cluster sizeGravatar Bob Copeland 2-0/+7
2010-07-10omfs: refuse to mount if bitmap pointer is obviously wrongGravatar Bob Copeland 1-0/+9
2010-07-10omfs: check bounds on block numbers before passing to sb_breadGravatar Bob Copeland 4-29/+29
2010-07-06omfs: fix memory leakGravatar Davidlohr Bueso 1-0/+2
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2010-05-21omfs: replace inode uid,gid,mode initialization with helper functionGravatar Dmitry Monakhov 1-3/+1
2010-04-23Merge branch 'master' into for-nextGravatar Jiri Kosina 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-15omfs: remove unused version.h includeGravatar Huang Weiyi 1-1/+0
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-2/+8
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 3-4/+4
2009-09-22const: mark remaining inode_operations as constGravatar Alexey Dobriyan 3-4/+4
2009-09-22const: mark remaining address_space_operations constGravatar Alexey Dobriyan 2-2/+2
2009-09-22const: mark remaining super_operations constGravatar Alexey Dobriyan 1-1/+1
2009-06-11switch omfs to simple_fsync()Gravatar Al Viro 1-16/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2009-04-02fs/omfs: return f_fsid for statfs(2)Gravatar Coly Li 1-0/+5
2009-03-31New helper - current_umask()Gravatar Al Viro 1-1/+1
2009-01-22fs/Kconfig: move omfs outGravatar Alexey Dobriyan 1-0/+13
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 1-1/+0
2008-11-14CRED: Wrap task credential accesses in the OMFS filesystemGravatar David Howells 1-4/+4
2008-10-23[PATCH] fix ->llseek for more directoriesGravatar Christoph Hellwig 1-0/+1
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-08-15omfs: fix oops when file metadata is corruptedGravatar Bob Copeland 2-9/+29
2008-08-15omfs: fix potential oops when directory size is corruptedGravatar Bob Copeland 1-2/+1
2008-08-05omfs: fix warningGravatar Alexander Beregalov 1-1/+2
2008-07-30omfs: sparse annotationsGravatar Harvey Harrison 3-7/+7
2008-07-26omfs: update kbuild to include OMFSGravatar Bob Copeland 1-0/+4
2008-07-26omfs: add bitmap routinesGravatar Bob Copeland 1-0/+192
2008-07-26omfs: add file routinesGravatar Bob Copeland 1-0/+346
2008-07-26omfs: add directory routinesGravatar Bob Copeland 1-0/+504
2008-07-26omfs: add inode routinesGravatar Bob Copeland 1-0/+553
2008-07-26omfs: define filesystem structuresGravatar Bob Copeland 2-0/+147