index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-01
exfat: check return value of sb_min_blocksize in exfat_read_boot_sector
Yongpeng Yang
1
-1
/
+4
2025-11-24
exfat: fix improper check of dentry.stream.valid_size
Jaehun Gou
1
-1
/
+5
2025-11-13
exfat: validate cluster allocation bits of the allocation bitmap
Namjae Jeon
1
-12
/
+60
2025-11-13
exfat: limit log print for IO error
Chi Zhiling
1
-5
/
+6
2025-08-20
exfat: add cluster chain loop check for dir
Yuezhang Mo
4
-11
/
+48
2025-08-15
exfat: fdatasync flag should be same like generic_write_sync()
Zhengxu Zhang
1
-3
/
+2
2025-05-29
exfat: call bh_read in get_block only when necessary
Sungjong Seo
1
-82
/
+77
2025-04-10
exfat: fix potential wrong error return from get_block
Sungjong Seo
1
-0
/
+2
2025-04-10
exfat: fix random stack corruption after get_block
Sungjong Seo
1
-6
/
+33
2025-04-10
exfat: add a check for invalid data size
Yuezhang Mo
1
-0
/
+5
2025-04-10
exfat: fix missing shutdown check
Yuezhang Mo
1
-2
/
+27
2025-04-10
exfat: fix the infinite loop in exfat_find_last_cluster()
Yuezhang Mo
1
-1
/
+1
2025-03-13
exfat: short-circuit zero-byte writes in exfat_file_write_iter
Eric Sandeen
1
-1
/
+1
2025-03-13
exfat: fix soft lockup in exfat_clear_bitmap
Namjae Jeon
3
-7
/
+16
2025-03-13
exfat: fix just enough dentries but allocate a new cluster to dir
Yuezhang Mo
1
-1
/
+1
2025-01-17
exfat: fix the infinite loop in __exfat_free_cluster()
Yuezhang Mo
1
-0
/
+10
2025-01-17
exfat: fix the new buffer was not zeroed before writing
Yuezhang Mo
1
-0
/
+6
2025-01-17
exfat: fix the infinite loop in exfat_readdir()
Yuezhang Mo
1
-1
/
+2
2024-12-05
exfat: fix out-of-bounds access of directory entries
Yuezhang Mo
1
-4
/
+16
2024-12-05
exfat: fix uninit-value in __exfat_get_dentry_set
Namjae Jeon
1
-0
/
+1
2024-12-05
exfat: fix file being changed by unaligned direct write
Yuezhang Mo
1
-0
/
+10
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
3
-3
/
+3
2024-09-23
exfat: resolve memory leak from exfat_create_upcase_table()
Daniel Yang
1
-1
/
+4
2024-09-23
exfat: move extend valid_size into ->page_mkwrite()
Yuezhang Mo
1
-25
/
+45
2024-09-18
exfat: fix memory leak in exfat_load_bitmap()
Yuezhang Mo
1
-5
/
+5
2024-09-18
exfat: Implement sops->shutdown and ioctl
Dongliang Cui
5
-0
/
+96
2024-09-17
exfat: do not fallback to buffered write
Yuezhang Mo
5
-74
/
+15
2024-09-17
exfat: drop ->i_size_ondisk
Yuezhang Mo
5
-25
/
+12
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2
-7
/
+6
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2
-3
/
+3
2024-07-17
Merge tag 'exfat-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-11
/
+15
2024-07-15
exfat: fix potential deadlock on __exfat_get_dentry_set
Sungjong Seo
1
-1
/
+1
2024-07-15
exfat: handle idmapped mounts
Michael Jeanson
2
-10
/
+14
2024-07-02
exfat: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-4
/
+4
2024-04-25
exfat: zero the reserved fields of file and stream extension dentries
Yuezhang Mo
1
-0
/
+2
2024-03-31
exfat: fix timing of synchronizing bitmap and inode
Yuezhang Mo
1
-4
/
+3
2024-03-21
Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-376
/
+293
2024-03-19
exfat: remove duplicate update parent dir
Yuezhang Mo
1
-1
/
+2
2024-03-19
exfat: do not sync parent dir if just update timestamp
Yuezhang Mo
1
-11
/
+8
2024-03-19
exfat: remove unused functions
Yuezhang Mo
3
-64
/
+4
2024-03-19
exfat: convert exfat_find_empty_entry() to use dentry cache
Yuezhang Mo
1
-84
/
+42
2024-03-19
exfat: convert exfat_init_ext_entry() to use dentry cache
Yuezhang Mo
3
-77
/
+33
2024-03-19
exfat: move free cluster out of exfat_init_ext_entry()
Yuezhang Mo
2
-5
/
+3
2024-03-19
exfat: convert exfat_remove_entries() to use dentry cache
Yuezhang Mo
3
-115
/
+90
2024-03-19
exfat: convert exfat_add_entry() to use dentry cache
Yuezhang Mo
3
-33
/
+22
2024-03-19
exfat: add exfat_get_empty_dentry_set() helper
Yuezhang Mo
2
-0
/
+82
2024-03-19
exfat: add __exfat_get_dentry_set() helper
Yuezhang Mo
2
-22
/
+43
2024-03-12
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
2
-2
/
+2
2024-03-01
Merge tag 'exfat-for-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+22
2024-02-25
Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-19
/
+16
[next]