summaryrefslogtreecommitdiffstats
path: root/fs/adfs
Commit message (Expand)AuthorAgeFilesLines
...
* fs/adfs: dir: add helper to read directory using inodeRussell King2020-01-201-10/+22
* fs/adfs: dir: add generic directory readingRussell King2020-01-204-77/+74
* fs/adfs: dir: add generic copy functionsRussell King2020-01-204-82/+75
* fs/adfs: dir: add common directory sync methodRussell King2020-01-204-40/+18
* fs/adfs: dir: add common directory buffer release methodRussell King2020-01-204-60/+25
* fs/adfs: dir: add common dir object initialisationRussell King2020-01-203-12/+13
* fs/adfs: dir: rename bh_fplus to bhsRussell King2020-01-202-30/+28
* fs/adfs: map: fix map scanningRussell King2020-01-201-2/+7
* fs/adfs: map: move map-specific sb initialisation to map.cRussell King2020-01-202-10/+10
* fs/adfs: map: use find_next_bit_le() rather than open coding itRussell King2020-01-201-55/+21
* fs/adfs: map: incorporate map offsets into layoutRussell King2020-01-201-11/+11
* fs/adfs: map: factor out map cleanupRussell King2020-01-203-8/+11
* fs/adfs: map: break up adfs_read_map()Russell King2020-01-201-21/+59
* fs/adfs: map: rename adfs_map_free() to adfs_map_statfs()Russell King2020-01-203-9/+10
* fs/adfs: map: move map reading and validation to map.cRussell King2020-01-203-98/+100
* fs/adfs: inode: fix adfs_mode2atts()Russell King2020-01-201-9/+9
* fs/adfs: inode: update timestamps to centisecond precisionRussell King2020-01-202-20/+22
* 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-264-27/+27
| * fs/adfs: super: limit idlen according to directory typeRussell King2019-06-261-2/+8
| * fs/adfs: super: fix use-after-free bugRussell King2019-06-261-1/+4
| * fs/adfs: super: safely update options on remountRussell King2019-06-261-4/+13
| * fs/adfs: super: correct superblock flagsRussell King2019-06-261-2/+4
| * fs/adfs: clean up indirect disc addresses and fragment IDsRussell King2019-06-267-49/+41
| * fs/adfs: clean up error message printingRussell King2019-06-263-26/+38
| * fs/adfs: use %pV for error messagesRussell King2019-06-261-5/+7
| * fs/adfs: use format_version from disc_recordRussell King2019-06-262-3/+1
| * fs/adfs: add helper to get filesystem sizeRussell King2019-06-262-15/+9
| * fs/adfs: add helper to get discrecord from mapRussell King2019-06-265-7/+9
* | 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