| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | Merge branch 'nfsd-next' of https://git.kernel.org/pub/scm/linux/kernel/git/c... | Mark Brown | 3 | -2/+19 |
| 9 days | exfat: serialize truncate against in-flight DIO | Namjae Jeon | 1 | -0/+6 |
| 9 days | exfat: add support for SEEK_HOLE and SEEK_DATA in llseek | Namjae Jeon | 2 | -5/+52 |
| 9 days | exfat: add iomap direct I/O support | Namjae Jeon | 6 | -220/+119 |
| 9 days | exfat: add iomap buffered I/O support | Namjae Jeon | 7 | -130/+367 |
| 9 days | exfat: fix implicit declaration of brelse() | Namjae Jeon | 1 | -0/+1 |
| 9 days | exfat: add data_start_bytes and exfat_cluster_to_phys_bytes() helper | Namjae Jeon | 2 | -0/+9 |
| 9 days | exfat: add support for multi-cluster allocation | Namjae Jeon | 6 | -31/+26 |
| 9 days | exfat: add exfat_file_open() | Namjae Jeon | 1 | -0/+9 |
| 9 days | exfat: add balloc parameter to exfat_map_cluster() for iomap support | Namjae Jeon | 1 | -2/+5 |
| 9 days | exfat: replace unsafe macros with static inline functions | Namjae Jeon | 8 | -86/+147 |
| 9 days | exfat: simplify exfat_lookup() | Al Viro | 1 | -43/+13 |
| 9 days | exfat: fix potential use-after-free in exfat_find_dir_entry() | Michael Bommarito | 1 | -1/+3 |
| 9 days | exfat: fix handling of damaged volume in exfat_create_upcase_table() | David Timber | 1 | -6/+13 |
| 2026-05-11 | exfat: Implement fileattr_get for case sensitivity | Chuck Lever | 3 | -2/+19 |
| 2026-04-13 | Merge tag 'exfat-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 10 | -218/+265 |
| 2026-04-03 | exfat: use exfat_chain_advance helper | Chi Zhiling | 2 | -74/+25 |
| 2026-04-03 | exfat: introduce exfat_chain_advance helper | Chi Zhiling | 1 | -0/+21 |
| 2026-04-03 | exfat: remove NULL cache pointer case in exfat_ent_get | Chi Zhiling | 1 | -14/+9 |
| 2026-04-03 | exfat: use exfat_cluster_walk helper | Chi Zhiling | 2 | -45/+13 |
| 2026-04-03 | exfat: introduce exfat_cluster_walk helper | Chi Zhiling | 1 | -1/+22 |
| 2026-04-03 | exfat: fix incorrect directory checksum after rename to shorter name | Chi Zhiling | 1 | -0/+1 |
| 2026-03-31 | exfat: fix s_maxbytes | David Timber | 3 | -3/+10 |
| 2026-03-26 | fs: Rename generic_file_fsync() to simple_fsync() | Jan Kara | 1 | -1/+1 |
| 2026-03-26 | exfat: Drop pointless invalidate_inode_buffers() call | Jan Kara | 1 | -1/+0 |
| 2026-03-26 | exfat: fix passing zero to ERR_PTR() in exfat_mkdir() | Yang Wen | 1 | -3/+4 |
| 2026-03-05 | exfat: fix error handling for FAT table operations | Chi Zhiling | 5 | -10/+16 |
| 2026-03-05 | exfat: optimize exfat_chain_cont_cluster with cached buffer heads | Chi Zhiling | 1 | -12/+37 |
| 2026-03-05 | exfat: drop redundant sec parameter from exfat_mirror_bh | Chi Zhiling | 1 | -7/+4 |
| 2026-03-05 | exfat: use readahead helper in exfat_get_dentry | Chi Zhiling | 1 | -38/+14 |
| 2026-03-05 | exfat: use readahead helper in exfat_allocate_bitmap | Chi Zhiling | 1 | -12/+6 |
| 2026-03-05 | exfat: add block readahead in exfat_chain_cont_cluster | Chi Zhiling | 2 | -2/+46 |
| 2026-03-04 | exfat: add fallocate FALLOC_FL_ALLOCATE_RANGE support | David Timber | 1 | -0/+41 |
| 2026-03-04 | exfat: Fix bitwise operation having different size | Philipp Hahn | 1 | -1/+1 |
| 2026-03-04 | exfat: Drop dead assignment of num_clusters | Philipp Hahn | 1 | -1/+0 |
| 2026-02-26 | exfat: use truncate_inode_pages_final() at evict_inode() | Yang Wen | 1 | -1/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 3 | -4/+4 |
| 2026-02-12 | exfat: add blank line after declarations | William Hansen-Baird | 2 | -0/+2 |
| 2026-02-12 | exfat: remove unnecessary else after return statement | William Hansen-Baird | 1 | -2/+3 |
| 2026-02-12 | exfat: support multi-cluster for exfat_get_cluster | Chi Zhiling | 3 | -8/+53 |
| 2026-02-12 | exfat: return the start of next cache in exfat_cache_lookup | Chi Zhiling | 1 | -12/+37 |
| 2026-02-12 | exfat: tweak cluster cache to support zero offset | Chi Zhiling | 1 | -2/+2 |
| 2026-02-12 | exfat: support multi-cluster for exfat_map_cluster | Chi Zhiling | 1 | -13/+17 |
| 2026-02-12 | exfat: remove handling of non-file types in exfat_map_cluster | Chi Zhiling | 1 | -17/+1 |
| 2026-02-12 | exfat: reuse cache to improve exfat_get_cluster | Chi Zhiling | 1 | -1/+3 |
| 2026-02-12 | exfat: reduce the number of parameters for exfat_get_cluster() | Chi Zhiling | 3 | -24/+11 |
| 2026-02-12 | exfat: remove the unreachable warning for cache miss cases | Chi Zhiling | 1 | -12/+1 |
| 2026-02-12 | exfat: remove the check for infinite cluster chain loop | Chi Zhiling | 1 | -10/+0 |
| 2026-02-12 | exfat: improve exfat_find_last_cluster | Chi Zhiling | 1 | -1/+3 |
| 2026-02-12 | exfat: improve exfat_count_num_clusters | Chi Zhiling | 1 | -1/+3 |
| 2026-02-12 | exfat: support reuse buffer head for exfat_ent_get | Chi Zhiling | 3 | -18/+27 |
| 2026-02-12 | exfat: add cache option for __exfat_ent_get | Chi Zhiling | 1 | -7/+13 |
| 2026-02-12 | exfat: reduce unnecessary writes during mmap write | Yuling Dong | 1 | -9/+6 |
| 2026-02-12 | exfat: improve error code handling in exfat_find_empty_entry() | Haotian Zhang | 1 | -2/+2 |
| 2026-01-12 | exfat: add setlease file operation | Jeff Layton | 2 | -0/+4 |
| 2025-12-03 | exfat: fix remount failure in different process environments | Yuezhang Mo | 1 | -4/+15 |
| 2025-12-03 | exfat: fix divide-by-zero in exfat_allocate_bitmap | Namjae Jeon | 1 | -1/+1 |
| 2025-12-03 | exfat: validate the cluster bitmap bits of directory | Namjae Jeon | 5 | -9/+46 |
| 2025-12-03 | exfat: zero out post-EOF page cache on file extension | Yuezhang Mo | 1 | -0/+5 |
| 2025-12-03 | exfat: fix refcount leak in exfat_find | Shuhao Fu | 1 | -10/+10 |
| 2025-11-17 | Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+4 |
| 2025-11-05 | exfat: check return value of sb_min_blocksize in exfat_read_boot_sector | Yongpeng Yang | 1 | -1/+4 |
| 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/g... | 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/k... | Linus Torvalds | 1 | -4/+6 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | 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 | -81/+76 |
| 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/kern... | 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/... | 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 |
| 2024-11-25 | exfat: fix out-of-bounds access of directory entries | Yuezhang Mo | 1 | -4/+16 |
| 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 | -374/+291 |
| 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 | -82/+40 |
| 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 | -14/+21 |
| 2024-02-25 | Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -19/+16 |
| 2024-02-25 | exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper | Al Viro | 3 | -19/+16 |
| 2024-02-18 | exfat: fix appending discontinuous clusters to empty file | Yuezhang Mo | 1 | -14/+21 |
| 2024-01-18 | exfat: fix zero the unwritten part for dio read | Yuezhang Mo | 1 | -4/+3 |
| 2024-01-08 | exfat: do not zero the extended part | Yuezhang Mo | 2 | -21/+70 |
| 2024-01-08 | exfat: change to get file size from DataLength | Yuezhang Mo | 4 | -19/+231 |
| 2024-01-08 | exfat: using ffs instead of internal logic | John Sanpe | 2 | -28/+16 |
| 2024-01-08 | exfat: using hweight instead of internal logic | John Sanpe | 1 | -27/+21 |
| 2023-11-03 | exfat: fix ctime is not updated | Yuezhang Mo | 1 | -0/+1 |
| 2023-11-03 | exfat: fix setting uninitialized time to ctime/atime | Yuezhang Mo | 1 | -2/+2 |
| 2023-10-31 | exfat: support create zero-size directory | Yuezhang Mo | 4 | -8/+20 |
| 2023-10-31 | exfat: support handle zero-size directory | Yuezhang Mo | 1 | -7/+22 |
| 2023-10-31 | exfat: add ioctls for accessing attributes | Jan Cincera | 7 | -32/+128 |
| 2023-10-18 | exfat: convert to new timestamp accessors | Jeff Layton | 6 | -35/+47 |
| 2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-08-28 | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -21/+20 |
| 2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 4 | -23/+18 |
| 2023-08-10 | exfat: free the sbi and iocharset in ->kill_sb | Christoph Hellwig | 1 | -10/+18 |
| 2023-08-10 | exfat: don't RCU-free the sbi | Christoph Hellwig | 2 | -13/+4 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
| 2023-08-06 | vfs: get rid of old '->iterate' directory operation | Linus Torvalds | 1 | -1/+2 |
| 2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 1 | -0/+1 |
| 2023-07-15 | exfat: release s_lock before calling dir_emit() | Sungjong Seo | 1 | -15/+12 |
| 2023-07-13 | exfat: check if filename entries exceeds max filename length | Namjae Jeon | 1 | -2/+7 |
| 2023-07-13 | exfat: convert to ctime accessor functions | Jeff Layton | 4 | -19/+15 |
| 2023-07-11 | exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree | gaoming | 1 | -3/+3 |
| 2023-07-10 | exfat: convert to simple_rename_timestamp | Jeff Layton | 1 | -3/+2 |
| 2023-07-10 | exfat: ensure that ctime is updated whenever the mtime is | Jeff Layton | 1 | -4/+4 |
| 2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
| 2023-03-01 | Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -60/+101 |
| 2023-02-28 | exfat: fix the newly allocated clusters are not freed in error handling | Yuezhang Mo | 1 | -10/+8 |
| 2023-02-28 | exfat: don't print error log in normal case | Yuezhang Mo | 1 | -2/+3 |
| 2023-02-28 | exfat: remove unneeded code from exfat_alloc_cluster() | Yuezhang Mo | 1 | -8/+1 |
| 2023-02-27 | exfat: handle unreconized benign secondary entries | Namjae Jeon | 3 | -25/+81 |
| 2023-02-27 | exfat: fix inode->i_blocks for non-512 byte sector size device | Yuezhang Mo | 4 | -9/+5 |
| 2023-02-27 | exfat: redefine DIR_DELETED as the bad cluster number | Sungjong Seo | 1 | -1/+1 |
| 2023-02-27 | exfat: fix reporting fs error when reading dir beyond EOF | Yuezhang Mo | 1 | -1/+1 |
| 2023-02-27 | exfat: fix unexpected EOF while reading dir | Yuezhang Mo | 1 | -4/+1 |
| 2023-02-20 | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-01-26 | fs: build the legacy direct I/O code conditionally | Christoph Hellwig | 1 | -0/+1 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -4/+4 |
| 2022-12-15 | Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -145/+187 |
| 2022-12-13 | exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set() | Yuezhang Mo | 1 | -13/+4 |
| 2022-12-13 | exfat: fix overflow in sector and cluster conversion | Yuezhang Mo | 1 | -1/+1 |
| 2022-12-11 | extfat: remove ->writepage | Christoph Hellwig | 1 | -7/+2 |
| 2022-12-12 | exfat: remove i_size_write() from __exfat_truncate() | Yuezhang Mo | 3 | -7/+5 |
| 2022-12-12 | exfat: remove argument 'size' from exfat_truncate() | Yuezhang Mo | 3 | -4/+4 |
| 2022-12-12 | exfat: remove unnecessary arguments from exfat_find_dir_entry() | Yuezhang Mo | 3 | -15/+10 |
| 2022-12-12 | exfat: remove unneeded codes from __exfat_rename() | Yuezhang Mo | 1 | -8/+1 |
| 2022-12-12 | exfat: remove call ilog2() from exfat_readdir() | Yuezhang Mo | 2 | -7/+12 |
| 2022-12-12 | exfat: replace magic numbers with Macros | Yuezhang Mo | 3 | -10/+10 |
| 2022-12-12 | exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set() | Yuezhang Mo | 4 | -11/+11 |
| 2022-12-12 | exfat: move exfat_entry_set_cache from heap to stack | Yuezhang Mo | 4 | -35/+29 |