summaryrefslogtreecommitdiffstats
path: root/fs/adfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/adfs: newdir: factor out directory format validationRussell King2020-01-211-28/+20
* fs/adfs: dir: use pointers to access directory head/tailsRussell King2020-01-213-36/+29
* fs/adfs: dir: add more efficient iterate() per-format methodRussell King2020-01-214-14/+42
* fs/adfs: dir: switch to iterate_shared methodRussell King2020-01-211-3/+2
* fs/adfs: dir: improve compiler coverage in adfs_dir_updateRussell King2020-01-211-3/+5
* fs/adfs: dir: improve update failure handlingRussell King2020-01-211-12/+36
* fs/adfs: dir: modernise on-disk directory structuresRussell King2020-01-212-27/+31
* fs/adfs: dir: update directory lockingRussell King2020-01-211-26/+29
* fs/adfs: dir: add helper to mark directory buffers dirtyRussell King2020-01-212-4/+13
* fs/adfs: dir: add helper to read directory using inodeRussell King2020-01-211-10/+22
* fs/adfs: dir: add generic directory readingRussell King2020-01-214-77/+74
* fs/adfs: dir: add generic copy functionsRussell King2020-01-214-82/+75
* fs/adfs: dir: add common directory sync methodRussell King2020-01-214-40/+18
* fs/adfs: dir: add common directory buffer release methodRussell King2020-01-214-60/+25
* fs/adfs: dir: add common dir object initialisationRussell King2020-01-213-12/+13
* fs/adfs: dir: rename bh_fplus to bhsRussell King2020-01-212-30/+28
* fs/adfs: map: fix map scanningRussell King2020-01-211-2/+7
* fs/adfs: map: move map-specific sb initialisation to map.cRussell King2020-01-212-10/+10
* fs/adfs: map: use find_next_bit_le() rather than open coding itRussell King2020-01-211-55/+21
* fs/adfs: map: incorporate map offsets into layoutRussell King2020-01-211-11/+11
* fs/adfs: map: factor out map cleanupRussell King2020-01-213-8/+11
* fs/adfs: map: break up adfs_read_map()Russell King2020-01-211-21/+59
* fs/adfs: map: rename adfs_map_free() to adfs_map_statfs()Russell King2020-01-213-9/+10
* fs/adfs: map: move map reading and validation to map.cRussell King2020-01-213-98/+100
* fs/adfs: inode: fix adfs_mode2atts()Russell King2020-01-211-9/+9
* fs/adfs: inode: update timestamps to centisecond precisionRussell King2020-01-212-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-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/+41
| * 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/+1
| * fs/adfs: add helper to get filesystem sizeRussell King2019-06-272-15/+9
| * 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/+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-091-0/+6
| |/