summaryrefslogtreecommitdiffstats
path: root/fs/fat
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+2
2022-12-11fat: remove ->writepageChristoph Hellwig1-7/+2
2022-11-30fat (exportfs): fix some kernel-doc warningsBo Liu1-2/+2
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2022-09-20fat: port to vfs{g,u}id_t and associated helpersChristian Brauner1-2/+3
2022-08-17Change calling conventions for filldir_tAl Viro1-4/+4
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-39/+192
2022-06-26attr: port attribute changes to new typesChristian Brauner1-3/+5
2022-06-26security: pass down mount idmapping to setattr hookChristian Brauner1-1/+2
2022-06-16fat: add renameat2 RENAME_EXCHANGE flag supportJavier Martinez Canillas1-1/+122
2022-06-16fat: factor out reusable code in vfat_rename() as helper functionsOGAWA Hirofumi1-32/+57
2022-06-16fat: add a vfat_rename2() and make existing .rename callback a helperJavier Martinez Canillas1-7/+14
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-55/+81
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+5
2022-05-19fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng3-27/+0
2022-05-19fat: report creation time in statxChung-Chiang Cheng3-5/+20
2022-05-19fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng2-10/+10
2022-05-19fat: split fat_truncate_time() into separate functionsChung-Chiang Cheng2-27/+53
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-04-29fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi1-3/+4
2022-04-29fatfs: add FAT messages to printk indexJonathan Lassoff2-5/+18
2022-04-29fatfs: remove redundant judgmentYubo Feng1-4/+2
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-2/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2-8/+4
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-23fat: use pointer to simple type in put_user()Helge Deller1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2022-01-20FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown1-2/+3
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2021-10-22fat: use sync_blockdev_nowaitChristoph Hellwig1-4/+2
2021-10-18fat: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-4/+1
2021-09-02Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds5-1/+219
2021-08-13fat: Add KUnit tests for checksums and timestampsDavid Gow5-1/+219
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-0/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-05-07fs: fat: fix spelling typo of valuesdingsenjie1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-25/+32
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+12
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24fat: handle idmapped mountsChristian Brauner3-9/+10
2021-01-24fs: make helpers idmap mount awareChristian Brauner4-16/+22
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-13fat: only specify I_DIRTY_TIME when needed in fat_update_time()Eric Biggers1-11/+12