1
0
Fork 0
alistair23-linux/fs/ceph
Linus Torvalds 4f9e5df211 Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Pull ceph bug-fixes from Sage Weil:
 "These include a couple fixes to the new fscache code that went in
  during the last cycle (which will need to go stable@ shortly as well),
  a couple client-side directory fragmentation fixes, a fix for a race
  in the cap release queuing path, and a couple race fixes in the
  request abort and resend code.

  Obviously some of this could have gone into 3.12 final, but I
  preferred to overtest rather than send things in for a late -rc, and
  then my travel schedule intervened"

* 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client:
  ceph: allocate non-zero page to fscache in readpage()
  ceph: wake up 'safe' waiters when unregistering request
  ceph: cleanup aborted requests when re-sending requests.
  ceph: handle race between cap reconnect and cap release
  ceph: set caps count after composing cap reconnect message
  ceph: queue cap release in __ceph_remove_cap()
  ceph: handle frag mismatch between readdir request and reply
  ceph: remove outdated frag information
  ceph: hung on ceph fscache invalidate in some cases
2013-11-26 18:02:46 -08:00
..
Kconfig ceph: use fscache as a local presisent cache 2013-09-06 16:50:11 +00:00
Makefile ceph: use fscache as a local presisent cache 2013-09-06 16:50:11 +00:00
addr.c ceph: allocate non-zero page to fscache in readpage() 2013-11-23 11:01:07 -08:00
cache.c Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client 2013-11-26 18:02:46 -08:00
cache.h ceph: trivial buildbot warnings fix 2013-09-06 16:50:12 +00:00
caps.c ceph: handle race between cap reconnect and cap release 2013-11-23 11:01:02 -08:00
ceph_frag.c ceph: factor out libceph from Ceph file system 2010-10-20 15:37:28 -07:00
debugfs.c libceph: delay debugfs initialization until we learn global_id 2012-08-20 10:03:15 -07:00
dir.c ceph: handle frag mismatch between readdir request and reply 2013-09-30 14:49:53 -07:00
export.c fs: encode_fh: return FILEID_INVALID if invalid fid_type 2013-02-26 02:46:10 -05:00
file.c ceph: use fscache as a local presisent cache 2013-09-06 16:50:11 +00:00
inode.c ceph: handle frag mismatch between readdir request and reply 2013-09-30 14:49:53 -07:00
ioctl.c ceph: Add check returned value on func ceph_calc_ceph_pg. 2013-08-09 17:55:21 -07:00
ioctl.h ceph: fully initialize new layout 2012-05-16 14:28:27 -05:00
locks.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client 2013-07-09 12:39:10 -07:00
mds_client.c ceph: wake up 'safe' waiters when unregistering request 2013-11-23 11:01:05 -08:00
mds_client.h ceph: handle race between cap reconnect and cap release 2013-11-23 11:01:02 -08:00
mdsmap.c ceph: tidy ceph_mdsmap_decode() a little 2013-07-01 09:52:02 -07:00
snap.c ceph: use ceph_create_snap_context() 2013-05-01 21:20:09 -07:00
strings.c libceph: update ceph_mds_state_name() and ceph_mds_op_name() 2013-02-18 12:20:34 -06:00
super.c ceph: use fscache as a local presisent cache 2013-09-06 16:50:11 +00:00
super.h ceph: queue cap release in __ceph_remove_cap() 2013-11-23 11:00:59 -08:00
xattr.c ceph: fix sleeping function called from invalid context. 2013-07-03 15:32:51 -07:00