aboutsummaryrefslogtreecommitdiff
path: root/fs/qnx4
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-1/+1
2024-03-01qnx4: convert qnx4 to use the new mount apiGravatar Bill O'Donnell 1-17/+30
2023-12-13qnx4: Use get_directory_fname() in qnx4_match()Gravatar Kees Cook 1-18/+11
2023-12-13qnx4: Extract dir entry filename processing into helperGravatar Kees Cook 2-45/+67
2023-10-18qnx4: 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-24qnx4: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+1
2023-03-14qnx4: credit contributors in CREDITSGravatar Lukas Bulwahn 1-9/+0
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-3/+4
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2021-09-21qnx4: work around gcc false positive warning bugGravatar Linus Torvalds 1-9/+27
2021-09-15qnx4: avoid stringop-overread errorsGravatar Linus Torvalds 1-17/+34
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
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-01qnx4: switch to ->free_inode()Gravatar Al Viro 1-9/+3
2018-05-22qnx4_lookup: use 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-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
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2014-01-25qnx4: clean qnx4_fill_super() upGravatar Al Viro 2-43/+22
2013-11-09qnx4: i_sb is never NULLGravatar Al Viro 1-4/+0
2013-06-29[readdir] convert qnx4Gravatar Al Viro 1-35/+31
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 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 qnx4 filesystem to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-2/+2
2012-07-30qnx4fs: use memweight()Gravatar Akinobu Mita 1-19/+5
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 2-2/+2
2012-03-20qnx4: new helper - try_extent()Gravatar Al Viro 1-8/+15
2012-03-20qnx4: get rid of qnx4_bread/qnx4_getblkGravatar Al Viro 3-36/+3
2012-03-20qnx4fs: small cleanupGravatar Kai Bankett 2-31/+0
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-01-19qnx4: don't leak ->BitMap on late failure exitsGravatar Al Viro 1-1/+3
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Gravatar Al Viro 1-34/+22
2012-01-19qnx4: di_fname is an array, for crying out loud...Gravatar Al Viro 1-14/+12
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+4
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-20qnx4fs: Use kmemdup rather than duplicating its implementationGravatar Thomas Meyer 1-3/+4
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-21BKL: remove BKL from qnx4Gravatar Arnd Bergmann 3-21/+1