index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: fix a doubled word "need" in a comment
Xiang wangx
2022-06-19
1
-1
/
+1
*
ext4: add reserved GDT blocks check
Zhang Yi
2022-06-19
1
-0
/
+10
*
ext4: make variable "count" signed
Ding Xiang
2022-06-19
1
-1
/
+2
*
ext4: correct the judgment of BUG in ext4_mb_normalize_request
Baokun Li
2022-06-19
1
-1
/
+16
*
ext4: fix bug_on ext4_mb_use_inode_pa
Baokun Li
2022-06-19
1
-0
/
+9
*
ext4: fix up test_dummy_encryption handling for new mount API
Eric Biggers
2022-06-19
1
-63
/
+71
*
ext4: use kmemdup() to replace kmalloc + memcpy
Shuqi Zhang
2022-06-19
1
-2
/
+1
*
ext4: fix super block checksum incorrect after mount
Ye Bin
2022-06-19
1
-8
/
+8
*
ext4: improve write performance with disabled delalloc
Jan Kara
2022-06-16
1
-1
/
+1
*
ext4: fix warning when submitting superblock in ext4_commit_super()
Zhang Yi
2022-06-16
1
-6
/
+16
*
ext4: fix incorrect comment in ext4_bio_write_page()
Wang Jianjian
2022-06-16
1
-1
/
+1
*
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-25
6
-60
/
+61
|
\
|
*
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
2022-05-10
1
-1
/
+1
|
*
jbd2: Convert jbd2_journal_try_to_free_buffers to take a folio
Matthew Wilcox (Oracle)
2022-05-10
1
-1
/
+1
|
*
ext4: Convert to release_folio
Matthew Wilcox (Oracle)
2022-05-10
1
-10
/
+10
|
*
ext4: Convert ext4 to read_folio
Matthew Wilcox (Oracle)
2022-05-09
2
-6
/
+7
|
*
fs: Convert block_read_full_page() to block_read_full_folio()
Matthew Wilcox (Oracle)
2022-05-09
1
-2
/
+2
|
*
ext4: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
2022-05-08
1
-4
/
+5
|
*
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2022-05-08
1
-5
/
+5
|
*
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
3
-8
/
+8
|
*
ext4: Use scoped memory APIs in ext4_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
3
-13
/
+11
|
*
ext4: Use scoped memory APIs in ext4_da_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
3
-11
/
+9
|
*
ext4: Use scoped memory API in mext_page_double_lock()
Matthew Wilcox (Oracle)
2022-05-08
1
-4
/
+9
|
*
ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()
Matthew Wilcox (Oracle)
2022-05-08
1
-3
/
+1
|
*
ext4: Use page_symlink() instead of __page_symlink()
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+6
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-05-25
14
-429
/
+564
|
\
\
|
*
|
ext4: only allow test_dummy_encryption when supported
Eric Biggers
2022-05-24
2
-28
/
+38
|
*
|
ext4: fix bug_on in __es_tree_search
Baokun Li
2022-05-24
1
-5
/
+5
|
*
|
ext4: avoid cycles in directory h-tree
Jan Kara
2022-05-24
1
-3
/
+19
|
*
|
ext4: verify dir block before splitting it
Jan Kara
2022-05-24
1
-11
/
+21
|
*
|
ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state
Theodore Ts'o
2022-05-24
1
-2
/
+3
|
*
|
ext4: fix bug_on in ext4_writepages
Ye Bin
2022-05-22
1
-0
/
+12
|
*
|
ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()
Ritesh Harjani
2022-05-22
3
-57
/
+64
|
*
|
ext4: cleanup function defs from ext4.h into crypto.c
Ritesh Harjani
2022-05-22
2
-64
/
+70
|
*
|
ext4: move ext4 crypto code to its own file crypto.c
Ritesh Harjani
2022-05-22
4
-122
/
+131
|
*
|
ext4: fix memory leak in parse_apply_sb_mount_options()
Eric Biggers
2022-05-18
1
-2
/
+4
|
*
|
ext4: reject the 'commit' option on ext2 filesystems
Eric Biggers
2022-05-18
1
-0
/
+1
|
*
|
ext4: remove duplicated #include of dax.h in inode.c
Yang Li
2022-05-18
1
-1
/
+0
|
*
|
ext4: fix race condition between ext4_write and ext4_convert_inline_data
Baokun Li
2022-05-17
2
-13
/
+6
|
*
|
ext4: convert symlink external data block mapping to bdev
Zhang Yi
2022-05-17
3
-83
/
+100
|
*
|
ext4: add nowait mode for ext4_getblk()
Zhang Yi
2022-05-17
2
-0
/
+16
|
*
|
ext4: fix journal_ioprio mount option handling
Ojaswin Mujoo
2022-05-17
1
-5
/
+10
|
*
|
ext4: mark group as trimmed only if it was fully scanned
Dmitry Monakhov
2022-05-17
1
-6
/
+12
|
*
|
ext4: fix use-after-free in ext4_rename_dir_prepare
Ye Bin
2022-05-17
1
-3
/
+27
|
*
|
ext4: add unmount filesystem message
Zhang Yi
2022-05-13
1
-0
/
+3
|
*
|
ext4: remove unnecessary conditionals
Lv Ruyi
2022-05-13
2
-4
/
+2
|
*
|
ext4: remove unnecessary code in __mb_check_buddy
Jinke Han
2022-05-11
1
-4
/
+1
|
*
|
ext4: fix spelling errors in comments
Chin Yik Ming
2022-05-11
1
-2
/
+2
|
*
|
ext4: remove unnecessary type castings
Yu Zhe
2022-05-11
7
-15
/
+15
|
*
|
ext4: fix warning in ext4_handle_inode_extension
Ye Bin
2022-05-11
1
-0
/
+4
[next]