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
Kconfig -rw-r--r-- 11.9 KB
Makefile -rw-r--r-- 2.3 KB
altera_edac.c -rw-r--r-- 11.2 KB
amd64_edac.c -rw-r--r-- 77.7 KB
amd64_edac.h -rw-r--r-- 15.4 KB
amd64_edac_dbg.c -rw-r--r-- 2.0 KB
amd64_edac_inj.c -rw-r--r-- 6.4 KB
amd76x_edac.c -rw-r--r-- 9.4 KB
amd8111_edac.c -rw-r--r-- 16.5 KB
amd8111_edac.h -rw-r--r-- 4.1 KB
amd8131_edac.c -rw-r--r-- 10.7 KB
amd8131_edac.h -rw-r--r-- 3.7 KB
cell_edac.c -rw-r--r-- 7.7 KB
cpc925_edac.c -rw-r--r-- 31.7 KB
e752x_edac.c -rw-r--r-- 40.8 KB
e7xxx_edac.c -rw-r--r-- 16.2 KB
edac_core.h -rw-r--r-- 14.2 KB
edac_device.c -rw-r--r-- 19.7 KB
edac_device_sysfs.c -rw-r--r-- 23.4 KB
edac_mc.c -rw-r--r-- 33.8 KB
edac_mc_sysfs.c -rw-r--r-- 29.0 KB
edac_module.c -rw-r--r-- 3.1 KB
edac_module.h -rw-r--r-- 3.0 KB
edac_pci.c -rw-r--r-- 11.4 KB
edac_pci_sysfs.c -rw-r--r-- 19.3 KB
edac_stub.c -rw-r--r-- 2.5 KB
ghes_edac.c -rw-r--r-- 14.0 KB
highbank_l2_edac.c -rw-r--r-- 4.0 KB
highbank_mc_edac.c -rw-r--r-- 7.4 KB
i3000_edac.c -rw-r--r-- 13.8 KB
i3200_edac.c -rw-r--r-- 12.9 KB
i5000_edac.c -rw-r--r-- 42.3 KB
i5100_edac.c -rw-r--r-- 30.3 KB
i5400_edac.c -rw-r--r-- 40.0 KB
i7300_edac.c -rw-r--r-- 35.3 KB
i7core_edac.c -rw-r--r-- 63.4 KB
i82443bxgx_edac.c -rw-r--r-- 13.8 KB
i82860_edac.c -rw-r--r-- 9.2 KB
i82875p_edac.c -rw-r--r-- 14.7 KB
i82975x_edac.c -rw-r--r-- 18.3 KB
ie31200_edac.c -rw-r--r-- 14.3 KB
mce_amd.c -rw-r--r-- 18.3 KB
mce_amd.h -rw-r--r-- 1.7 KB
mce_amd_inj.c -rw-r--r-- 5.4 KB
mpc85xx_edac.c -rw-r--r-- 34.8 KB
mpc85xx_edac.h -rw-r--r-- 4.8 KB
mv64x60_edac.c -rw-r--r-- 22.4 KB
mv64x60_edac.h -rw-r--r-- 3.2 KB
octeon_edac-l2c.c -rw-r--r-- 5.3 KB
octeon_edac-lmc.c -rw-r--r-- 9.1 KB
octeon_edac-pc.c -rw-r--r-- 3.5 KB
octeon_edac-pci.c -rw-r--r-- 2.7 KB
pasemi_edac.c -rw-r--r-- 8.6 KB
ppc4xx_edac.c -rw-r--r-- 39.4 KB
ppc4xx_edac.h -rw-r--r-- 7.2 KB
r82600_edac.c -rw-r--r-- 11.8 KB
sb_edac.c -rw-r--r-- 65.8 KB
tile_edac.c -rw-r--r-- 6.4 KB
x38_edac.c -rw-r--r-- 12.0 KB

back to top