summaryrefslogtreecommitdiff
path: root/fs/qnx4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13mm, 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-10-18qnx4: convert to new timestamp accessorsJeff Layton1-4/+2
2023-07-24qnx4: convert to ctime accessor functionsJeff Layton1-2/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-3/+4
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
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 for more missed filesThomas Gleixner1-0/+1
2019-05-02qnx4: switch to ->free_inode()Al Viro1-9/+3
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-12-09don'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 Viro1-41/+22
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-03fs: 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-03-21qnx4: new helper - try_extent()Al Viro1-8/+15
2012-03-21qnx4: get rid of qnx4_bread/qnx4_getblkAl Viro1-32/+0
2012-03-21qnx4fs: small cleanupKai Bankett1-27/+0
2012-03-21switch 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-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+4
2012-01-04vfs: 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 Bergmann1-13/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-08-10get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+10
2010-02-04fs/qnx4: decrement sizeof size in strncmpJulia Lawall1-1/+2
2009-12-16qnx4fs: remove remains of the (defunct) write supportAnders Larsen1-21/+1
2009-11-09qnx4fs: add missing KERN_xxx to printk() callsAnders Larsen1-13/+13
2009-09-23qnx4: remove write supportChristoph Hellwig1-83/+1
2009-06-12fs/qnx4: sanitize includesAl Viro1-8/+3
2009-06-12Sanitize qnx4 fsync handlingAl Viro1-26/+12
2009-06-12qnx4: remove ->write_superChristoph Hellwig1-9/+0
2009-04-03fs/qnx4: return f_fsid for statfs(2)Coly Li1-0/+3
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 Howells1-15/+32
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-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1