summaryrefslogtreecommitdiffstats
path: root/fs/qnx6
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-12fs: add setlease to generic_ro_fops and read-only filesystem directory operat...Jeff Layton-0/+2
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-1/+1
2024-12-03fs/qnx6: Fix building with GCC 15Brahmajit Das-7/+4
2024-08-07qnx6: Convert directory handling to use kmap_localMatthew Wilcox (Oracle)-17/+11
2024-08-07qnx6: Convert qnx6_iget() to use a folioMatthew Wilcox (Oracle)-8/+7
2024-08-07qnx6: Convert qnx6_checkroot() to use a folioMatthew Wilcox (Oracle)-5/+5
2024-08-07qnx6: Convert qnx6_longname() to take a folioMatthew Wilcox (Oracle)-18/+19
2024-08-07qnx6: Convert qnx6_find_entry() to qnx6_find_ino()Matthew Wilcox (Oracle)-10/+4
2024-08-07qnx6: Convert qnx6_get_page() to qnx6_get_folio()Matthew Wilcox (Oracle)-22/+24
2024-05-28qnx6: add MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-03-26qnx6: convert qnx6 to use the new mount apiBill O'Donnell-48/+69
2024-02-27qnx6: remove SLAB_MEM_SPREAD flag usageChengming Zhou-1/+1
2023-10-18qnx6: convert to new timestamp accessorsJeff Layton-4/+2
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig-0/+1
2023-07-24qnx6: convert to ctime accessor functionsJeff Layton-2/+1
2023-03-14qnx6: credit contributor and mark filesystem orphanLukas Bulwahn-8/+0
2022-09-11fs/qnx6: delete unnecessary checks before brelse()Minghao Chi-4/+2
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)-3/+3
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro-2/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)-4/+3
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-05-01qnx6: switch to ->free_inode()Al Viro-9/+3
2018-05-22qnx6_lookup: switch to d_splice_alias()Al Viro-6/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+4
2016-05-09more trivial ->iterate_shared conversionsAl Viro-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-11/+11
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro-0/+1
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick-5/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-1/+1
2014-08-08fs/qnx6: update debugging to current functionsFabian Frederick-39/+23
2014-08-08fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick-38/+44
2014-08-08fs/qnx6: convert printk to pr_foo()Fabian Frederick-55/+43
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o-0/+1
2013-06-29[readdir] convert qnx6Al Viro-17/+14
2013-05-31qnx6: qnx6_readdir() has a braino in pos calculationAl Viro-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2013-01-09treewide: Fix typo in various driversMasanari Iida-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov-0/+5
2012-09-21userns: Convert the qnx6 filesystem to use kuid/kgid where appropriateEric W. Biederman-2/+2