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-- 1.4 KB
Makefile -rw-r--r-- 507 bytes
af_rxrpc.c -rw-r--r-- 20.4 KB
ar-internal.h -rw-r--r-- 36.3 KB
call_accept.c -rw-r--r-- 18.0 KB
call_event.c -rw-r--r-- 11.0 KB
call_object.c -rw-r--r-- 15.5 KB
conn_client.c -rw-r--r-- 30.4 KB
conn_event.c -rw-r--r-- 10.4 KB
conn_object.c -rw-r--r-- 11.6 KB
conn_service.c -rw-r--r-- 5.5 KB
input.c -rw-r--r-- 32.4 KB
insecure.c -rw-r--r-- 2.3 KB
key.c -rw-r--r-- 29.0 KB
local_event.c -rw-r--r-- 2.7 KB
local_object.c -rw-r--r-- 9.2 KB
misc.c -rw-r--r-- 2.7 KB
output.c -rw-r--r-- 11.7 KB
peer_event.c -rw-r--r-- 8.3 KB
peer_object.c -rw-r--r-- 9.8 KB
proc.c -rw-r--r-- 5.4 KB
recvmsg.c -rw-r--r-- 18.3 KB
rxkad.c -rw-r--r-- 31.0 KB
security.c -rw-r--r-- 3.7 KB
sendmsg.c -rw-r--r-- 16.6 KB
skbuff.c -rw-r--r-- 2.7 KB
sysctl.c -rw-r--r-- 4.1 KB
utils.c -rw-r--r-- 1.4 KB

back to top