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
netfilter
Kconfig -rw-r--r-- 2.0 KB
Makefile -rw-r--r-- 771 bytes
br.c -rw-r--r-- 5.8 KB
br_device.c -rw-r--r-- 9.9 KB
br_fdb.c -rw-r--r-- 26.7 KB
br_forward.c -rw-r--r-- 7.3 KB
br_if.c -rw-r--r-- 14.5 KB
br_input.c -rw-r--r-- 8.7 KB
br_ioctl.c -rw-r--r-- 9.0 KB
br_mdb.c -rw-r--r-- 16.7 KB
br_multicast.c -rw-r--r-- 60.5 KB
br_netfilter_hooks.c -rw-r--r-- 28.9 KB
br_netfilter_ipv6.c -rw-r--r-- 5.8 KB
br_netlink.c -rw-r--r-- 43.1 KB
br_netlink_tunnel.c -rw-r--r-- 6.9 KB
br_nf_core.c -rw-r--r-- 2.2 KB
br_private.h -rw-r--r-- 30.3 KB
br_private_stp.h -rw-r--r-- 1.9 KB
br_private_tunnel.h -rw-r--r-- 2.3 KB
br_stp.c -rw-r--r-- 15.4 KB
br_stp_bpdu.c -rw-r--r-- 5.8 KB
br_stp_if.c -rw-r--r-- 8.8 KB
br_stp_timer.c -rw-r--r-- 4.5 KB
br_switchdev.c -rw-r--r-- 1.3 KB
br_sysfs_br.c -rw-r--r-- 25.7 KB
br_sysfs_if.c -rw-r--r-- 8.8 KB
br_vlan.c -rw-r--r-- 24.7 KB
br_vlan_tunnel.c -rw-r--r-- 4.7 KB

back to top