summaryrefslogtreecommitdiffstats
path: root/fs/adfs
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-198-32/+8
* Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-06-064-129/+89
|\
| * 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/+8
| * fs/adfs: remove truncated filename hashingRussell King2019-05-311-10/+5
| * fs/adfs: factor out filename fixupRussell King2019-05-313-21/+24
| * fs/adfs: factor out object fixupsRussell King2019-05-314-33/+24
| * fs/adfs: factor out filename case loweringRussell King2019-05-311-22/+12
| * fs/adfs: factor out filename comparisonRussell King2019-05-311-42/+26
* | 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-081-0/+6
| |/
* / adfs: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* adfs: use timespec64 for time conversionArnd Bergmann2018-08-221-7/+4
* 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-051-2/+5
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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/+0
|/
* 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-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-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-101-1/+1
|/
* fs/adfs/adfs.h: tidy up commentsAndrew Morton2016-01-201-14/+14
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* adfs: constify adfs_dir_ops structuresJulia Lawall2015-12-064-8/+8
* fs/adfs: remove unneeded castFiro Yang2015-06-301-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-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-111-2/+0
* adfs: add __printf verification, fix format/argument mismatchesJoe Perches2014-08-083-4/+4
* fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-081-1/+1
* fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-08-081-1/+1
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* fs/adfs/super.c: add __init to init_inodecache()Fabian Frederick2014-04-071-1/+1
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* adfs: delayed freeing of sbiAl Viro2013-10-242-5/+7
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-4/+2
* [readdir] convert adfsAl Viro2013-06-291-24/+18
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1