Revision 5faab9e0f03c4eef97886b45436015e107f79f5f authored by Linus Torvalds on 10 June 2017, 18:09:23 UTC, committed by Linus Torvalds on 10 June 2017, 18:09:23 UTC
Pull UFS fixes from Al Viro:
 "This is just the obvious backport fodder; I'm pretty sure that there
  will be more - definitely so wrt performance and quite possibly
  correctness as well"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  ufs: we need to sync inode before freeing it
  excessive checks in ufs_write_failed() and ufs_evict_inode()
  ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path
  ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()
  ufs: set correct ->s_maxsize
  ufs: restore maintaining ->i_blocks
  fix ufs_isblockset()
  ufs: restore proper tail allocation
2 parent s 66cea28 + 67a7001
History
File Mode Size
Kconfig -rw-r--r-- 3.6 KB
Makefile -rw-r--r-- 518 bytes
l2tp_core.c -rw-r--r-- 52.1 KB
l2tp_core.h -rw-r--r-- 9.7 KB
l2tp_debugfs.c -rw-r--r-- 9.2 KB
l2tp_eth.c -rw-r--r-- 9.6 KB
l2tp_ip.c -rw-r--r-- 16.4 KB
l2tp_ip6.c -rw-r--r-- 20.0 KB
l2tp_netlink.c -rw-r--r-- 26.6 KB
l2tp_ppp.c -rw-r--r-- 46.7 KB

back to top