summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-1626-289/+393
|\
| * 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-161-0/+1
| * 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
| * 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
| * dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-154-4/+4
| * 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-1612-264/+751
|\ \
| * | 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-072-2/+2
| * | 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
| * | ceph: snapshot nfs re-exportYan, Zheng2019-05-071-27/+323
| * | 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
* | | Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-05-161-5/+12
|\ \ \
| * | | configfs: fix possible use-after-free in configfs_register_groupYueHaibing2019-05-081-5/+12
| |/ /
* | | Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-1523-196/+818
|\ \ \
| * | | nfsd: update callback done processingScott Mayhew2019-05-033-6/+10
| * | | locks: move checks from locks_free_lock() to locks_release_private()NeilBrown2019-04-241-6/+6
| * | | nfsd: fh_drop_write in nfsd_unlinkJ. Bruce Fields2019-04-241-3/+5
| * | | nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-04-241-1/+4
| * | | nfsd: knfsd must use the container user namespaceTrond Myklebust2019-04-246-32/+44