aboutsummaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2022-03-23fat: use pointer to simple type in put_user()Gravatar Helge Deller 1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-01-20FAT: use io_schedule_timeout() instead of congestion_wait()Gravatar NeilBrown 1-2/+3
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+2
2021-10-22fat: use sync_blockdev_nowaitGravatar Christoph Hellwig 1-4/+2
2021-10-18fat: use bdev_nr_sectors instead of open coding itGravatar Christoph Hellwig 1-4/+1
2021-09-02Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 5-1/+219
2021-08-13fat: Add KUnit tests for checksums and timestampsGravatar David Gow 5-1/+219
2021-08-09block: move the bdi from the request_queue to the gendiskGravatar Christoph Hellwig 1-0/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upGravatar Christoph Hellwig 1-0/+1
2021-05-07fs: fat: fix spelling typo of valuesGravatar dingsenjie 1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-25/+32
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-11/+12
2021-01-27block: use an on-stack bio in blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2021-01-24fat: handle idmapped mountsGravatar Christian Brauner 3-9/+10
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 4-16/+22
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-13fat: only specify I_DIRTY_TIME when needed in fat_update_time()Gravatar Eric Biggers 1-11/+12
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-08-12fat: fix fat_ra_init() for data clusters == 0Gravatar OGAWA Hirofumi 1-0/+3
2020-08-12VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesGravatar Yubo Feng 1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-06-04fat: improve the readahead for FAT entriesGravatar OGAWA Hirofumi 1-28/+75
2020-06-04fat: don't allow to mount if the FAT length == 0Gravatar OGAWA Hirofumi 1-0/+6
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+3
2020-06-02fs: convert mpage_readpages to mpage_readaheadGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+0
2020-05-22block: remove the error_sector argument to blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2020-05-09fat_dir_ioctl(): hadn't needed that access_ok() for more than a decade...Gravatar Al Viro 1-4/+0
2020-04-20docs: fix broken references to text filesGravatar Mauro Carvalho Chehab 1-4/+4
2020-03-06fat: fix uninit-memory access for partial initialized inodeGravatar OGAWA Hirofumi 1-12/+7
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+9
2019-12-18fat: use prandom_u32() for i_generationGravatar Arnd Bergmann 1-1/+2
2019-12-08fs: fat: Eliminate timespec64_trunc() usageGravatar Deepa Dinamani 1-1/+9
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-12/+1
2019-09-25fat: delete an unnecessary check before brelse()Gravatar Markus Elfring 1-3/+1
2019-09-24fat: work around race with userspace's read via blockdev while mountingGravatar OGAWA Hirofumi 2-2/+14
2019-08-30fs: fat: Initialize filesystem timestamp rangesGravatar Deepa Dinamani 1-0/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Gravatar Thomas Gleixner 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 3-0/+3
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 3-0/+3