index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
Age
Commit message (
Expand
)
Author
2023-11-28
exfat: support handle zero-size directory
Yuezhang Mo
2023-08-11
exfat: check if filename entries exceeds max filename length
Namjae Jeon
2023-08-11
exfat: release s_lock before calling dir_emit()
Sungjong Seo
2023-08-11
exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree
gaoming
2023-03-10
exfat: fix inode->i_blocks for non-512 byte sector size device
Yuezhang Mo
2023-03-10
exfat: redefine DIR_DELETED as the bad cluster number
Sungjong Seo
2023-03-10
exfat: fix unexpected EOF while reading dir
Yuezhang Mo
2023-03-10
exfat: fix reporting fs error when reading dir beyond EOF
Yuezhang Mo
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-06
Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-09-04
exfat: fix overflow for large capacity partition
Yuezhang Mo
2022-09-01
exfat_iterate(): don't open-code file_inode(file)
Al Viro
2022-08-01
exfat: Drop superfluous new line for error messages
Takashi Iwai
2022-08-01
exfat: Downgrade ENAMETOOLONG error message to debug messages
Takashi Iwai
2022-08-01
exfat: Expand exfat_err() and co directly to pr_*() macro
Takashi Iwai
2022-08-01
exfat: Define NLS_NAME_* as bit flags explicitly
Takashi Iwai
2022-08-01
exfat: Return ENAMETOOLONG consistently for oversized paths
Takashi Iwai
2022-08-01
exfat: remove duplicate write inode for extending dir/file
Yuezhang Mo
2022-08-01
exfat: remove duplicate write inode for truncating file
Yuezhang Mo
2022-08-01
exfat: reuse __exfat_write_inode() to update directory entry
Yuezhang Mo
2022-06-09
exfat: use updated exfat_chain directly during renaming
Sungjong Seo
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-24
Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-23
exfat: check if cluster num is valid
Tadeusz Struk
2022-05-23
exfat: reduce block requests when zeroing a cluster
Yuezhang Mo
2022-05-23
exfat: introduce mount option 'sys_tz'
Chung-Chiang Cheng
2022-05-23
exfat: fix referencing wrong parent directory information after renaming
Yuezhang Mo
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2022-05-08
fs: Remove aop flags parameter from cont_write_begin()
Matthew Wilcox (Oracle)
2022-04-17
block: add a bdev_discard_granularity helper
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-01
Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-04-01
exfat: do not clear VolumeDirty in writeback
Yuezhang Mo
2022-04-01
exfat: allow access to paths with trailing dots
Vasant Karasulli
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
2022-01-10
exfat: fix missing REQ_SYNC in exfat_update_bhs()
Yuezhang.Mo
2022-01-10
exfat: remove argument 'sector' from exfat_get_dentry()
Yuezhang.Mo
2022-01-10
exfat: move super block magic number to magic.h
Namjae Jeon
2022-01-10
exfat: fix i_blocks for files truncated over 4 GiB
Christophe Vu-Brugier
2022-01-10
exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()
Christophe Vu-Brugier
2022-01-10
exfat: make exfat_find_location() static
Christophe Vu-Brugier
2022-01-10
exfat: fix typos in comments
Christophe Vu-Brugier
2022-01-10
exfat: simplify is_valid_cluster()
Christophe Vu-Brugier
2021-11-01
exfat: fix incorrect loading of i_blocks for large files
Sungjong Seo
2021-07-06
Merge tag 'exfat-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-04
exfat: handle wrong stream entry size in exfat_readdir()
Namjae Jeon
[next]