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
2018-11-22
ext4: fix buffer leak in __ext4_read_dirblock() on error path
Vasily Averin
2018-11-22
ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
Vasily Averin
2018-11-22
ext4: release bs.bh before re-using in ext4_xattr_block_find()
Vasily Averin
2018-11-22
ext4: fix possible leak of sbi->s_group_desc_leak in error path
Theodore Ts'o
2018-11-22
ext4: avoid possible double brelse() in add_new_gdb() on error path
Theodore Ts'o
2018-11-22
ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
Vasily Averin
2018-11-22
ext4: avoid buffer leak in ext4_orphan_add() after prior errors
Vasily Averin
2018-11-22
ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
Vasily Averin
2018-11-22
ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
Vasily Averin
2018-11-22
ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
Vasily Averin
2018-11-22
ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
Vasily Averin
2018-11-22
ext4: add missing brelse() update_backups()'s error path
Vasily Averin
2018-11-22
ext4: initialize retries variable in ext4_da_write_inline_data_begin()
Lukas Czerner
2018-11-22
ext4: fix argument checking in EXT4_IOC_MOVE_EXT
Theodore Ts'o
2018-11-10
ext4: fix an ext3 collapse range regression in xfstests
Theodore Ts'o
2018-10-13
ext4: avoid running out of journal credits when appending to an inline file
Theodore Ts'o
2018-10-13
ext4: add more inode number paranoia checks
Theodore Ts'o
2018-10-13
ext4: never move the system.data xattr out of the inode body
Theodore Ts'o
2018-10-13
ext4: always verify the magic number in xattr blocks
Theodore Ts'o
2018-10-13
ext4: add corruption check in ext4_xattr_set_entry()
Theodore Ts'o
2018-10-13
ext4: fix false negatives *and* false positives in ext4_check_descriptors()
Theodore Ts'o
2018-10-13
ext4: always check block group bounds in ext4_init_block_bitmap()
Theodore Ts'o
2018-10-13
ext4: fix check to prevent initializing reserved inodes
Theodore Ts'o
2018-10-13
ext4: only look at the bg_flags field if it is valid
Theodore Ts'o
2018-10-13
ext4: verify the depth of extent tree in ext4_find_extent()
Theodore Ts'o
2018-10-13
ext4: don't mark mmp buffer head dirty
Li Dongyang
2018-10-13
ext4: fix online resize's handling of a too-small final block group
Theodore Ts'o
2018-10-13
ext4: recalucate superblock checksum after updating free blocks/inodes
Theodore Ts'o
2018-10-13
ext4: avoid divide by zero fault when deleting corrupted inline directories
Theodore Ts'o
2018-09-05
ext4: reset error code in ext4_find_entry in fallback
Eric Sandeen
2018-07-11
ext4: add more mount time checks of the superblock
Theodore Ts'o
2018-07-11
ext4: clear i_data in ext4_inode_info when removing inline data
Theodore Ts'o
2018-07-11
ext4: make sure bitmaps and the inode table don't overlap with bg descriptors
Theodore Ts'o
2018-07-03
ext4: fix fencepost error in check for inode count overflow during resize
Jan Kara
2018-07-03
ext4: update mtime in ext4_punch_hole even if no blocks are released
Lukas Czerner
2018-05-30
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-05-02
ext4: fix bitmap position validation
Lukas Czerner
2018-05-02
ext4: add validity checks for bitmap block numbers
Theodore Ts'o
2018-04-29
ext4: don't update checksum of new initialized bitmaps
Theodore Ts'o
2018-04-29
ext4: bugfix for mmaped pages in mpage_release_unused_pages()
wangguang
2018-04-29
ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
Theodore Ts'o
2018-04-24
ext4: don't allow r/w mounts if metadata blocks overlap the superblock
Theodore Ts'o
2018-04-24
ext4: fail ext4_iget for root directory if unallocated
Theodore Ts'o
2018-04-13
ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()
Eryu Guan
2018-02-25
ext4: save error to disk in __ext4_grp_locked_error()
Zhouyi Zhou
2017-12-20
ext4: fix crash when a directory's i_size is too small
Chandan Rajendra
2017-11-30
ext4: fix interaction between i_size, fallocate, and delalloc after a crash
Theodore Ts'o
2017-11-08
ext4: do not use stripe_width if it is not set
Jan Kara
2017-11-08
ext4: fix stripe-unaligned allocations
Jan Kara
2017-10-21
ext4: avoid deadlock when expanding inode size
Jan Kara
[next]