summaryrefslogtreecommitdiffstats
path: root/fs/omfs
Commit message (Expand)AuthorAgeFilesLines
* omfs: convert to new timestamp accessorsJeff Layton2023-10-181-7/+5
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* | Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-292-7/+7
|\ \
| * | fs: omfs: Use flexible-array member in struct omfs_extentGustavo A. R. Silva2023-07-312-7/+7
| |/
* / omfs: convert to ctime accessor functionsJeff Layton2023-07-242-7/+6
|/
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* omfs: remove ->writepageChristoph Hellwig2022-12-111-6/+1
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-3/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+1
* fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
* 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