index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fat
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Merge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-3
/
+10
2026-08-17
Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
7
-56
/
+83
2026-08-17
Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-2
/
+2
2026-08-17
Merge tag 'vfs-7.3-rc1.fat' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+3
2026-08-03
fat: release buffer head after rebuilding parent
Yichong Chen
1
-1
/
+3
2026-08-03
FAT: allow 0xE9 near jump in fat_read_static_bpb()
Ziran Zhang
1
-2
/
+3
2026-08-03
fat: restore original value when fat_ent_write failed
Yemu Lu
1
-0
/
+4
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
2
-2
/
+2
2026-07-27
fat: Fix persisting directory entries on fsync(2) of the root directory
Christian Brauner
1
-3
/
+8
2026-07-27
fat: Propagate inode buffer write errors from fat_sync_inode_metadata()
Christian Brauner
1
-1
/
+6
2026-07-27
fat: Fix lost inode update in do_msdos_rename() with DIRSYNC
Christian Brauner
1
-2
/
+2
2026-07-27
fat: Replace fat_sync_inode() with sync_inode_metadata()
Jan Kara
7
-50
/
+34
2026-07-27
fat: Fix missed inode writeback during fsync(2)
Jan Kara
2
-12
/
+45
2026-07-09
fat: avoid stack overflow warning
Arnd Bergmann
2
-4
/
+4
2026-07-01
fat: stop reading directory entries past the end-of-directory marker
Matteo Croce
1
-4
/
+40
2026-06-30
fat: reject name longer than NAME_MAX in msdos_format_name()
Zizhi Wo
1
-0
/
+3
2026-06-21
Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-1
/
+42
2026-06-17
fat: reject BPB volumes whose data area starts beyond total sectors
Samuel Moelius
1
-0
/
+8
2026-06-11
fs: fat: inode: replace sprintf() with scnprintf()
Maxwell Doose
1
-1
/
+1
2026-05-28
kunit: fat: test cluster and directory i_pos layout helpers
Adi Nata
1
-0
/
+33
2026-05-11
fat: Implement fileattr_get for case sensitivity
Chuck Lever
4
-0
/
+41
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
7
-20
/
+36
2026-03-26
fat: Track metadata bhs in fs-private inode part
Jan Kara
7
-20
/
+34
2026-03-26
fat: Sync and invalidate metadata buffers from fat_evict_inode()
Jan Kara
1
-1
/
+3
2026-03-26
fat: Switch to generic_buffers_fsync_noflush()
Jan Kara
1
-1
/
+1
2026-03-26
fat: fix stack frame size warnings in KUnit tests
Christian Brauner
1
-1
/
+1
2026-03-24
fat: add KUnit tests for timestamp conversion helpers
avivdaum
2
-8
/
+175
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-3
/
+3
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
4
-4
/
+16
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-4
/
+3
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-0
/
+4
2026-01-26
fat: avoid parent link count underflow in rmdir
Zhiyu Zhang
2
-2
/
+12
2026-01-20
fat: remove unused parameter
Lalit Shankar Chowdhury
1
-2
/
+2
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
2
-0
/
+2
2026-01-12
fs: refactor ->update_time handling
Christoph Hellwig
2
-21
/
+8
2026-01-12
fat: cleanup the flags for fat_truncate_time
Christoph Hellwig
7
-51
/
+44
2026-01-12
fat: add setlease file operation
Jeff Layton
2
-0
/
+4
2025-12-15
fs: use min() or umin() instead of min_t()
David Laight
2
-4
/
+3
2025-12-13
Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-6
/
+1
2025-12-10
fs/fat: remove unnecessary wrapper fat_max_cache()
Lalit Shankar Chowdhury
1
-6
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+1
2025-11-05
fs: inline current_umask() and move it to fs_struct.h
Mateusz Guzik
1
-0
/
+1
2025-11-05
vfat: fix missing sb_min_blocksize() return value checks
Yongpeng Yang
1
-1
/
+5
2025-09-13
vfat: remove unused variable
zhoumin
1
-4
/
+3
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-4
/
+4
2025-08-02
fat: fix too many log in fat_chain_add()
OGAWA Hirofumi
1
-3
/
+3
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-8
/
+10
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-8
/
+10
[next]