summaryrefslogtreecommitdiff
path: root/fs/qnx6/dir.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-07qnx6: Convert directory handling to use kmap_localMatthew Wilcox (Oracle)1-11/+11
2024-08-07qnx6: Convert qnx6_longname() to take a folioMatthew Wilcox (Oracle)1-18/+19
2024-08-07qnx6: Convert qnx6_find_entry() to qnx6_find_ino()Matthew Wilcox (Oracle)1-5/+2
2024-08-07qnx6: Convert qnx6_get_page() to qnx6_get_folio()Matthew Wilcox (Oracle)1-22/+24
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-8/+8
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick1-5/+0
2014-08-08fs/qnx6: update debugging to current functionsFabian Frederick1-6/+6
2014-08-08fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick1-6/+6
2014-08-08fs/qnx6: convert printk to pr_foo()Fabian Frederick1-8/+6
2013-06-29[readdir] convert qnx6Al Viro1-17/+14
2013-05-31qnx6: qnx6_readdir() has a braino in pos calculationAl Viro1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-03-20fs: initial qnx6fs additionKai Bankett1-0/+291