aboutsummaryrefslogtreecommitdiffstats
path: root/fs/qnx4
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-03-01qnx4: convert qnx4 to use the new mount apiBill O'Donnell1-17/+30
2023-12-13qnx4: Use get_directory_fname() in qnx4_match()Kees Cook1-18/+11
2023-12-13qnx4: Extract dir entry filename processing into helperKees Cook2-45/+67
2023-10-18qnx4: convert to new timestamp accessorsJeff Layton1-4/+2
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-24qnx4: convert to ctime accessor functionsJeff Layton1-2/+1
2023-03-14qnx4: credit contributors in CREDITSLukas Bulwahn1-9/+0
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-3/+4
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2021-09-21qnx4: work around gcc false positive warning bugLinus Torvalds1-9/+27
2021-09-15qnx4: avoid stringop-overread errorsLinus Torvalds1-17/+34
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-01qnx4: switch to ->free_inode()Al Viro1-9/+3
2018-05-22qnx4_lookup: use d_splice_alias()Al Viro1-6/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-01-25qnx4: clean qnx4_fill_super() upAl Viro2-43/+22
2013-11-09qnx4: i_sb is never NULLAl Viro1-4/+0
2013-06-29[readdir] convert qnx4Al Viro1-35/+31
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-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-21userns: Convert the qnx4 filesystem to use kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-07-30qnx4fs: use memweight()Akinobu Mita1-19/+5
2012-07-14stop passing nameidata to ->lookup()Al Viro2-2/+2
2012-03-20qnx4: new helper - try_extent()Al Viro1-8/+15
2012-03-20qnx4: get rid of qnx4_bread/qnx4_getblkAl Viro3-36/+3
2012-03-20qnx4fs: small cleanupKai Bankett2-31/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-19qnx4: don't leak ->BitMap on late failure exitsAl Viro1-1/+3
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Al Viro1-34/+22
2012-01-19qnx4: di_fname is an array, for crying out loud...Al Viro1-14/+12
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+4
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-20qnx4fs: Use kmemdup rather than duplicating its implementationThomas Meyer1-3/+4
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-21BKL: remove BKL from qnx4Arnd Bergmann3-21/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+10
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck1-0/+1
2010-02-04fs/qnx4: decrement sizeof size in strncmpJulia Lawall1-1/+2
2009-12-16qnx4: use hweight8Akinobu Mita1-16/+1
2009-12-16qnx4fs: remove remains of the (defunct) write supportAnders Larsen2-28/+1
2009-11-09qnx4fs: add missing KERN_xxx to printk() callsAnders Larsen4-20/+20
2009-09-23qnx4: remove write supportChristoph Hellwig9-368/+2
2009-06-11fs/qnx4: sanitize includesAl Viro7-35/+65
2009-06-11Sanitize qnx4 fsync handlingAl Viro6-200/+17
2009-06-11qnx4: remove ->write_superChristoph Hellwig1-9/+0
2009-04-02fs/qnx4: return f_fsid for statfs(2)Coly Li1-0/+3
2009-01-22fs/Kconfig: move qnx4 outAlexey Dobriyan1-0/+25
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-02-07iget: stop QNX4 from using iget() and read_inode()David Howells2-18/+37
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-10-16qnx4: convert to new aopsNick Piggin1-7/+12
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven2-2/+2
2006-12-08[PATCH] struct path: convert qnx4Josef Sipek1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-4/+2
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-3/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel6-6/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+4
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven2-2/+2
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-23[PATCH] fs/*/file.c: drop insane header dependenciesAlexey Dobriyan1-3/+0
2006-01-03fs/qnx4/bitmap.c: #if 0 qnx4_new_block()Adrian Bunk1-0/+2
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+1
2005-06-24[PATCH] fs/qnx4/*: fix sparse warningsAlexey Dobriyan2-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds9-0/+1383