https://github.com/torvalds/linux
Revision f61ec2c97cf8a517cd5714efc919138a9d8991cf authored by Linus Torvalds on 25 November 2017, 17:58:25 UTC, committed by Linus Torvalds on 25 November 2017, 17:58:25 UTC
Pull AFS fixes from David Howells:

 - Make AFS file locking work again.

 - Don't write to a page that's being written out, but wait for it to
   complete.

 - Do d_drop() and d_add() in the right places.

 - Put keys on error paths.

 - Remove some redundant code.

* tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
  afs: remove redundant assignment of dvnode to itself
  afs: cell: Remove unnecessary code in afs_lookup_cell
  afs: Fix signal handling in some file ops
  afs: Fix some dentry handling in dir ops and missing key_puts
  afs: Make afs_write_begin() avoid writing to a page that's being stored
  afs: Fix file locking
2 parent s 7753ea0 + 43dd388
History
Tip revision: f61ec2c97cf8a517cd5714efc919138a9d8991cf authored by Linus Torvalds on 25 November 2017, 17:58:25 UTC
Merge tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Tip revision: f61ec2c
File Mode Size
Kconfig -rw-r--r-- 2.1 KB
Makefile -rw-r--r-- 691 bytes
af_vsock.c -rw-r--r-- 48.1 KB
af_vsock_tap.c -rw-r--r-- 2.2 KB
diag.c -rw-r--r-- 4.4 KB
hyperv_transport.c -rw-r--r-- 22.4 KB
virtio_transport.c -rw-r--r-- 18.1 KB
virtio_transport_common.c -rw-r--r-- 25.3 KB
vmci_transport.c -rw-r--r-- 58.1 KB
vmci_transport.h -rw-r--r-- 4.1 KB
vmci_transport_notify.c -rw-r--r-- 18.2 KB
vmci_transport_notify.h -rw-r--r-- 2.9 KB
vmci_transport_notify_qstate.c -rw-r--r-- 11.5 KB
vsock_addr.c -rw-r--r-- 1.9 KB

back to top