aboutsummaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-19fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng
2022-05-19fat: report creation time in statxChung-Chiang Cheng
2022-05-19fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng
2022-05-19fat: split fat_truncate_time() into separate functionsChung-Chiang Cheng
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)
2022-04-29fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi
2022-04-29fatfs: add FAT messages to printk indexJonathan Lassoff
2022-04-29fatfs: remove redundant judgmentYubo Feng
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-23fat: use pointer to simple type in put_user()Helge Deller
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-01-20FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-22fat: use sync_blockdev_nowaitChristoph Hellwig
2021-10-18fat: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-09-02Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-08-13fat: Add KUnit tests for checksums and timestampsDavid Gow
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-05-07fs: fat: fix spelling typo of valuesdingsenjie
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24fat: handle idmapped mountsChristian Brauner
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-13fat: only specify I_DIRTY_TIME when needed in fat_update_time()Eric Biggers
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-12fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi
2020-08-12VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-04fat: improve the readahead for FAT entriesOGAWA Hirofumi
2020-06-04fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-05-09fat_dir_ioctl(): hadn't needed that access_ok() for more than a decade...Al Viro