Revision 439f1da923b9f573abbb581100e3450af745ef75 authored by Linus Torvalds on 19 April 2020, 18:05:15 UTC, committed by Linus Torvalds on 19 April 2020, 18:05:15 UTC
Pull ext4 fixes from Ted Ts'o:
 "Miscellaneous bug fixes and cleanups for ext4, including a fix for
  generic/388 in data=journal mode, removing some BUG_ON's, and cleaning
  up some compiler warnings"

* tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
  ext4: convert BUG_ON's to WARN_ON's in mballoc.c
  ext4: increase wait time needed before reuse of deleted inode numbers
  ext4: remove set but not used variable 'es' in ext4_jbd2.c
  ext4: remove set but not used variable 'es'
  ext4: do not zeroout extents beyond i_disksize
  ext4: fix return-value types in several function comments
  ext4: use non-movable memory for superblock readahead
  ext4: use matching invalidatepage in ext4_writepage
2 parent s aee0314 + 907ea52
History
File Mode Size
Kconfig -rw-r--r-- 4.2 KB
Makefile -rw-r--r-- 952 bytes
badrange.c -rw-r--r-- 7.7 KB
blk.c -rw-r--r-- 8.3 KB
btt.c -rw-r--r-- 43.1 KB
btt.h -rw-r--r-- 7.3 KB
btt_devs.c -rw-r--r-- 8.9 KB
bus.c -rw-r--r-- 30.9 KB
claim.c -rw-r--r-- 7.6 KB
core.c -rw-r--r-- 10.4 KB
dax_devs.c -rw-r--r-- 2.8 KB
dimm.c -rw-r--r-- 3.1 KB
dimm_devs.c -rw-r--r-- 22.0 KB
e820.c -rw-r--r-- 1.8 KB
label.c -rw-r--r-- 35.2 KB
label.h -rw-r--r-- 4.1 KB
namespace_devs.c -rw-r--r-- 67.2 KB
nd-core.h -rw-r--r-- 7.7 KB
nd.h -rw-r--r-- 11.6 KB
nd_virtio.c -rw-r--r-- 3.6 KB
of_pmem.c -rw-r--r-- 2.6 KB
pfn.h -rw-r--r-- 1.5 KB
pfn_devs.c -rw-r--r-- 21.8 KB
pmem.c -rw-r--r-- 16.7 KB
pmem.h -rw-r--r-- 1.1 KB
region.c -rw-r--r-- 4.1 KB
region_devs.c -rw-r--r-- 33.3 KB
security.c -rw-r--r-- 13.7 KB
virtio_pmem.c -rw-r--r-- 3.0 KB
virtio_pmem.h -rw-r--r-- 1.3 KB

back to top