summaryrefslogtreecommitdiffstats
path: root/fs/fat
AgeCommit message (Expand)AuthorLines
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+2
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-02-02fat: fix return value of vfat_bad_char() and vfat_replace_char() functionsPali Rohár-2/+2
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig-0/+1
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner-3/+2
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner-4/+4
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-6/+7
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+2
2022-12-11fat: remove ->writepageChristoph Hellwig-7/+2
2022-11-30fat (exportfs): fix some kernel-doc warningsBo Liu-2/+2
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-4/+4
2022-09-20fat: port to vfs{g,u}id_t and associated helpersChristian Brauner-2/+3
2022-08-17Change calling conventions for filldir_tAl Viro-4/+4
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