aboutsummaryrefslogtreecommitdiff
path: root/fs/omfs
AgeCommit message (Expand)AuthorFilesLines
2023-10-18omfs: convert to new timestamp accessorsGravatar Jeff Layton 1-7/+5
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-08-29Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 2-7/+7
2023-08-02fs: add CONFIG_BUFFER_HEADGravatar Christoph Hellwig 1-0/+1
2023-07-31fs: omfs: Use flexible-array member in struct omfs_extentGravatar Gustavo A. R. Silva 2-7/+7
2023-07-24omfs: convert to ctime accessor functionsGravatar Jeff Layton 2-7/+6
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-3/+3
2022-12-11omfs: remove ->writepageGravatar Christoph Hellwig 1-6/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Gravatar Matthew Wilcox (Oracle) 1-2/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upGravatar Christoph Hellwig 1-0/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 2-7/+9
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-09-22fs: omfs: use kmemdup() rather than kmalloc+memcpyGravatar Alex Dewar 1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadGravatar Matthew Wilcox (Oracle) 1-4/+3
2019-08-30fs: omfs: Initialize filesystem timestamp rangesGravatar Deepa Dinamani 1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Gravatar Thomas Gleixner 3-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2018-05-22omfs_lookup(): report IO errors, use d_splice_alias()Gravatar Al Viro 1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-07-06omfs: Implement show_optionsGravatar David Howells 1-3/+30
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+8
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-2/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-05-09more trivial ->iterate_shared conversionsGravatar Al Viro 1-1/+1
2015-05-28omfs: fix potential integer overflow in allocatorGravatar Bob Copeland 1-1/+1
2015-05-28omfs: fix sign confusion for bitmap loop counterGravatar Bob Copeland 1-1/+2
2015-05-28omfs: set error return when d_make_root() failsGravatar Bob Copeland 1-1/+3
2015-05-28fs, omfs: add NULL terminator in the end up the token listGravatar Sasha Levin 1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 2-6/+6
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2014-10-14FS/OMFS: block number sanity check during fill_super operationGravatar Fabian Frederick 2-3/+8
2014-08-08fs/omfs/inode.c: replace count*size kzalloc by kcallocGravatar Fabian Frederick 1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2