index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
2020-06-03
ext4: mballoc: simplify error handling in ext4_init_mballoc()
Ritesh Harjani
2020-06-03
ext4: mballoc: fix few other format specifier in mb_debug()
Ritesh Harjani
2020-06-03
ext4: mballoc: correct the mb_debug() format specifier for pa_len var
Ritesh Harjani
2020-06-03
ext4: mballoc: add more mb_debug() msgs
Ritesh Harjani
2020-06-03
ext4: mballoc: refactor ext4_mb_show_ac()
Ritesh Harjani
2020-06-03
ext4: mballoc: print bb_free info even when it is 0
Ritesh Harjani
2020-06-03
ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path
Theodore Ts'o
2020-06-03
ext4: fix race between ext4_sync_parent() and rename()
Eric Biggers
2020-06-03
ext4: fix a typo in a comment
Christophe JAILLET
2020-06-03
ext4: clean up ext4_ext_convert_to_initialized() error handling
Eric Whitney
2020-06-03
ext4: clean up GET_BLOCKS_PRE_IO error handling
Eric Whitney
2020-06-03
ext4: remove redundant GET_BLOCKS_CONVERT code
Eric Whitney
2020-06-03
ext4: remove dead GET_BLOCKS_ZERO code
Eric Whitney
2020-06-03
ext4: don't ignore return values from ext4_ext_dirty()
Harshad Shirwadkar
2020-06-03
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
2020-06-03
ext4: fix error pointer dereference
Jeffle Xu
2020-06-03
ext4: Avoid freeing inodes on dirty list
Jan Kara
2020-06-03
ext4: fix buffer_head refcnt leak when ext4_iget() fails
Xiyu Yang
2020-06-03
ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max
Harshad Shirwadkar
2020-06-03
ext4: remove unnecessary comparisons to bool
Jason Yan
2020-06-03
ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
Eric Whitney
2020-06-03
ext4: fix a style issue in fs/ext4/acl.c
Carlos Guerrero Álvarez
2020-05-14
ext4: remove redundant variable has_bigalloc in ext4_fill_super
Kaixu Xia
2020-05-07
ext4: remove unnecessary test_opt for DIOREAD_NOLOCK
Kaixu Xia
2020-04-15
ext4: convert BUG_ON's to WARN_ON's in mballoc.c
Theodore Ts'o
2020-04-15
ext4: increase wait time needed before reuse of deleted inode numbers
Theodore Ts'o
2020-04-15
ext4: remove set but not used variable 'es' in ext4_jbd2.c
Jason Yan
2020-04-15
ext4: remove set but not used variable 'es'
Jason Yan
2020-04-15
ext4: do not zeroout extents beyond i_disksize
Jan Kara
2020-04-15
ext4: fix return-value types in several function comments
Josh Triplett
2020-04-15
ext4: use non-movable memory for superblock readahead
Roman Gushchin
2020-04-15
ext4: use matching invalidatepage in ext4_writepage
yangerkun
2020-04-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-04-01
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
2020-03-31
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2020-03-30
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-28
ext4: fix incorrect group count in ext4_fill_super error message
Josh Triplett
2020-03-28
ext4: fix incorrect inodes per group in error message
Josh Triplett
2020-03-28
ext4: don't set dioread_nolock by default for blocksize < pagesize
Ritesh Harjani
2020-03-28
fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t
Thomas Gleixner
2020-03-26
ext4: disable dioread_nolock whenever delayed allocation is disabled
Eric Whitney
2020-03-26
ext4: do not commit super on read-only bdev
Eric Sandeen
2020-03-26
ext4: avoid ENOSPC when avoiding to reuse recently deleted inodes
Jan Kara
2020-03-26
ext4: unregister sysfs path before destroying jbd2 journal
Ritesh Harjani
2020-03-26
ext4: check for non-zero journal inum in ext4_calculate_overhead
Ritesh Harjani
2020-03-25
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
2020-03-24
block: remove __bdevname
Christoph Hellwig
2020-03-19
ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE
Eric Biggers
2020-03-14
ext4: remove map_from_cluster from ext4_ext_map_blocks
Eric Whitney
2020-03-14
ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks()
Eric Whitney
[next]