aboutsummaryrefslogtreecommitdiff
path: root/fs/qnx6
AgeCommit message (Expand)AuthorFilesLines
2024-03-26qnx6: convert qnx6 to use the new mount apiGravatar Bill O'Donnell 1-48/+69
2024-02-27qnx6: remove SLAB_MEM_SPREAD flag usageGravatar Chengming Zhou 1-1/+1
2023-10-18qnx6: convert to new timestamp accessorsGravatar Jeff Layton 1-4/+2
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-08-02fs: add CONFIG_BUFFER_HEADGravatar Christoph Hellwig 1-0/+1
2023-07-24qnx6: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+1
2023-03-14qnx6: credit contributor and mark filesystem orphanGravatar Lukas Bulwahn 1-8/+0
2022-09-11fs/qnx6: delete unnecessary checks before brelse()Gravatar Minghao Chi 1-4/+2
2022-05-09fs: Convert mpage_readpage to mpage_read_folioGravatar Matthew Wilcox (Oracle) 1-3/+3
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadGravatar Matthew Wilcox (Oracle) 1-4/+3
2019-08-30fs: Fill in max and min timestamps in superblockGravatar Deepa Dinamani 1-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-01qnx6: switch to ->free_inode()Gravatar Al Viro 1-9/+3
2018-05-22qnx6_lookup: switch to d_splice_alias()Gravatar Al Viro 1-6/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2016-05-09more trivial ->iterate_shared conversionsGravatar Al Viro 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 3-11/+11
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-0/+1
2015-06-23pagemap.h: move dir_pages() over thereGravatar Fabian Frederick 1-5/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2014-08-08fs/qnx6: update debugging to current functionsGravatar Fabian Frederick 5-39/+23
2014-08-08fs/qnx6: use pr_fmt and __func__ in loggingGravatar Fabian Frederick 4-38/+44
2014-08-08fs/qnx6: convert printk to pr_foo()Gravatar Fabian Frederick 3-55/+43
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-06-29[readdir] convert qnx6Gravatar Al Viro 1-17/+14
2013-05-31qnx6: qnx6_readdir() has a braino in pos calculationGravatar Al Viro 1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-01-09treewide: Fix typo in various driversGravatar Masanari Iida 1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-09-21userns: Convert the qnx6 filesystem to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-2/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 2-2/+2
2012-07-14qnx6: don't bother with ->i_dentry in inode-freeing callbackGravatar Al Viro 1-1/+0
2012-03-20fs: initial qnx6fs additionGravatar Kai Bankett 8-0/+1357