Revision c103b21c20ee3d173ccccb7d5ca8f5b8bc02cac3 authored by Linus Torvalds on 17 December 2014, 17:41:32 UTC, committed by Linus Torvalds on 17 December 2014, 17:41:32 UTC
Pull fuse update from Miklos Szeredi:
 "The first part makes sure we don't hold up umount with pending async
  requests.  In addition to being a cleanup, this is a small behavioral
  change (for the better) and unlikely to break anything.

  The second part prepares for a cleanup of the fuse device I/O code by
  adding a helper for simple request submission, with some savings in
  line numbers already realized"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
  fuse: use file_inode() in fuse_file_fallocate()
  fuse: introduce fuse_simple_request() helper
  fuse: reduce max out args
  fuse: hold inode instead of path after release
  fuse: flush requests on umount
  fuse: don't wake up reserved req in fuse_conn_kill()
2 parent s 603ba7e + 1c68271
History
File Mode Size
appletalk
arcnet
bonding
caif
can
cris
dsa
ethernet
fddi
hamradio
hippi
hyperv
ieee802154
ipvlan
irda
phy
plip
ppp
slip
team
usb
vmxnet3
wan
wimax
wireless
xen-netback
Kconfig -rw-r--r-- 12.5 KB
LICENSE.SRC -rw-r--r-- 891 bytes
Makefile -rw-r--r-- 1.9 KB
Space.c -rw-r--r-- 4.1 KB
dummy.c -rw-r--r-- 5.4 KB
eql.c -rw-r--r-- 14.6 KB
ifb.c -rw-r--r-- 7.4 KB
loopback.c -rw-r--r-- 5.6 KB
macvlan.c -rw-r--r-- 39.3 KB
macvtap.c -rw-r--r-- 29.9 KB
mdio.c -rw-r--r-- 11.9 KB
mii.c -rw-r--r-- 12.3 KB
netconsole.c -rw-r--r-- 21.5 KB
nlmon.c -rw-r--r-- 3.9 KB
ntb_netdev.c -rw-r--r-- 9.9 KB
rionet.c -rw-r--r-- 15.7 KB
sb1000.c -rw-r--r-- 31.5 KB
sungem_phy.c -rw-r--r-- 29.7 KB
tun.c -rw-r--r-- 55.5 KB
veth.c -rw-r--r-- 11.3 KB
virtio_net.c -rw-r--r-- 51.1 KB
vxlan.c -rw-r--r-- 71.5 KB
xen-netfront.c -rw-r--r-- 55.0 KB

back to top