summaryrefslogtreecommitdiff
path: root/fs/adfs
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-141/+161
2019-06-27fs/adfs: add time stamp and file type helpersRussell King4-27/+27
2019-06-27fs/adfs: super: limit idlen according to directory typeRussell King1-2/+8
2019-06-27fs/adfs: super: fix use-after-free bugRussell King1-1/+4
2019-06-27fs/adfs: super: safely update options on remountRussell King1-4/+13
2019-06-27fs/adfs: super: correct superblock flagsRussell King1-2/+4
2019-06-27fs/adfs: clean up indirect disc addresses and fragment IDsRussell King7-49/+41
2019-06-27fs/adfs: clean up error message printingRussell King3-26/+38
2019-06-27fs/adfs: use %pV for error messagesRussell King1-5/+7
2019-06-27fs/adfs: use format_version from disc_recordRussell King2-3/+1
2019-06-27fs/adfs: add helper to get filesystem sizeRussell King2-15/+9
2019-06-27fs/adfs: add helper to get discrecord from mapRussell King5-7/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner8-32/+8
2019-06-06Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-129/+89
2019-05-31fs/adfs: fix filename fixup handling for "/" and "//" namesRussell King1-4/+11
2019-05-31fs/adfs: move append_filetype_suffix() into adfs_object_fixup()Russell King2-18/+8
2019-05-31fs/adfs: remove truncated filename hashingRussell King1-10/+5
2019-05-31fs/adfs: factor out filename fixupRussell King3-21/+24
2019-05-31fs/adfs: factor out object fixupsRussell King4-33/+24
2019-05-31fs/adfs: factor out filename case loweringRussell King1-22/+12
2019-05-31fs/adfs: factor out filename comparisonRussell King1-42/+26
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+6
2019-05-02adfs: switch to ->free_inode()Al Viro1-8/+2
2019-04-09adfs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2018-08-22adfs: use timespec64 for time conversionArnd Bergmann1-7/+4
2018-08-03adfs: don't put inodes into icacheAl Viro2-1/+2
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+5
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+5
2018-05-22adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()Al Viro1-5/+5
2018-05-22adfs_lookup_byname: .. *is* taken care of in fs/namei.cAl Viro1-14/+0
2017-11-28Rename 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-Hartman2-0/+2
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-30qstr: constify instances in adfsAl Viro1-2/+2
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-01-21fs/adfs/adfs.h: tidy up commentsAndrew Morton1-14/+14
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-12-07adfs: constify adfs_dir_ops structuresJulia Lawall4-8/+8
2015-07-01fs/adfs: remove unneeded castFiro Yang1-1/+1
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-04-17adfs: return correct return valuesSanidhya Kashyap2-5/+16
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-12make new_sync_{read,write}() staticAl Viro1-2/+0