Revision 875fef493f21e54d20d71a581687990aaa50268c authored by Linus Torvalds on 15 November 2019, 18:30:24 UTC, committed by Linus Torvalds on 15 November 2019, 18:30:24 UTC
Pull ceph fixes from Ilya Dryomov:
 "Two fixes for the buffered reads and O_DIRECT writes serialization
  patch that went into -rc1 and a fixup for a bogus warning on older gcc
  versions"

* tag 'ceph-for-5.4-rc8' of git://github.com/ceph/ceph-client:
  rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()
  ceph: increment/decrement dio counter on async requests
  ceph: take the inode lock before acquiring cap refs
2 parent s a28f239 + 633739b
History
File Mode Size
Kconfig -rw-r--r-- 3.0 KB
Makefile -rw-r--r-- 439 bytes
acl.c -rw-r--r-- 8.9 KB
acl.h -rw-r--r-- 1.0 KB
checkpoint.c -rw-r--r-- 40.7 KB
data.c -rw-r--r-- 76.9 KB
debug.c -rw-r--r-- 18.4 KB
dir.c -rw-r--r-- 26.6 KB
extent_cache.c -rw-r--r-- 19.7 KB
f2fs.h -rw-r--r-- 117.0 KB
file.c -rw-r--r-- 81.4 KB
gc.c -rw-r--r-- 38.6 KB
gc.h -rw-r--r-- 2.9 KB
hash.c -rw-r--r-- 2.8 KB
inline.c -rw-r--r-- 17.5 KB
inode.c -rw-r--r-- 21.8 KB
namei.c -rw-r--r-- 29.6 KB
node.c -rw-r--r-- 76.3 KB
node.h -rw-r--r-- 12.2 KB
recovery.c -rw-r--r-- 19.2 KB
segment.c -rw-r--r-- 115.6 KB
segment.h -rw-r--r-- 26.0 KB
shrinker.c -rw-r--r-- 3.1 KB
super.c -rw-r--r-- 97.1 KB
sysfs.c -rw-r--r-- 21.8 KB
trace.c -rw-r--r-- 3.4 KB
trace.h -rw-r--r-- 859 bytes
verity.c -rw-r--r-- 6.6 KB
xattr.c -rw-r--r-- 18.5 KB
xattr.h -rw-r--r-- 4.9 KB

back to top