aboutsummaryrefslogtreecommitdiffstats
path: root/fs/omfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-06-29[readdir] convert omfsAl Viro1-56/+38
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-12-20omfs: drop vmtruncateMarco Stornelli1-7/+15
2012-10-06omfs: convert to use beXX_add_cpu()Wei Yongjun1-3/+2
2012-09-21userns: Convert omfs to use kuid and kgid where appropriateEric W. Biederman2-4/+8
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-03omfs: propagate umode_tAl Viro3-3/+3
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-07-26omfs: fix (mode & S_IFDIR) abuseAl Viro1-1/+1
2011-06-24Remove unneeded version.h includes from fs/Jesper Juhl1-1/+0
2011-05-28omfs: remove unnecessary dentry_unhash on rmdir, dir rneameSage Weil1-8/+3
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-2/+6
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-05omfs: make readdir stop when filldir says soAl Viro1-2/+3
2011-03-05omfs: merge unlink() and rmdir(), close leak in rename()Al Viro1-40/+13
2011-03-05omfs: stop playing silly buggers with omfs_unlink() in ->rename()Al Viro1-4/+3
2011-03-05omfs: rename() needs to mark old_inode dirty after ctime updateAl Viro1-0/+1
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bcopeland/omfsLinus Torvalds5-30/+48
2010-08-09switch omfs to ->evict_inode()Al Viro1-3/+6
2010-08-09remove inode_setattrChristoph Hellwig1-1/+11
2010-08-09add missing setattr methodsChristoph Hellwig1-0/+12
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-3/+11
2010-08-08omfs: fix uninitialized variable warningBill Pemberton1-1/+1
2010-07-10omfs: sanity check cluster sizeBob Copeland2-0/+7
2010-07-10omfs: refuse to mount if bitmap pointer is obviously wrongBob Copeland1-0/+9
2010-07-10omfs: check bounds on block numbers before passing to sb_breadBob Copeland4-29/+29
2010-07-06omfs: fix memory leakDavidlohr Bueso1-0/+2
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-21omfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15omfs: remove unused version.h includeHuang Weiyi1-1/+0
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+8
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan3-4/+4
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan3-4/+4
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan2-2/+2