summaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-025-1/+219
|\
| * fat: Add KUnit tests for checksums and timestampsDavid Gow2021-08-135-1/+219
* | block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-0/+1
|/
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+1
* fs: fat: fix spelling typo of valuesdingsenjie2021-05-071-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-234-25/+32
|\
| * fat: handle idmapped mountsChristian Brauner2021-01-243-9/+10
| * fs: make helpers idmap mount awareChristian Brauner2021-01-244-16/+22
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-221-11/+12
|\ \
| * | fat: only specify I_DIRTY_TIME when needed in fat_update_time()Eric Biggers2021-01-131-11/+12
| |/
* / block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi2020-08-121-0/+3
* VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-121-1/+1
* fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng2020-08-121-2/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* fat: improve the readahead for FAT entriesOGAWA Hirofumi2020-06-041-28/+75
* fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi2020-06-041-0/+6
* Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-1/+1
|\
| * block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-4/+3
|\ \
| * | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
| |/
* | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-4/+0
|\ \
| * | fat_dir_ioctl(): hadn't needed that access_ok() for more than a decade...Al Viro2020-05-091-4/+0
| |/
* / docs: fix broken references to text filesMauro Carvalho Chehab2020-04-201-4/+4
|/
* fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi2020-03-061-12/+7
* Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-051-1/+9
|\
| * fs: fat: Eliminate timespec64_trunc() usageDeepa Dinamani2019-12-081-1/+9
* | fat: use prandom_u32() for i_generationArnd Bergmann2019-12-181-1/+2
|/
* compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-12/+1
* fat: delete an unnecessary check before brelse()Markus Elfring2019-09-251-3/+1
* fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi2019-09-242-2/+14
* fs: fat: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-301-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-213-0/+3
* fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-05-141-3/+8
* fat: switch to ->free_inode()Al Viro2019-05-011-8/+2
* fat: enable .splice_write to support splice on O_DIRECT fileHou Tao2019-03-071-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-056-25/+55
|\
| * fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-046-22/+39
| * fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-042-1/+10
| * fat: remove FAT_FIRST_ENT macroCarmeli Tamir2019-01-041-4/+8
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
|/
* fat: truncate inode timestamp updates in setattrFrank Sorenson2018-10-311-0/+12
* fat: change timestamp updates to use fat_truncate_timeFrank Sorenson2018-10-315-20/+20