Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 bug fixes from Ted Ts'o: "Various bug fixes for ext4. The most important is a fix for the new extent cache's slab shrinker which can cause significant, user-visible pauses when the system is under memory pressure." * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: enable quotas before orphan cleanup ext4: don't allow quota mount options when quota feature enabled ext4: fix a warning from sparse check for ext4_dir_llseek ext4: convert number of blocks to clusters properly ext4: fix possible memory leak in ext4_remount() jbd2: fix ERR_PTR dereference in jbd2__journal_start ext4: use percpu counter for extent cache count ext4: optimize ext4_es_shrink()
No related branches found
No related tags found
Showing
- fs/ext4/balloc.c 1 addition, 1 deletionfs/ext4/balloc.c
- fs/ext4/dir.c 1 addition, 1 deletionfs/ext4/dir.c
- fs/ext4/ext4.h 1 addition, 0 deletionsfs/ext4/ext4.h
- fs/ext4/extents_status.c 13 additions, 26 deletionsfs/ext4/extents_status.c
- fs/ext4/mballoc.c 4 additions, 4 deletionsfs/ext4/mballoc.c
- fs/ext4/resize.c 3 additions, 3 deletionsfs/ext4/resize.c
- fs/ext4/super.c 43 additions, 18 deletionsfs/ext4/super.c
- fs/jbd2/transaction.c 1 addition, 1 deletionfs/jbd2/transaction.c
- include/trace/events/ext4.h 12 additions, 28 deletionsinclude/trace/events/ext4.h
Loading
Please register or sign in to comment