summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani47-105/+105
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi22-42/+123
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2015-05-29omfs: fix potential integer overflow in allocatorBob Copeland1-1/+1
2015-05-29omfs: fix sign confusion for bitmap loop counterBob Copeland1-1/+2
2015-05-29omfs: set error return when d_make_root() failsBob Copeland1-1/+3
2015-05-29fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2014-10-14FS/OMFS: block number sanity check during fill_super operationFabian Frederick2-3/+8
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 Viro29-79/+94
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro35-75/+75
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner50-65/+147
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov28-44/+31
2013-06-29[readdir] convert omfsAl Viro1-56/+38
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman69-12/+77
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-12-20omfs: drop vmtruncateMarco Stornelli1-7/+15
2012-10-05omfs: convert to use beXX_add_cpu()Wei Yongjun1-3/+2
2012-09-21userns: Convert omfs to use kuid and kgid where appropriateEric W. Biederman3-5/+8
2012-07-14don't pass nameidata to ->create()Al Viro51-64/+62
2012-07-14stop passing nameidata to ->lookup()Al Viro79-114/+115
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara52-70/+68
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-01-04omfs: propagate umode_tAl Viro3-3/+3
2012-01-04switch ->create() to umode_tAl Viro54-72/+72
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro56-70/+70
2011-07-26omfs: fix (mode & S_IFDIR) abuseAl Viro1-1/+1
2011-06-24Remove unneeded version.h includes from fs/Jesper Juhl2-2/+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 Weil36-12/+110
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil37-3/+78
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds172-2112/+1520
2011-03-10block: remove per-queue pluggingJens Axboe119-1269/+151
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 Viro31-161/+150
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds5-30/+48
2010-08-09switch omfs to ->evict_inode()Al Viro1-3/+6
2010-08-09remove inode_setattrChristoph Hellwig35-194/+416
2010-08-09add missing setattr methodsChristoph Hellwig5-0/+60
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig13-91/+103
[next]