summaryrefslogtreecommitdiffstats
path: root/fs/omfs
Commit message (Expand)AuthorAgeFilesLines
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds2010-08-105-30/+48
|\
| * omfs: fix uninitialized variable warningBill Pemberton2010-08-081-1/+1
| * omfs: sanity check cluster sizeBob Copeland2010-07-102-0/+7
| * omfs: refuse to mount if bitmap pointer is obviously wrongBob Copeland2010-07-101-0/+9
| * omfs: check bounds on block numbers before passing to sb_breadBob Copeland2010-07-104-29/+29
| * omfs: fix memory leakDavidlohr Bueso2010-07-061-0/+2
* | switch omfs to ->evict_inode()Al Viro2010-08-091-3/+6
* | remove inode_setattrChristoph Hellwig2010-08-091-1/+11
* | add missing setattr methodsChristoph Hellwig2010-08-091-0/+12
* | get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+11
|/
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* omfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-3/+1
* Merge branch 'master' into for-nextJiri Kosina2010-04-231-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | omfs: remove unused version.h includeHuang Weiyi2010-03-151-1/+0
|/
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+8
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* const: constify remaining file_operationsAlexey Dobriyan2009-10-013-4/+4
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-223-4/+4
* const: mark remaining address_space_operations constAlexey Dobriyan2009-09-222-2/+2
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* switch omfs to simple_fsync()Al Viro2009-06-111-16/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-021-1/+1
|\
| * New helper - current_umask()Al Viro2009-03-311-1/+1
* | fs/omfs: return f_fsid for statfs(2)Coly Li2009-04-021-0/+5
|/
* fs/Kconfig: move omfs outAlexey Dobriyan2009-01-221-0/+13
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
* CRED: Wrap task credential accesses in the OMFS filesystemDavid Howells2008-11-141-4/+4
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* omfs: fix oops when file metadata is corruptedBob Copeland2008-08-152-9/+29
* omfs: fix potential oops when directory size is corruptedBob Copeland2008-08-151-2/+1
* omfs: fix warningAlexander Beregalov2008-08-051-1/+2
* omfs: sparse annotationsHarvey Harrison2008-07-303-7/+7
* omfs: update kbuild to include OMFSBob Copeland2008-07-261-0/+4
* omfs: add bitmap routinesBob Copeland2008-07-261-0/+192
* omfs: add file routinesBob Copeland2008-07-261-0/+346
* omfs: add directory routinesBob Copeland2008-07-261-0/+504
* omfs: add inode routinesBob Copeland2008-07-261-0/+553
* omfs: define filesystem structuresBob Copeland2008-07-262-0/+147
OpenPOWER on IntegriCloud