index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
exfat
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-30
exfat: drop redundant conversion to bool
Xichao Zhao
1
-1
/
+1
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-7
/
+9
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 random stack corruption after get_block
Sungjong Seo
1
-6
/
+33
2024-11-25
exfat: add exfat_get_dentry_set_by_ei() helper
Yuezhang Mo
1
-1
/
+1
2024-09-18
exfat: Implement sops->shutdown and ioctl
Dongliang Cui
1
-0
/
+9
2024-09-17
exfat: do not fallback to buffered write
Yuezhang Mo
1
-59
/
+15
2024-09-17
exfat: drop ->i_size_ondisk
Yuezhang Mo
1
-12
/
+5
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-03-19
exfat: remove unused functions
Yuezhang Mo
1
-1
/
+1
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
1
-1
/
+13
2024-01-08
exfat: change to get file size from DataLength
Yuezhang Mo
1
-17
/
+107
2023-11-03
exfat: fix setting uninitialized time to ctime/atime
Yuezhang Mo
1
-2
/
+2
2023-10-31
exfat: add ioctls for accessing attributes
Jan Cincera
1
-3
/
+3
2023-10-18
exfat: convert to new timestamp accessors
Jeff Layton
1
-14
/
+17
2023-07-13
exfat: convert to ctime accessor functions
Jeff Layton
1
-3
/
+3
2023-02-27
exfat: fix inode->i_blocks for non-512 byte sector size device
Yuezhang Mo
1
-4
/
+2
2022-12-15
Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+8
2022-12-11
extfat: remove ->writepage
Christoph Hellwig
1
-7
/
+2
2022-12-12
exfat: remove i_size_write() from __exfat_truncate()
Yuezhang Mo
1
-1
/
+1
2022-12-12
exfat: remove argument 'size' from exfat_truncate()
Yuezhang Mo
1
-1
/
+1
2022-12-12
exfat: replace magic numbers with Macros
Yuezhang Mo
1
-2
/
+2
2022-12-12
exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()
Yuezhang Mo
1
-1
/
+1
2022-12-12
exfat: move exfat_entry_set_cache from heap to stack
Yuezhang Mo
1
-7
/
+6
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-08-01
exfat: remove duplicate write inode for extending dir/file
Yuezhang Mo
1
-8
/
+1
2022-08-01
exfat: remove duplicate write inode for truncating file
Yuezhang Mo
1
-0
/
+1
2022-08-01
exfat: reuse __exfat_write_inode() to update directory entry
Yuezhang Mo
1
-26
/
+11
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove aop flags parameter from cont_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-01-10
exfat: fix i_blocks for files truncated over 4 GiB
Christophe Vu-Brugier
1
-2
/
+2
2022-01-10
exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()
Christophe Vu-Brugier
1
-5
/
+4
2022-01-10
exfat: fix typos in comments
Christophe Vu-Brugier
1
-1
/
+1
2021-11-01
exfat: fix incorrect loading of i_blocks for large files
Sungjong Seo
1
-1
/
+1
2021-06-29
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
1
-0
/
+1
2021-04-27
exfat: improve write performance when dirsync enabled
Hyeongseok Kim
1
-1
/
+2
2020-10-22
exfat: remove 'rwoffset' in exfat_inode_info
Tetsuhiro Kohada
1
-3
/
+0
2020-10-22
exfat: replace memcpy with structure assignment
Tetsuhiro Kohada
1
-1
/
+1
2020-10-07
exfat: fix use of uninitialized spinlock on error path
Namjae Jeon
1
-2
/
+0
2020-08-12
exfat: retain 'VolumeFlags' properly
Tetsuhiro Kohada
1
-2
/
+2
2020-08-12
exfat: add error check when updating dir-entries
Tetsuhiro Kohada
1
-4
/
+5
2020-06-09
Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-33
/
+24
2020-06-09
exfat: optimize dir-cache
Tetsuhiro Kohada
1
-31
/
+22
2020-06-09
exfat: replace 'time_ms' with 'time_cs'
Tetsuhiro Kohada
1
-2
/
+2
[next]