summaryrefslogtreecommitdiffstats
path: root/fs/fat
AgeCommit message (Expand)AuthorLines
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-39/+192
2022-06-26attr: port attribute changes to new typesChristian Brauner-3/+5
2022-06-26security: pass down mount idmapping to setattr hookChristian Brauner-1/+2
2022-06-16fat: add renameat2 RENAME_EXCHANGE flag supportJavier Martinez Canillas-1/+122
2022-06-16fat: factor out reusable code in vfat_rename() as helper functionsOGAWA Hirofumi-32/+57
2022-06-16fat: add a vfat_rename2() and make existing .rename callback a helperJavier Martinez Canillas-7/+14
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-55/+81
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-5/+5
2022-05-19fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng-27/+0
2022-05-19fat: report creation time in statxChung-Chiang Cheng-5/+20
2022-05-19fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng-10/+10
2022-05-19fat: split fat_truncate_time() into separate functionsChung-Chiang Cheng-27/+53
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)-1/+1
2022-04-29fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi-3/+4
2022-04-29fatfs: add FAT messages to printk indexJonathan Lassoff-5/+18
2022-04-29fatfs: remove redundant judgmentYubo Feng-4/+2
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig-2/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-8/+4
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2022-03-23fat: use pointer to simple type in put_user()Helge Deller-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)-0/+1
2022-01-20FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown-2/+3
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+2
2021-10-22fat: use sync_blockdev_nowaitChristoph Hellwig-4/+2
2021-10-18fat: use bdev_nr_sectors instead of open coding itChristoph Hellwig-4/+1
2021-09-02Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-1/+219
2021-08-13fat: Add KUnit tests for checksums and timestampsDavid Gow-1/+219
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig-0/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig-0/+1
2021-05-07fs: fat: fix spelling typo of valuesdingsenjie-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-25/+32
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+12
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig-1/+1
2021-01-24fat: handle idmapped mountsChristian Brauner-9/+10
2021-01-24fs: make helpers idmap mount awareChristian Brauner-16/+22
2021-01-24stat: handle idmapped mountsChristian Brauner-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner-2/+2
2021-01-13fat: only specify I_DIRTY_TIME when needed in fat_update_time()Eric Biggers-11/+12
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro-2/+1
2020-08-12fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi-0/+3
2020-08-12VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-06-04fat: improve the readahead for FAT entriesOGAWA Hirofumi-28/+75
2020-06-04fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi-0/+6