index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-11
ext4: switch to multigrain timestamps
Jeff Layton
1
-1
/
+1
2023-08-10
ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robust
Christoph Hellwig
1
-2
/
+2
2023-08-10
ext4: close the external journal device in ->kill_sb
Christoph Hellwig
1
-25
/
+25
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-08-09
fs, block: remove bdev->bd_super
Christoph Hellwig
1
-1
/
+0
2023-08-09
ext4: don't use bdev->bd_super in __ext4_journal_get_write_access
Christoph Hellwig
1
-2
/
+1
2023-08-05
ext4: don't use CR_BEST_AVAIL_LEN for non-regular files
Ritesh Harjani
1
-1
/
+12
2023-08-05
ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}
Luís Henriques
1
-0
/
+4
2023-08-03
ext4: correct some stale comment of criteria
Kemeng Shi
1
-4
/
+4
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_best_avail
Kemeng Shi
1
-10
/
+8
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_goal_fast
Kemeng Shi
1
-8
/
+6
2023-08-03
ext4: remove unused ext4_{set}/{clear}_bit_atomic
Kemeng Shi
1
-2
/
+0
2023-08-03
ext4: replace the traditional ternary conditional operator with with max()/min()
Kemeng Shi
1
-4
/
+2
2023-08-03
ext4: remove unnecessary return for void function
Kemeng Shi
1
-9
/
+1
2023-08-03
ext4: use is_power_of_2 helper in ext4_mb_regular_allocator
Kemeng Shi
1
-4
/
+1
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_p2_aligned
Kemeng Shi
1
-14
/
+7
2023-08-03
ext4: avoid potential data overflow in next_linear_group
Kemeng Shi
1
-2
/
+3
2023-08-03
ext4: correct grp validation in ext4_mb_good_group
Kemeng Shi
1
-1
/
+1
2023-08-03
ext4: replace CR_FAST macro with inline function for readability
Ojaswin Mujoo
2
-7
/
+13
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
1
-0
/
+1
2023-08-02
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
1
-1
/
+1
2023-07-29
ext4: replace read-only check for shutdown check in mmp code
Jan Kara
1
-1
/
+1
2023-07-29
ext4: drop read-only check from ext4_force_commit()
Jan Kara
1
-7
/
+1
2023-07-29
ext4: drop read-only check in ext4_write_inode()
Jan Kara
1
-2
/
+1
2023-07-29
ext4: drop read-only check in ext4_init_inode_table()
Jan Kara
1
-6
/
+0
2023-07-29
ext4: warn on read-only filesystem in ext4_journal_check_start()
Jan Kara
1
-1
/
+2
2023-07-29
ext4: avoid starting transaction on read-only fs in ext4_quota_off()
Jan Kara
1
-0
/
+7
2023-07-29
ext4: drop EXT4_MF_FS_ABORTED flag
Jan Kara
5
-14
/
+10
2023-07-29
ext4: make 'abort' mount option handling standard
Jan Kara
2
-14
/
+3
2023-07-29
ext4: make ext4_forced_shutdown() take struct super_block
Jan Kara
12
-39
/
+38
2023-07-29
ext4: use sb_rdonly() helper for checking read-only flag
Jan Kara
1
-2
/
+2
2023-07-29
ext4: remove pointless sb_rdonly() checks from freezing code
Jan Kara
1
-7
/
+2
2023-07-29
ext4: avoid overlapping preallocations due to overflow
Baokun Li
1
-11
/
+10
2023-07-29
ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
Baokun Li
1
-17
/
+14
2023-07-29
ext4: add two helper functions extent_logical_end() and pa_logical_end()
Baokun Li
2
-6
/
+17
2023-07-24
ext4: convert to ctime accessor functions
Jeff Layton
11
-86
/
+89
2023-07-23
ext4: fix rbtree traversal bug in ext4_mb_use_preallocated
Ojaswin Mujoo
1
-27
/
+131
2023-07-23
ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()
Ojaswin Mujoo
1
-5
/
+9
2023-07-23
ext4: correct inline offset when handling xattrs in inode body
Eric Whitney
1
-0
/
+14
2023-06-29
Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-17
/
+16
2023-06-29
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
14
-534
/
+827
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-10
/
+5
2023-06-26
ext4: avoid updating the superblock on a r/o mount if not needed
Theodore Ts'o
1
-2
/
+10
2023-06-26
ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
Chao Yu
1
-1
/
+4
2023-06-26
ext4: refactoring to use the unified helper ext4_quotas_off()
Baokun Li
1
-19
/
+7
2023-06-26
ext4: turn quotas off if mount failed after enabling quotas
Baokun Li
1
-2
/
+4
2023-06-26
ext4: add journal cycled recording support
Zhang Yi
1
-0
/
+5
2023-06-26
ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'
Zhihao Cheng
1
-1
/
+1
2023-06-26
ext4: Fix reusing stale buffer heads from last failed mounting
Zhihao Cheng
1
-6
/
+7
2023-06-26
ext4: allow concurrent unaligned dio overwrites
Brian Foster
1
-40
/
+46
[prev]
[next]