summaryrefslogtreecommitdiff
path: root/fs/qnx4
AgeCommit message (Expand)Author
2023-12-13qnx4: Use get_directory_fname() in qnx4_match()Kees Cook
2023-12-13qnx4: Extract dir entry filename processing into helperKees Cook
2023-10-18qnx4: convert to new timestamp accessorsJeff Layton
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-07-24qnx4: convert to ctime accessor functionsJeff Layton
2023-03-14qnx4: credit contributors in CREDITSLukas Bulwahn
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2021-09-21qnx4: work around gcc false positive warning bugLinus Torvalds
2021-09-15qnx4: avoid stringop-overread errorsLinus Torvalds
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-01qnx4: switch to ->free_inode()Al Viro
2018-05-22qnx4_lookup: use d_splice_alias()Al Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-05-09more trivial ->iterate_shared conversionsAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-01-25qnx4: clean qnx4_fill_super() upAl Viro
2013-11-09qnx4: i_sb is never NULLAl Viro
2013-06-29[readdir] convert qnx4Al Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-22new helper: file_inode(file)Al Viro
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert the qnx4 filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-07-30qnx4fs: use memweight()Akinobu Mita
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-03-20qnx4: new helper - try_extent()Al Viro
2012-03-20qnx4: get rid of qnx4_bread/qnx4_getblkAl Viro
2012-03-20qnx4fs: small cleanupKai Bankett
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-19qnx4: don't leak ->BitMap on late failure exitsAl Viro
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Al Viro
2012-01-19qnx4: di_fname is an array, for crying out loud...Al Viro
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-20qnx4fs: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-21BKL: remove BKL from qnx4Arnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig