summaryrefslogtreecommitdiffstats
path: root/fs/omfs
Commit message (Expand)AuthorAgeFilesLines
* more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* omfs: fix potential integer overflow in allocatorBob Copeland2015-05-281-1/+1
* omfs: fix sign confusion for bitmap loop counterBob Copeland2015-05-281-1/+2
* omfs: set error return when d_make_root() failsBob Copeland2015-05-281-1/+3
* fs, omfs: add NULL terminator in the end up the token listSasha Levin2015-05-281-1/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-152-6/+6
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* FS/OMFS: block number sanity check during fill_super operationFabian Frederick2014-10-142-3/+8
* fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-081-1/+1
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* [readdir] convert omfsAl Viro2013-06-291-56/+38
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* omfs: drop vmtruncateMarco Stornelli2012-12-201-7/+15
* omfs: convert to use beXX_add_cpu()Wei Yongjun2012-10-061-3/+2
* userns: Convert omfs to use kuid and kgid where appropriateEric W. Biederman2012-09-212-4/+8
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* omfs: propagate umode_tAl Viro2012-01-033-3/+3
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* omfs: fix (mode & S_IFDIR) abuseAl Viro2011-07-261-1/+1
* Remove unneeded version.h includes from fs/Jesper Juhl2011-06-241-1/+0
* omfs: remove unnecessary dentry_unhash on rmdir, dir rneameSage Weil2011-05-281-8/+3
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-2/+6
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | omfs: make readdir stop when filldir says soAl Viro2011-03-051-2/+3
* | omfs: merge unlink() and rmdir(), close leak in rename()Al Viro2011-03-051-40/+13
* | omfs: stop playing silly buggers with omfs_unlink() in ->rename()Al Viro2011-03-051-4/+3
* | omfs: rename() needs to mark old_inode dirty after ctime updateAl Viro2011-03-051-0/+1
|/
* 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