summaryrefslogtreecommitdiffstats
path: root/fs/omfs
Commit message (Expand)AuthorAgeFilesLines
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-242-7/+9
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* fs: omfs: use kmemdup() rather than kmalloc+memcpyAlex Dewar2020-09-221-2/+1
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
* fs: omfs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-303-3/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* omfs_lookup(): report IO errors, use d_splice_alias()Al Viro2018-05-221-4/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* omfs: Implement show_optionsDavid Howells2017-07-061-3/+30
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-4/+8
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-2/+2
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
| |/
* / fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* 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