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-- 655 bytes
Makefile -rw-r--r-- 517 bytes
af_rds.c -rw-r--r-- 16.3 KB
bind.c -rw-r--r-- 5.1 KB
cong.c -rw-r--r-- 12.7 KB
connection.c -rw-r--r-- 19.8 KB
ib.c -rw-r--r-- 13.3 KB
ib.h -rw-r--r-- 12.9 KB
ib_cm.c -rw-r--r-- 29.0 KB
ib_fmr.c -rw-r--r-- 6.4 KB
ib_frmr.c -rw-r--r-- 9.9 KB
ib_mr.h -rw-r--r-- 4.8 KB
ib_rdma.c -rw-r--r-- 16.2 KB
ib_recv.c -rw-r--r-- 30.2 KB
ib_ring.c -rw-r--r-- 4.8 KB
ib_send.c -rw-r--r-- 29.5 KB
ib_stats.c -rw-r--r-- 3.1 KB
ib_sysctl.c -rw-r--r-- 4.0 KB
info.c -rw-r--r-- 6.4 KB
info.h -rw-r--r-- 934 bytes
loop.c -rw-r--r-- 5.8 KB
loop.h -rw-r--r-- 137 bytes
message.c -rw-r--r-- 9.5 KB
page.c -rw-r--r-- 4.5 KB
rdma.c -rw-r--r-- 23.0 KB
rdma_transport.c -rw-r--r-- 6.1 KB
rdma_transport.h -rw-r--r-- 439 bytes
rds.h -rw-r--r-- 27.8 KB
rds_single_path.h -rw-r--r-- 1.2 KB
recv.c -rw-r--r-- 20.4 KB
send.c -rw-r--r-- 34.2 KB
stats.c -rw-r--r-- 4.3 KB
sysctl.c -rw-r--r-- 3.4 KB
tcp.c -rw-r--r-- 19.0 KB
tcp.h -rw-r--r-- 3.0 KB
tcp_connect.c -rw-r--r-- 5.3 KB
tcp_listen.c -rw-r--r-- 8.4 KB
tcp_recv.c -rw-r--r-- 9.0 KB
tcp_send.c -rw-r--r-- 6.7 KB
tcp_stats.c -rw-r--r-- 2.3 KB
threads.c -rw-r--r-- 7.5 KB
transport.c -rw-r--r-- 4.0 KB

back to top