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-08-03
ext4: fix check to prevent initializing reserved inodes
Theodore Ts'o
2018-08-03
ext4: check for allocation block validity with block group locked
Theodore Ts'o
2018-08-03
ext4: fix inline data updates with checksums enabled
Theodore Ts'o
2018-08-03
ext4: fix false negatives *and* false positives in ext4_check_descriptors()
Theodore Ts'o
2018-07-11
dax: change bdev_dax_supported() to support boolean returns
Dave Jiang
2018-07-11
fs: allow per-device dax status checking for filesystems
Darrick J. Wong
2018-07-11
ext4: check superblock mapped prior to committing
Jon Derrick
2018-07-11
ext4: add more mount time checks of the superblock
Theodore Ts'o
2018-07-11
ext4: add more inode number paranoia checks
Theodore Ts'o
2018-07-11
ext4: avoid running out of journal credits when appending to an inline file
Theodore Ts'o
2018-07-11
ext4: never move the system.data xattr out of the inode body
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: include the illegal physical block in the bad map ext4_error msg
Theodore Ts'o
2018-07-11
ext4: verify the depth of extent tree in ext4_find_extent()
Theodore Ts'o
2018-07-11
ext4: only look at the bg_flags field if it is valid
Theodore Ts'o
2018-07-11
ext4: always check block group bounds in ext4_init_block_bitmap()
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-11
ext4: always verify the magic number in xattr blocks
Theodore Ts'o
2018-07-11
ext4: add corruption check in ext4_xattr_set_entry()
Theodore Ts'o
2018-06-26
ext4: fix fencepost error in check for inode count overflow during resize
Jan Kara
2018-06-26
ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
Theodore Ts'o
2018-06-26
ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
Theodore Ts'o
2018-06-26
ext4: do not allow external inodes for inline data
Theodore Ts'o
2018-06-26
ext4: update mtime in ext4_punch_hole even if no blocks are released
Lukas Czerner
2018-06-26
ext4: fix hole length detection in ext4_ind_map_blocks()
Jan Kara
2018-05-21
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-04-28
Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-04-26
ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
Theodore Ts'o
2018-04-24
ext4: fix bitmap position validation
Lukas Czerner
2018-04-12
ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
Eric Biggers
2018-04-10
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-06
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-04-01
ext4: force revalidation of directory pointer after seekdir(2)
Theodore Ts'o
2018-03-30
ext4: add extra checks to ext4_xattr_block_get()
Theodore Ts'o
2018-03-30
ext4: add bounds checking to ext4_xattr_find_entry()
Theodore Ts'o
2018-03-30
ext4: move call to ext4_error() into ext4_xattr_check_block()
Theodore Ts'o
2018-03-30
ext4, dax: introduce ext4_dax_aops
Dan Williams
2018-03-30
ext4: don't show data=<mode> option if defaulted
Tyson Nottingham
2018-03-30
ext4: omit init_itable=n in procfs when disabled
Tyson Nottingham
2018-03-30
ext4: show more binary mount options in procfs
Tyson Nottingham
2018-03-30
ext4: simplify kobject usage
Tyson Nottingham
2018-03-30
ext4: remove unused parameters in sysfs code
Tyson Nottingham
2018-03-30
ext4: null out kobject* during sysfs cleanup
Tyson Nottingham
2018-03-29
ext4: don't allow r/w mounts if metadata blocks overlap the superblock
Theodore Ts'o
2018-03-29
ext4: always initialize the crc32c checksum driver
Theodore Ts'o
2018-03-29
ext4: fail ext4_iget for root directory if unallocated
Theodore Ts'o
2018-03-29
ext4: limit xattr size to INT_MAX
Eric Biggers
2018-03-28
fs: move I_DIRTY_INODE to fs.h
Christoph Hellwig
2018-03-26
ext4: add validity checks for bitmap block numbers
Theodore Ts'o
[next]