index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
exfat
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
exfat: fix out-of-bounds in exfat_nls_to_ucs2()
Jeongjun Park
4
-8
/
+5
2025-10-15
exfat: fix improper check of dentry.stream.valid_size
Jaehun Gou
1
-1
/
+5
2025-10-03
Merge tag 'exfat-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat
Linus Torvalds
10
-35
/
+360
2025-09-30
exfat: Add support for FS_IOC_{GET,SET}FSLABEL
Ethan Ferguson
5
-1
/
+226
2025-09-30
exfat: combine iocharset and utf8 option setup
Sang-Heon Jeon
1
-9
/
+15
2025-09-30
exfat: support modifying mount options via remount
Yuezhang Mo
1
-6
/
+38
2025-09-30
exfat: optimize allocation bitmap loading time
Namjae Jeon
1
-0
/
+13
2025-09-30
exfat: Remove unnecessary parentheses
Liao Yuanhong
1
-1
/
+1
2025-09-30
exfat: drop redundant conversion to bool
Xichao Zhao
1
-1
/
+1
2025-09-30
exfat: validate cluster allocation bits of the allocation bitmap
Namjae Jeon
1
-12
/
+60
2025-09-30
exfat: limit log print for IO error
Chi Zhiling
1
-5
/
+6
2025-09-15
exfat_find(): constify qstr argument
Al Viro
1
-1
/
+1
2025-08-01
exfat: add cluster chain loop check for dir
Yuezhang Mo
4
-11
/
+48
2025-08-01
exfat: fdatasync flag should be same like generic_write_sync()
Zhengxu Zhang
1
-3
/
+2
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
-4
/
+6
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-13
/
+14
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
2
-13
/
+14
2025-06-19
fs: replace mmap hook with .mmap_prepare for simple mappings
Lorenzo Stoakes
1
-4
/
+6
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-2
/
+2
2025-05-26
exfat: do not clear volume dirty flag during sync
Yuezhang Mo
1
-23
/
+7
2025-05-26
exfat: fix double free in delayed_free
Namjae Jeon
1
-0
/
+1
2025-03-29
exfat: call bh_read in get_block only when necessary
Sungjong Seo
1
-82
/
+77
2025-03-29
exfat: fix potential wrong error return from get_block
Sungjong Seo
1
-0
/
+2
2025-03-27
exfat: fix missing shutdown check
Yuezhang Mo
1
-2
/
+27
2025-03-27
exfat: fix the infinite loop in exfat_find_last_cluster()
Yuezhang Mo
1
-1
/
+1
2025-03-27
exfat: fix random stack corruption after get_block
Sungjong Seo
1
-6
/
+33
2025-03-27
exfat: remove count used cluster from exfat_statfs()
Yuezhang Mo
2
-12
/
+0
2025-03-27
exfat: support batch discard of clusters when freeing clusters
Yuezhang Mo
2
-14
/
+29
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-4
/
+4
2025-03-05
exfat: add a check for invalid data size
Yuezhang Mo
1
-0
/
+5
2025-03-05
exfat: short-circuit zero-byte writes in exfat_file_write_iter
Eric Sandeen
1
-1
/
+1
2025-03-05
exfat: fix soft lockup in exfat_clear_bitmap
Namjae Jeon
3
-7
/
+16
2025-03-05
exfat: fix just enough dentries but allocate a new cluster to dir
Yuezhang Mo
1
-1
/
+1
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-8
/
+3
2025-01-27
exfat_d_revalidate(): use stable parent inode passed by caller
Al Viro
1
-7
/
+1
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-1
/
+2
2024-12-31
exfat: fix the infinite loop in __exfat_free_cluster()
Yuezhang Mo
1
-0
/
+10
2024-12-31
exfat: fix the new buffer was not zeroed before writing
Yuezhang Mo
1
-0
/
+6
2024-12-31
exfat: fix the infinite loop in exfat_readdir()
Yuezhang Mo
1
-1
/
+2
2024-12-17
exfat: fix exfat_find_empty_entry() not returning error on failure
Yuezhang Mo
1
-2
/
+2
2024-11-25
exfat: reduce FAT chain traversal
Yuezhang Mo
3
-9
/
+32
2024-11-25
exfat: code cleanup for exfat_readdir()
Yuezhang Mo
1
-22
/
+2
2024-11-25
exfat: remove argument 'p_dir' from exfat_add_entry()
Yuezhang Mo
1
-10
/
+4
2024-11-25
exfat: move exfat_chain_set() out of __exfat_resolve_path()
Yuezhang Mo
1
-34
/
+26
2024-11-25
exfat: add exfat_get_dentry_set_by_ei() helper
Yuezhang Mo
3
-36
/
+21
2024-11-25
exfat: rename argument name for exfat_move_file and exfat_rename_file
Yuezhang Mo
1
-12
/
+12
2024-11-25
exfat: remove unnecessary read entry in __exfat_rename()
Yuezhang Mo
1
-16
/
+4
2024-11-25
exfat: fix file being changed by unaligned direct write
Yuezhang Mo
1
-0
/
+10
2024-11-25
exfat: fix uninit-value in __exfat_get_dentry_set
Namjae Jeon
1
-0
/
+1
[next]