summaryrefslogtreecommitdiff
path: root/fs/adfs
AgeCommit message (Expand)Author
2020-01-20fs/adfs: newdir: clean up adfs_f_update()Russell King
2020-01-20fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read()Russell King
2020-01-20fs/adfs: newdir: improve directory validationRussell King
2020-01-20fs/adfs: newdir: factor out directory format validationRussell King
2020-01-20fs/adfs: dir: use pointers to access directory head/tailsRussell King
2020-01-20fs/adfs: dir: add more efficient iterate() per-format methodRussell King
2020-01-20fs/adfs: dir: switch to iterate_shared methodRussell King
2020-01-20fs/adfs: dir: improve compiler coverage in adfs_dir_updateRussell King
2020-01-20fs/adfs: dir: improve update failure handlingRussell King
2020-01-20fs/adfs: dir: modernise on-disk directory structuresRussell King
2020-01-20fs/adfs: dir: update directory lockingRussell King
2020-01-20fs/adfs: dir: add helper to mark directory buffers dirtyRussell King
2020-01-20fs/adfs: dir: add helper to read directory using inodeRussell King
2020-01-20fs/adfs: dir: add generic directory readingRussell King
2020-01-20fs/adfs: dir: add generic copy functionsRussell King
2020-01-20fs/adfs: dir: add common directory sync methodRussell King
2020-01-20fs/adfs: dir: add common directory buffer release methodRussell King
2020-01-20fs/adfs: dir: add common dir object initialisationRussell King
2020-01-20fs/adfs: dir: rename bh_fplus to bhsRussell King
2020-01-20fs/adfs: map: fix map scanningRussell King
2020-01-20fs/adfs: map: move map-specific sb initialisation to map.cRussell King
2020-01-20fs/adfs: map: use find_next_bit_le() rather than open coding itRussell King
2020-01-20fs/adfs: map: incorporate map offsets into layoutRussell King
2020-01-20fs/adfs: map: factor out map cleanupRussell King
2020-01-20fs/adfs: map: break up adfs_read_map()Russell King
2020-01-20fs/adfs: map: rename adfs_map_free() to adfs_map_statfs()Russell King
2020-01-20fs/adfs: map: move map reading and validation to map.cRussell King
2020-01-20fs/adfs: inode: fix adfs_mode2atts()Russell King
2020-01-20fs/adfs: inode: update timestamps to centisecond precisionRussell King
2019-07-19Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-06-26fs/adfs: add time stamp and file type helpersRussell King
2019-06-26fs/adfs: super: limit idlen according to directory typeRussell King
2019-06-26fs/adfs: super: fix use-after-free bugRussell King
2019-06-26fs/adfs: super: safely update options on remountRussell King
2019-06-26fs/adfs: super: correct superblock flagsRussell King
2019-06-26fs/adfs: clean up indirect disc addresses and fragment IDsRussell King
2019-06-26fs/adfs: clean up error message printingRussell King
2019-06-26fs/adfs: use %pV for error messagesRussell King
2019-06-26fs/adfs: use format_version from disc_recordRussell King
2019-06-26fs/adfs: add helper to get filesystem sizeRussell King
2019-06-26fs/adfs: add helper to get discrecord from mapRussell King
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-06Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-05-31fs/adfs: fix filename fixup handling for "/" and "//" namesfor-rc-adfsRussell King
2019-05-31fs/adfs: move append_filetype_suffix() into adfs_object_fixup()Russell King
2019-05-31fs/adfs: remove truncated filename hashingRussell King
2019-05-31fs/adfs: factor out filename fixupRussell King
2019-05-31fs/adfs: factor out object fixupsRussell King
2019-05-31fs/adfs: factor out filename case loweringRussell King
2019-05-31fs/adfs: factor out filename comparisonRussell King