index
:
pub/scm/linux/kernel/git/ti/linux.git
master
TI groups fork of linux.git for Texas Instruments SoCs
TI Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-28
Merge tag 'f2fs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+41
2026-08-17
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
1
-85
/
+10
2026-08-11
f2fs: call __add_ino_entry out of the eviction path
Jaegeuk Kim
1
-1
/
+12
2026-08-11
f2fs: support dynamic reserve/release for device aliasing
Daeho Jeong
1
-2
/
+2
2026-08-05
f2fs: fix valid block count leak on data block allocation failure
Chen Changcheng
1
-1
/
+4
2026-08-04
f2fs: Run f2fs_write_end_io() asynchronously
Bart Van Assche
1
-1
/
+20
2026-07-31
f2fs: convert iomap ops to ->iomap_next()
Joanne Koong
1
-1
/
+3
2026-07-28
f2fs: fix folio_nr_pages() race after put in large folio invalidate
Zhaoyang Huang
1
-1
/
+2
2026-07-28
f2fs: drop FGP_NOFS in f2fs_write_begin()
Chao Yu
1
-1
/
+1
2026-07-20
f2fs: Update outdated comment in f2fs_write_begin()
Eric Biggers
1
-1
/
+1
2026-07-20
f2fs: Remove fs-layer file contents en/decryption code
Eric Biggers
1
-84
/
+9
2026-06-22
f2fs: Split f2fs_write_end_io()
Bart Van Assche
1
-5
/
+9
2026-06-22
f2fs: Rename f2fs_post_read_wq into f2fs_wq
Bart Van Assche
1
-14
/
+8
2026-06-22
f2fs: Prepare for supporting delayed bio completion
Bart Van Assche
1
-1
/
+6
2026-06-22
f2fs: read COW data with the original inode during atomic write
Mikhail Lobanov
1
-10
/
+16
2026-06-22
f2fs: skip inode folio lookup for cached overwrite
Wenjie Qi
1
-0
/
+5
2026-06-22
f2fs: keep atomic write retry from zeroing original data
Wenjie Qi
1
-5
/
+11
2026-06-22
f2fs: fix missing read bio submission on large folio error
Wenjie Qi
1
-6
/
+5
2026-05-22
f2fs: fix potential deadlock in f2fs_balance_fs()
Ruipeng Qi
1
-0
/
+29
2026-05-22
f2fs: support to report fserror
Chao Yu
1
-1
/
+4
2026-05-22
f2fs: map data writes to FDP streams
Wenjie Qi
1
-0
/
+2
2026-04-21
Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-19
/
+34
2026-04-18
f2fs: add page-order information for large folio reads in iostat
Daniel Lee
1
-0
/
+4
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
1
-1
/
+1
2026-04-02
f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footer
Chao Yu
1
-1
/
+2
2026-03-24
f2fs: fix fiemap boundary handling when read extent cache is incomplete
Yongpeng Yang
1
-3
/
+22
2026-03-24
f2fs: fix incorrect multidevice info in trace_f2fs_map_blocks()
Yongpeng Yang
1
-1
/
+2
2026-03-24
f2fs: drop unused sbi parameter from f2fs_in_warm_node_list()
Yongpeng Yang
1
-1
/
+1
2026-03-24
f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()
Yongpeng Yang
1
-2
/
+2
2026-03-24
f2fs: remove unreachable code in f2fs_encrypt_one_page()
Eric Biggers
1
-12
/
+2
2026-03-09
fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
Christoph Hellwig
1
-1
/
+3
2026-03-09
fscrypt: pass a byte offset to fscrypt_mergeable_bio
Christoph Hellwig
1
-1
/
+2
2026-02-14
Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-62
/
+376
2026-02-12
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
1
-37
/
+63
2026-02-04
f2fs: consolidate fsverity_info lookup
Christoph Hellwig
1
-44
/
+56
2026-02-02
fsverity: push out fsverity_info lookup
Christoph Hellwig
1
-6
/
+13
2026-02-02
fsverity: kick off hash readahead at data I/O submission time
Christoph Hellwig
1
-5
/
+12
2026-01-31
f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_begin
Yeongjin Gil
1
-2
/
+10
2026-01-27
f2fs: pin files do not require sbi->writepages lock for ordering
Yongpeng Yang
1
-0
/
+2
2026-01-27
f2fs: introduce FAULT_SKIP_WRITE
Chao Yu
1
-0
/
+4
2026-01-27
f2fs: check skipped write in f2fs_enable_checkpoint()
Chao Yu
1
-0
/
+19
2026-01-19
f2fs: fix to unlock folio in f2fs_read_data_large_folio()
Chao Yu
1
-12
/
+10
2026-01-19
f2fs: fix error path handling in f2fs_read_data_large_folio()
Chao Yu
1
-5
/
+2
2026-01-17
f2fs: use folio_end_read
Jaegeuk Kim
1
-7
/
+3
2026-01-17
f2fs: fix to avoid mapping wrong physical block for swapfile
Chao Yu
1
-7
/
+7
2026-01-17
f2fs: avoid f2fs_map_blocks() for consecutive holes in readpages
Chao Yu
1
-6
/
+15
2026-01-17
f2fs: advance index and offset after zeroing in large folio read
Nanzhe Zhao
1
-3
/
+1
2026-01-17
f2fs: add 'folio_in_bio' to handle readahead folios with no BIO submission
Nanzhe Zhao
1
-0
/
+7
2026-01-17
f2fs: avoid unnecessary block mapping lookups in f2fs_read_data_large_folio
Yongpeng Yang
1
-1
/
+1
[next]