summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
6 daysMerge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/...Linus Torvalds
11 daysMerge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.fat' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-03fat: release buffer head after rebuilding parentYichong Chen
2026-08-03FAT: allow 0xE9 near jump in fat_read_static_bpb()Ziran Zhang
2026-08-03fat: restore original value when fat_ent_write failedYemu Lu
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-27fat: Fix persisting directory entries on fsync(2) of the root directoryChristian Brauner
2026-07-27fat: Propagate inode buffer write errors from fat_sync_inode_metadata()Christian Brauner
2026-07-27fat: Fix lost inode update in do_msdos_rename() with DIRSYNCChristian Brauner
2026-07-27fat: Replace fat_sync_inode() with sync_inode_metadata()Jan Kara
2026-07-27fat: Fix missed inode writeback during fsync(2)Jan Kara
2026-07-09fat: avoid stack overflow warningArnd Bergmann
2026-07-01fat: stop reading directory entries past the end-of-directory markerMatteo Croce
2026-06-30fat: reject name longer than NAME_MAX in msdos_format_name()Zizhi Wo
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-06-17fat: reject BPB volumes whose data area starts beyond total sectorsSamuel Moelius
2026-06-11fs: fat: inode: replace sprintf() with scnprintf()Maxwell Doose
2026-05-28kunit: fat: test cluster and directory i_pos layout helpersAdi Nata
2026-05-11fat: Implement fileattr_get for case sensitivityChuck Lever
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-03-26fat: Track metadata bhs in fs-private inode partJan Kara
2026-03-26fat: Sync and invalidate metadata buffers from fat_evict_inode()Jan Kara
2026-03-26fat: Switch to generic_buffers_fsync_noflush()Jan Kara
2026-03-26fat: fix stack frame size warnings in KUnit testsChristian Brauner
2026-03-24fat: add KUnit tests for timestamp conversion helpersavivdaum
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-26fat: avoid parent link count underflow in rmdirZhiyu Zhang
2026-01-20fat: remove unused parameterLalit Shankar Chowdhury
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig
2026-01-12fat: cleanup the flags for fat_truncate_timeChristoph Hellwig
2026-01-12fat: add setlease file operationJeff Layton
2025-12-15fs: use min() or umin() instead of min_t()David Laight
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-10fs/fat: remove unnecessary wrapper fat_max_cache()Lalit Shankar Chowdhury
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik
2025-11-05vfat: fix missing sb_min_blocksize() return value checksYongpeng Yang
2025-09-13vfat: remove unused variablezhoumin
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-08-02fat: fix too many log in fat_chain_add()OGAWA Hirofumi
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen