index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
extcon
/
extcon-palmas.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-04
f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
Chao Yu
8
-41
/
+41
2024-03-04
f2fs: fix to check return value of f2fs_gc_range
Zhiguo Niu
2
-5
/
+11
2024-03-04
f2fs: fix to check return value __allocate_new_segment
Zhiguo Niu
3
-4
/
+7
2024-03-04
f2fs: fix to do sanity check in update_sit_entry
Zhiguo Niu
1
-2
/
+3
2024-03-04
f2fs: fix to reset fields for unloaded curseg
Chao Yu
1
-4
/
+15
2024-03-04
f2fs: clean up new_curseg()
Chao Yu
1
-9
/
+14
2024-03-04
f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate()
Chao Yu
1
-2
/
+2
2024-03-04
f2fs: fix blkofs_end correctly in f2fs_migrate_blocks()
Chao Yu
1
-2
/
+3
2024-03-04
f2fs: ro: don't start discard thread for readonly image
Chao Yu
1
-0
/
+6
2024-03-04
f2fs: ro: compress: fix to avoid caching unaligned extent
Chao Yu
3
-12
/
+24
2024-03-04
f2fs: fix to check return value in f2fs_insert_range()
Chao Yu
1
-1
/
+3
2024-03-04
f2fs: fix to use correct segment type in f2fs_allocate_data_block()
Chao Yu
1
-2
/
+2
2024-03-04
f2fs: allow to mount if cap is 100
Jaegeuk Kim
1
-0
/
+3
2024-03-04
f2fs: print zone status in string and some log
Jaegeuk Kim
2
-7
/
+24
2024-02-29
f2fs: fix write pointers all the time
Jaegeuk Kim
2
-12
/
+14
2024-02-29
f2fs: check number of blocks in a current section
Jaegeuk Kim
1
-9
/
+8
2024-02-29
f2fs: prevent an f2fs_gc loop during disable_checkpoint
Jaegeuk Kim
1
-0
/
+1
2024-02-29
f2fs: introduce FAULT_NO_SEGMENT
Chao Yu
5
-0
/
+9
2024-02-29
f2fs: compress: fix to check compress flag w/ .i_sem lock
Chao Yu
1
-4
/
+8
2024-02-29
f2fs: fix to handle segment allocation failure correctly
Chao Yu
5
-12
/
+57
2024-02-29
f2fs: stop checkpoint when get a out-of-bounds segment
Zhiguo Niu
2
-1
/
+12
2024-02-29
f2fs: delete f2fs_get_new_segment() declaration
Chao Yu
1
-2
/
+0
2024-02-27
f2fs: introduce get_available_block_count() for cleanup
Chao Yu
1
-22
/
+27
2024-02-27
f2fs: support file pinning for zoned devices
Daeho Jeong
6
-38
/
+154
2024-02-27
f2fs: kill heap-based allocation
Jaegeuk Kim
5
-71
/
+11
2024-02-27
f2fs: doc: Fix bouncing email address for Sahitya Tummala
Jeffrey Hugo
1
-2
/
+2
2024-02-27
f2fs: support SEEK_DATA and SEEK_HOLE for compression files
Daeho Jeong
1
-3
/
+18
2024-02-27
f2fs: compress: fix to check zstd compress level correctly in mount option
Chao Yu
1
-2
/
+8
2024-02-27
f2fs: Use folio in f2fs_read_merkle_tree_page
HuangXiaojia
1
-7
/
+9
2024-02-27
f2fs: fix to create selinux label during whiteout initialization
Chao Yu
3
-11
/
+22
2024-02-27
f2fs: separate f2fs_gc_range() to use GC for a range
Daeho Jeong
1
-21
/
+28
2024-02-27
f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
Jaegeuk Kim
12
-136
/
+135
2024-02-20
f2fs: deprecate io_bits
Jaegeuk Kim
8
-205
/
+10
2024-02-06
f2fs: fix to avoid potential panic during recovery
Chao Yu
2
-17
/
+21
2024-02-06
f2fs: use IS_INODE replace IS_DNODE in f2fs_flush_inline_data
Zhiguo Niu
1
-1
/
+1
2024-02-06
f2fs: compress: remove some redundant codes in f2fs_cache_compressed_page
Zhiguo Niu
1
-4
/
+0
2024-02-06
f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_sem
Chao Yu
1
-2
/
+11
2024-02-06
f2fs: use f2fs_err_ratelimited() to avoid redundant logs
Chao Yu
1
-3
/
+6
2024-02-06
f2fs: support printk_ratelimited() in f2fs_printk()
Chao Yu
4
-28
/
+38
2024-02-06
f2fs: fix NULL pointer dereference in f2fs_submit_page_write()
Wenjie Qi
1
-4
/
+4
2024-02-06
f2fs: zone: fix to wait completion of last bio in zone correctly
Chao Yu
1
-2
/
+1
2024-02-06
f2fs: introduce FAULT_BLKADDR_CONSISTENCE
Chao Yu
6
-71
/
+92
2024-02-06
f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic
Chao Yu
1
-3
/
+1
2024-02-06
f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
Chao Yu
4
-16
/
+24
2024-02-06
f2fs: compress: fix to check unreleased compressed cluster
Sheng Yong
1
-1
/
+12
2024-02-06
f2fs: compress: fix to cover normal cluster write with cp_rwsem
Chao Yu
2
-10
/
+20
2024-02-06
f2fs: compress: fix to guarantee persisting compressed blocks by CP
Chao Yu
3
-10
/
+15
2024-02-06
f2fs: check free sections before disable checkpoint
Wu Bo
1
-0
/
+2
2024-02-06
f2fs: remove unnecessary f2fs_put_page in f2fs_rename
Jaegeuk Kim
1
-7
/
+4
2024-02-04
Linux 6.8-rc3
v6.8-rc3
Linus Torvalds
1
-1
/
+1
[next]