summaryrefslogtreecommitdiffstats
path: root/fs/adfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-197-141/+161
|\
| * fs/adfs: add time stamp and file type helpersRussell King2019-06-274-27/+27
| * fs/adfs: super: limit idlen according to directory typeRussell King2019-06-271-2/+8
| * fs/adfs: super: fix use-after-free bugRussell King2019-06-271-1/+4
| * fs/adfs: super: safely update options on remountRussell King2019-06-271-4/+13
| * fs/adfs: super: correct superblock flagsRussell King2019-06-271-2/+4
| * fs/adfs: clean up indirect disc addresses and fragment IDsRussell King2019-06-277-49/+41Star
| * fs/adfs: clean up error message printingRussell King2019-06-273-26/+38
| * fs/adfs: use %pV for error messagesRussell King2019-06-271-5/+7
| * fs/adfs: use format_version from disc_recordRussell King2019-06-272-3/+1Star
| * fs/adfs: add helper to get filesystem sizeRussell King2019-06-272-15/+9Star
| * fs/adfs: add helper to get discrecord from mapRussell King2019-06-275-7/+9
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-198-32/+8Star
|/
* Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-06-064-129/+89Star
|\
| * fs/adfs: fix filename fixup handling for "/" and "//" namesRussell King2019-05-311-4/+11
| * fs/adfs: move append_filetype_suffix() into adfs_object_fixup()Russell King2019-05-312-18/+8Star
| * fs/adfs: remove truncated filename hashingRussell King2019-05-311-10/+5Star
| * fs/adfs: factor out filename fixupRussell King2019-05-313-21/+24
| * fs/adfs: factor out object fixupsRussell King2019-05-314-33/+24Star
| * fs/adfs: factor out filename case loweringRussell King2019-05-311-22/+12Star
| * fs/adfs: factor out filename comparisonRussell King2019-05-311-42/+26Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-0/+6
|\ \
| * | adfs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-0/+6
| |/
* / adfs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
|/
* adfs: use timespec64 for time conversionArnd Bergmann2018-08-221-7/+4Star
* adfs: don't put inodes into icacheAl Viro2018-08-032-1/+2
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-2/+5
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-2/+5
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* | adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()Al Viro2018-05-221-5/+5
* | adfs_lookup_byname: .. *is* taken care of in fs/namei.cAl Viro2018-05-221-14/+0Star
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-071-1/+1
|\
| * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-2/+2
|\ \ | |/ |/|
| * qstr: constify instances in adfsAl Viro2016-07-301-2/+2
* | vfs: make the string hashes salt the hashLinus Torvalds2016-06-111-1/+1
|/
* fs/adfs/adfs.h: tidy up commentsAndrew Morton2016-01-211-14/+14
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* adfs: constify adfs_dir_ops structuresJulia Lawall2015-12-074-8/+8
* fs/adfs: remove unneeded castFiro Yang2015-07-011-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | adfs: return correct return valuesSanidhya Kashyap2015-04-172-5/+16
|/
* make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star