aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-5/+5
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-5/+5
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependencyIngo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-306/+287
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+5
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2-20/+9
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov6-103/+3
2017-02-23ceph: tidy some white space in get_nonsnap_parent()Dan Carpenter1-2/+3
2017-02-20ceph: remove req from unsafe list when unregistering itJeff Layton1-2/+3
2017-02-20ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton1-2/+3
2017-02-20ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton1-0/+20
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseJeff Layton1-24/+48
2017-02-20ceph: don't update_dentry_lease unless we actually got oneJeff Layton1-2/+2
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton6-28/+39
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton5-38/+45
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton3-5/+4
2017-02-20ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton1-34/+0
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng3-5/+5
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng1-0/+10
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng1-0/+1
2017-02-20ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton1-2/+2
2017-02-20ceph: avoid updating mds_wanted too frequentlyYan, Zheng1-3/+9
2017-02-20ceph: set io_pages bdi hintAndreas Gerstmayr2-2/+10
2017-02-20ceph: fix spelling mistake: "enabing" -> "enabling"Colin Ian King1-1/+1
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski5-10/+10
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton3-6/+13
2017-02-20ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton1-2/+5
2017-02-20ceph: pass parent dir ino info to build_dentry_pathJeff Layton1-7/+9
2017-02-20ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton1-2/+7
2017-02-20ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton1-22/+42
2017-01-18ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-4/+5
2017-01-18ceph: fix endianness bug in frag_tree_split_cmpJeff Layton1-1/+2
2017-01-18ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton1-2/+3
2017-01-18ceph: fix ceph_get_caps() interruptionYan, Zheng1-1/+6
2017-01-12ceph: fix get_oldest_context()Geng, Jichao1-2/+2
2017-01-12ceph: fix mds cluster availability checkYan, Zheng1-0/+5
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+8
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds8-211/+540
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-100/+15
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro6-100/+15
2016-12-14libceph: always signal completion when doneIlya Dryomov1-1/+1
2016-12-14ceph: avoid creating orphan object when checking pool permissionYan, Zheng1-0/+9
2016-12-12ceph: properly set issue_seq for cap releaseYan, Zheng1-0/+1
2016-12-12ceph: add flags parameter to send_cap_msgJeff Layton1-10/+15
2016-12-12ceph: update cap message struct version to 10Jeff Layton1-6/+33
2016-12-12ceph: define new argument structure for send_cap_msgJeff Layton1-99/+126
2016-12-12ceph: move xattr initialzation before the encoding past the ceph_mds_capsJeff Layton1-7/+7