aboutsummaryrefslogtreecommitdiffstats
path: root/fs/omfs
AgeCommit message (Expand)AuthorFilesLines
2023-10-18omfs: convert to new timestamp accessorsJeff Layton1-7/+5
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-29Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2-7/+7
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-31fs: omfs: Use flexible-array member in struct omfs_extentGustavo A. R. Silva2-7/+7
2023-07-24omfs: convert to ctime accessor functionsJeff Layton2-7/+6
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2022-12-11omfs: remove ->writepageChristoph Hellwig1-6/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)1-2/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner2-7/+9
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-09-22fs: omfs: use kmemdup() rather than kmalloc+memcpyAlex Dewar1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-4/+3
2019-08-30fs: omfs: Initialize filesystem timestamp rangesDeepa Dinamani1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner3-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-05-22omfs_lookup(): report IO errors, use d_splice_alias()Al Viro1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-07-06omfs: Implement show_optionsDavid Howells1-3/+30
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+8
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-2/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2015-05-28omfs: fix potential integer overflow in allocatorBob Copeland1-1/+1
2015-05-28omfs: fix sign confusion for bitmap loop counterBob Copeland1-1/+2
2015-05-28omfs: set error return when d_make_root() failsBob Copeland1-1/+3
2015-05-28fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2-6/+6
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
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 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/bco...Linus 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 imp...Tejun 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
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-06-11switch omfs to simple_fsync()Al Viro1-16/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-04-02fs/omfs: return f_fsid for statfs(2)Coly Li1-0/+5
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-01-22fs/Kconfig: move omfs outAlexey Dobriyan1-0/+13
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2008-11-14CRED: Wrap task credential accesses in the OMFS filesystemDavid Howells1-4/+4
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-15omfs: fix oops when file metadata is corruptedBob Copeland2-9/+29
2008-08-15omfs: fix potential oops when directory size is corruptedBob Copeland1-2/+1
2008-08-05omfs: fix warningAlexander Beregalov1-1/+2
2008-07-30omfs: sparse annotationsHarvey Harrison3-7/+7
2008-07-26omfs: update kbuild to include OMFSBob Copeland1-0/+4
2008-07-26omfs: add bitmap routinesBob Copeland1-0/+192
2008-07-26omfs: add file routinesBob Copeland1-0/+346
2008-07-26omfs: add directory routinesBob Copeland1-0/+504
2008-07-26omfs: add inode routinesBob Copeland1-0/+553
2008-07-26omfs: define filesystem structuresBob Copeland2-0/+147