]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayto...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Jul 2017 01:39:15 +0000 (18:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Jul 2017 01:39:15 +0000 (18:39 -0700)
commitd783bbd2fc55f612c9a3c62a851f7b0997f64e32
tree4c56417bad2cc75e5d76e0e66fc6896b38a872b2
parentd63d2097230c3e3e956e638ad233f61328e823d8
parent297024e5105eda9b7748dfbd429d7eecf69c66c2
Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux

Pull Writeback error handling fixes from Jeff Layton:
 "The main rationale for all of these changes is to tighten up writeback
  error reporting to userland. There are many ways now that writeback
  errors can be lost, such that fsync/fdatasync/msync return 0 when
  writeback actually failed.

  This pile contains a small set of cleanups and writeback error
  handling fixes that I was able to break off from the main pile (#2).

  Two of the patches in this pile are trivial. The exceptions are the
  patch to fix up error handling in write_one_page, and the patch to
  make JFS pay attention to write_one_page errors"

* tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux:
  fs: remove call_fsync helper function
  mm: clean up error handling in write_one_page
  JFS: do not ignore return code from write_one_page()
  mm: drop "wait" parameter from write_one_page()
fs/jfs/jfs_metapage.c
include/linux/fs.h
include/linux/mm.h
mm/page-writeback.c