aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds10-124/+149
2013-07-05helper for reading ->d_countAl Viro2-3/+3
2013-07-03ceph: fix race between cap issue and revokeYan, Zheng1-9/+20
2013-07-03ceph: fix cap revoke raceYan, Zheng1-0/+9
2013-07-03ceph: fix pending vmtruncate raceYan, Zheng4-11/+13
2013-07-03ceph: avoid accessing invalid memorySasha Levin1-1/+1
2013-07-03ceph: Reconstruct the func ceph_reserve_caps.majianpeng2-15/+8
2013-07-03ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng1-1/+3
2013-07-03ceph: remove sb_start/end_write in ceph_aio_write.Jianpeng Ma1-2/+0
2013-07-03ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.majianpeng1-2/+2
2013-07-03ceph: fix sleeping function called from invalid context.majianpeng1-4/+5
2013-07-03ceph: move inode to proper flushing list when auth MDS changesYan, Zheng1-0/+7
2013-07-03ceph: clear migrate seq when MDS restartsYan, Zheng1-0/+1
2013-07-03ceph: check migrate seq before changing auth capYan, Zheng1-3/+5
2013-07-03ceph: fix race between page writeback and truncateYan, Zheng1-44/+40
2013-07-03ceph: reset iov_len when discarding cap release messagesYan, Zheng1-0/+1
2013-07-03ceph: fix cap release raceYan, Zheng1-12/+10
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-15/+6
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-10/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-7/+8
2013-07-01ceph: tidy ceph_mdsmap_decode() a littleDan Carpenter1-20/+22
2013-07-01ceph: improve error handling in ceph_mdsmap_decodeEmil Goode1-1/+3
2013-07-01ceph: fix up comment for ceph_count_locks() as to which lock to holdJim Schutt1-1/+1
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton2-5/+5
2013-06-29[readdir] convert cephAl Viro1-51/+48
2013-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds3-58/+89
2013-05-21ceph: use ->invalidatepage() length argumentLukas Czerner1-6/+6
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-2/+3
2013-05-17ceph: ceph_pagelist_append might sleep while atomicJim Schutt3-61/+89
2013-05-17ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt2-3/+6
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-01ceph: use ceph_create_snap_context()Alex Elder1-2/+1
2013-05-01libceph: kill off osd data write_request parametersAlex Elder2-7/+6
2013-05-01ceph: fix printk format warnings in file.cRandy Dunlap1-2/+2
2013-05-01ceph: fix race between writepages and truncateYan, Zheng1-7/+7
2013-05-01ceph: apply write checks in ceph_aio_writeYan, Zheng1-35/+59
2013-05-01ceph: take i_mutex before getting Fw capYan, Zheng2-12/+13
2013-05-01libceph: change how "safe" callback is usedAlex Elder1-24/+28
2013-05-01ceph: let osd client clean up for interrupted requestAlex Elder1-6/+0
2013-05-01ceph: fix symlink inode operationsYan, Zheng1-0/+6
2013-05-01ceph: Use pseudo-random numbers to choose mdsSam Lang1-3/+5
2013-05-01libceph: add, don't set data for a messageAlex Elder1-2/+2
2013-05-01libceph: combine initializing and setting osd dataAlex Elder2-9/+6
2013-05-01libceph: specify osd op by index in requestAlex Elder1-1/+1
2013-05-01libceph: add data pointers in osd op structuresAlex Elder2-5/+8
2013-05-01libceph: keep source rather than message osd op arrayAlex Elder2-16/+11
2013-05-01libceph: a few more osd data cleanupsAlex Elder1-13/+17
2013-05-01libceph: define osd data initialization helpersAlex Elder2-15/+8
2013-05-01ceph: build osd request message later for writepagesAlex Elder1-26/+33
2013-05-01libceph: hold off building osd requestAlex Elder2-5/+6