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-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-30
ext4: don't complain about incorrect features when probing
Eric Sandeen
2018-05-30
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-05-01
ext4: fix bitmap position validation
Lukas Czerner
2018-05-01
ext4: add validity checks for bitmap block numbers
Theodore Ts'o
2018-05-01
ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
Theodore Ts'o
2018-05-01
ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
Eric Biggers
2018-04-24
ext4: add extra checks to ext4_xattr_block_get()
Theodore Ts'o
2018-04-24
ext4: add bounds checking to ext4_xattr_find_entry()
Theodore Ts'o
2018-04-24
ext4: move call to ext4_error() into ext4_xattr_check_block()
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: always initialize the crc32c checksum driver
Theodore Ts'o
2018-04-24
ext4: fail ext4_iget for root directory if unallocated
Theodore Ts'o
2018-04-24
ext4: limit xattr size to INT_MAX
Eric Biggers
2018-04-24
ext4: protect i_disksize update by i_data_sem in direct write path
Eryu Guan
2018-04-24
ext4: don't update checksum of new initialized bitmaps
Theodore Ts'o
2018-04-24
ext4: pass -ESHUTDOWN code to jbd2 layer
Theodore Ts'o
2018-04-24
ext4: eliminate sleep from shutdown ioctl
Theodore Ts'o
2018-04-24
ext4: shutdown should not prevent get_write_access
Theodore Ts'o
2018-02-22
ext4: save error to disk in __ext4_grp_locked_error()
Zhouyi Zhou
2018-02-22
ext4: fix a race in the ext4 shutdown path
Harshad Shirwadkar
2017-12-20
ext4: fix crash when a directory's i_size is too small
Chandan Rajendra
2017-12-20
ext4: add missing error check in __ext4_new_inode()
Theodore Ts'o
2017-12-20
ext4: fix fdatasync(2) after fallocate(2) operation
Eryu Guan
2017-12-20
ext4: support fast symlinks from ext3 file systems
Andi Kleen
2017-11-30
ext4: prevent data corruption with journaling + DAX
Ross Zwisler
2017-11-30
ext4: prevent data corruption with inline data + DAX
Ross Zwisler
2017-11-30
ext4: fix interaction between i_size, fallocate, and delalloc after a crash
Theodore Ts'o
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-18
Convert fs/*/* to SB_I_VERSION
Matthew Garrett
2017-09-14
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-11
Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-09-07
Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-09-06
mm: remove nr_pages argument from pagevec_lookup{,_range}()
Jan Kara
2017-09-06
ext4: use pagevec_lookup_range() in writeback code
Jan Kara
2017-09-06
ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()
Jan Kara
2017-09-06
mm: make pagevec_lookup() update index
Jan Kara
2017-09-06
dax: use common 4k zero page for dax mmap reads
Ross Zwisler
2017-09-05
ext4: fix null pointer dereference on sbi
Colin Ian King
2017-09-04
fs: support RWF_NOWAIT for buffered reads
Christoph Hellwig
2017-08-31
ext4: perform dax_device lookup at mount
Dan Williams
2017-08-31
ext4: avoid Y2038 overflow in recently_deleted()
Andreas Dilger
[next]