index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
2023-04-05
ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
Ye Bin
2023-03-22
ext4: fix possible double unlock when moving a directory
Theodore Ts'o
2023-03-22
ext4: fix task hung in ext4_xattr_delete_inode
Baokun Li
2023-03-22
ext4: fail ext4_iget if special inode unallocated
Baokun Li
2023-03-17
ext4: block range must be validated before use in ext4_mb_clear_bb()
Lukas Czerner
2023-03-17
ext4: add strict range checks while freeing blocks
Ritesh Harjani
2023-03-17
ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()
Ritesh Harjani
2023-03-17
ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()
Ritesh Harjani
2023-03-17
ext4: Fix deadlock during directory rename
Jan Kara
2023-03-17
ext4: Fix possible corruption when moving a directory
Jan Kara
2023-03-17
ext4: zero i_disksize when initializing the bootloader inode
Zhihao Cheng
2023-03-17
ext4: fix WARNING in ext4_update_inline_data
Ye Bin
2023-03-17
ext4: move where set the MAY_INLINE_DATA flag is set
Ye Bin
2023-03-17
ext4: fix another off-by-one fsmap error on 1k block filesystems
Darrick J. Wong
2023-03-17
ext4: fix RENAME_WHITEOUT handling for inline directories
Eric Whitney
2023-03-17
ext4: fix cgroup writeback accounting with fs-layer encryption
Eric Biggers
2023-03-11
ext4: refuse to create ea block when umounted
Jun Nie
2023-03-11
ext4: optimize ea_inode block expansion
Jun Nie
2023-02-25
ext4: Fix function prototype mismatch for ext4_feat_ktype
Kees Cook
2023-01-18
ext4: fix uninititialized value in 'ext4_evict_inode'
Ye Bin
2023-01-14
ext4: don't set up encryption key during jbd2 transaction
Eric Biggers
2023-01-14
ext4: disable fast-commit of encrypted dir operations
Eric Biggers
2023-01-14
ext4: don't allow journal inode to have encrypt flag
Eric Biggers
2023-01-14
ext4: fix deadlock due to mbcache entry corruption
Jan Kara
2023-01-14
ext4: fix race when reusing xattr blocks
Jan Kara
2023-01-14
ext4: unindent codeblock in ext4_xattr_block_set()
Jan Kara
2023-01-14
ext4: remove EA inode entry from mbcache on inode eviction
Jan Kara
2023-01-14
ext4: use kmemdup() to replace kmalloc + memcpy
Shuqi Zhang
2023-01-14
ext4: fix leaking uninitialized memory in fast-commit journal
Eric Biggers
2023-01-14
ext4: fix various seppling typos
Bhaskar Chowdhury
2023-01-14
ext4: simplify ext4 error translation
Jan Kara
2023-01-14
ext4: move functions in super.c
Jan Kara
2023-01-14
fs: ext4: initialize fsdata in pagecache_write()
Alexander Potapenko
2023-01-14
ext4: use memcpy_to_page() in pagecache_write()
Chaitanya Kulkarni
2023-01-14
ext4: correct inconsistent error msg in nojournal mode
Baokun Li
2023-01-14
ext4: goto right label 'failed_mount3a'
Jason Yan
2023-01-14
ext4: allocate extended attribute value in vmalloc area
Ye Bin
2023-01-14
ext4: avoid unaccounted block allocation when expanding inode
Jan Kara
2023-01-14
ext4: initialize quota before expanding inode in setproject ioctl
Jan Kara
2023-01-14
ext4: fix inode leak in ext4_xattr_inode_create() on an error path
Ye Bin
2023-01-14
ext4: avoid BUG_ON when creating xattrs
Jan Kara
2023-01-14
ext4: fix error code return to user-space in ext4_get_branch()
Luís Henriques
2023-01-14
ext4: fix corruption when online resizing a 1K bigalloc fs
Baokun Li
2023-01-14
ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline
Eric Whitney
2023-01-14
ext4: init quota for 'old.inode' in 'ext4_rename'
Ye Bin
2023-01-14
ext4: fix bug_on in __es_tree_search caused by bad boot loader inode
Baokun Li
2023-01-14
ext4: check and assert if marking an no_delete evicting inode dirty
Zhang Yi
2023-01-14
ext4: fix reserved cluster accounting in __es_remove_extent()
Ye Bin
2023-01-14
ext4: add helper to check quota inums
Baokun Li
2023-01-14
ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
Baokun Li
[next]