Revision 788c1da05b73aee68ed98f05b577c308351f5619 authored by Linus Torvalds on 02 December 2017, 01:00:19 UTC, committed by Linus Torvalds on 02 December 2017, 01:00:19 UTC
Pull xfs fixes from Darrick Wong:
 "Here are some bug fixes for 4.15-rc2.

   - fix memory leaks that appeared after removing ifork inline data
     buffer

   - recover deferred rmap update log items in correct order

   - fix memory leaks when buffer construction fails

   - fix memory leaks when bmbt is corrupt

   - fix some uninitialized variables and math problems in the quota
     scrubber

   - add some omitted attribution tags on the log replay commit

   - fix some UBSAN complaints about integer overflows with large sparse
     files

   - implement an effective inode mode check in online fsck

   - fix log's inability to retry quota item writeout due to transient
     errors"

* tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: Properly retry failed dquot items in case of error during buffer writeback
  xfs: scrub inode mode properly
  xfs: remove unused parameter from xfs_writepage_map
  xfs: ubsan fixes
  xfs: calculate correct offset in xfs_scrub_quota_item
  xfs: fix uninitialized variable in xfs_scrub_quota
  xfs: fix leaks on corruption errors in xfs_bmap.c
  xfs: fortify xfs_alloc_buftarg error handling
  xfs: log recovery should replay deferred ops in order
  xfs: always free inline data before resetting inode fork during ifree
2 parent s e1ba1c9 + 373b058
History
File Mode Size
Makefile -rw-r--r-- 683 bytes
bitstream.h -rw-r--r-- 14.9 KB
compress.c -rw-r--r-- 126.9 KB
decompress.c -rw-r--r-- 80.4 KB
entropy_common.c -rw-r--r-- 7.6 KB
error_private.h -rw-r--r-- 1.7 KB
fse.h -rw-r--r-- 26.2 KB
fse_compress.c -rw-r--r-- 24.5 KB
fse_decompress.c -rw-r--r-- 10.7 KB
huf.h -rw-r--r-- 12.0 KB
huf_compress.c -rw-r--r-- 25.6 KB
huf_decompress.c -rw-r--r-- 32.3 KB
mem.h -rw-r--r-- 4.7 KB
zstd_common.c -rw-r--r-- 2.5 KB
zstd_internal.h -rw-r--r-- 8.3 KB
zstd_opt.h -rw-r--r-- 32.9 KB

back to top