summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-1637-296/+478
|\
| * afs: Fix double inc of vnode->cb_breakDavid Howells2019-05-161-3/+1
| * afs: Fix lock-wait/callback-break double lockingDavid Howells2019-05-162-10/+1
| * afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells2019-05-161-5/+2
| * afs: Fix calculation of callback expiry timeDavid Howells2019-05-162-57/+51
| * afs: Make dynamic root population wait uninterruptibly for proc_cells_lockDavid Howells2019-05-161-2/+1
| * afs: Make some RPC operations non-interruptibleDavid Howells2019-05-1614-35/+99
| * rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-168-4/+28
| * afs: Fix error propagation from server record check/updateDavid Howells2019-05-161-3/+3
| * afs: Fix the maximum lifespan of VL and probe callsDavid Howells2019-05-165-0/+13
| * rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells2019-05-163-0/+37
| * afs: Fix "kAFS: AFS vnode with undefined type 0"David Howells2019-05-161-0/+2
| * afs: Fix cell DNS lookupDavid Howells2019-05-163-75/+130
| * Add wait_var_event_interruptible()David Howells2019-05-151-0/+13
| * dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-157-7/+12
| * afs: Fix afs_cell records to always have a VL server list recordDavid Howells2019-05-154-24/+25
| * afs: Fix missing lock when replacing VL server listDavid Howells2019-05-151-3/+2
| * afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells2019-05-153-64/+53
| * afs: Fix incorrect error handling in afs_xattr_get_acl()David Howells2019-05-151-5/+4
| * afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2019-05-152-3/+5
* | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-1621-351/+845
|\ \
| * | ceph: flush dirty inodes before proceeding with remountJeff Layton2019-05-071-0/+7
| * | ceph: fix unaligned access in ceph_send_cap_releasesJeff Layton2019-05-071-1/+2
| * | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-078-34/+35
| * | libceph: fix unaligned accesses in ceph_entity_addr handlingJeff Layton2019-05-071-40/+37
| * | rbd: don't assert on writes to snapshotsIlya Dryomov2019-05-071-2/+6
| * | rbd: client_mutex is never nestedIlya Dryomov2019-05-071-1/+1
| * | ceph: print inode number in __caps_issued_mask debugging messagesJeff Layton2019-05-071-6/+6
| * | ceph: just call get_session in __ceph_lookup_mds_sessionJeff Layton2019-05-071-7/+1
| * | ceph: simplify arguments and return semantics of try_get_cap_refsJeff Layton2019-05-071-46/+30
| * | ceph: fix comment over ceph_drop_caps_for_unlinkJeff Layton2019-05-071-1/+1
| * | ceph: move wait for mds request into helper functionJeff Layton2019-05-071-15/+21
| * | ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_requestJeff Layton2019-05-072-23/+22
| * | ceph: after an MDS request, do callback and completionsJeff Layton2019-05-071-2/+1
| * | ceph: use pathlen values returned by set_request_path_attrJeff Layton2019-05-071-2/+2
| * | ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton2019-05-073-39/+36
| * | ceph: use ceph_mdsc_build_path instead of clone_dentry_nameJeff Layton2019-05-071-39/+3
| * | ceph: fix potential use-after-free in ceph_mdsc_build_pathJeff Layton2019-05-071-3/+5
| * | ceph: dump granular cap info in "caps" debugfs fileJeff Layton2019-05-071-2/+32
| * | ceph: make iterate_session_caps a public symbolJeff Layton2019-05-072-8/+12
| * | ceph: fix NULL pointer deref when debugging is enabledJeff Layton2019-05-071-1/+1
| * | ceph: properly handle granular statx requestsJeff Layton2019-05-071-28/+57
| * | ceph: remove superfluous inode_lock in ceph_fsyncJeff Layton2019-05-071-3/+0
| * | libceph: fix clang warning for CEPH_DEFINE_OID_ONSTACKArnd Bergmann2019-05-071-7/+6
| * | rbd: convert all rbd_assert(0) to BUG()Arnd Bergmann2019-05-071-6/+6
| * | rbd: avoid clang -Wuninitialized warningArnd Bergmann2019-05-071-1/+1
| * | ceph: snapshot nfs re-exportYan, Zheng2019-05-072-27/+329
| * | ceph: quota: fix quota subdir mountsLuis Henriques2019-05-074-10/+190
| * | ceph: factor out ceph_lookup_inode()Luis Henriques2019-05-072-2/+13
| * | ceph: remove duplicated filelock ref increaseZhi Zhang2019-05-071-13/+0