summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-07-0910-124/+149
|\
| * ceph: fix race between cap issue and revokeYan, Zheng2013-07-041-9/+20
| * ceph: fix cap revoke raceYan, Zheng2013-07-041-0/+9
| * ceph: fix pending vmtruncate raceYan, Zheng2013-07-044-11/+13
| * ceph: avoid accessing invalid memorySasha Levin2013-07-041-1/+1
| * ceph: Reconstruct the func ceph_reserve_caps.majianpeng2013-07-042-15/+8Star
| * ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng2013-07-041-1/+3
| * ceph: remove sb_start/end_write in ceph_aio_write.Jianpeng Ma2013-07-041-2/+0Star
| * ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.majianpeng2013-07-041-2/+2
| * ceph: fix sleeping function called from invalid context.majianpeng2013-07-041-4/+5
| * ceph: move inode to proper flushing list when auth MDS changesYan, Zheng2013-07-041-0/+7
| * ceph: clear migrate seq when MDS restartsYan, Zheng2013-07-041-0/+1
| * ceph: check migrate seq before changing auth capYan, Zheng2013-07-041-3/+5
| * ceph: fix race between page writeback and truncateYan, Zheng2013-07-041-44/+40Star
| * ceph: reset iov_len when discarding cap release messagesYan, Zheng2013-07-041-0/+1
| * ceph: fix cap release raceYan, Zheng2013-07-041-12/+10Star
| * ceph: tidy ceph_mdsmap_decode() a littleDan Carpenter2013-07-011-20/+22
| * ceph: improve error handling in ceph_mdsmap_decodeEmil Goode2013-07-011-1/+3
| * ceph: fix up comment for ceph_count_locks() as to which lock to holdJim Schutt2013-07-011-1/+1
* | helper for reading ->d_countAl Viro2013-07-052-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-033-15/+6Star
|\ \
| * | vfs: export lseek_execute() to modulesJie Liu2013-07-031-10/+1Star
| * | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-292-5/+5
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-7/+8
|\ \ \ | |/ / |/| |
| * | ceph: use ->invalidatepage() length argumentLukas Czerner2013-05-221-6/+6
| * | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-2/+3
* | | [readdir] convert cephAl Viro2013-06-291-51/+48Star
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-123-58/+89
|\ \ | |/ |/|
| * ceph: ceph_pagelist_append might sleep while atomicJim Schutt2013-05-173-61/+89
| * ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt2013-05-172-3/+6
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
|/
* ceph: use ceph_create_snap_context()Alex Elder2013-05-021-2/+1Star
* libceph: kill off osd data write_request parametersAlex Elder2013-05-022-7/+6Star
* ceph: fix printk format warnings in file.cRandy Dunlap2013-05-021-2/+2
* ceph: fix race between writepages and truncateYan, Zheng2013-05-021-7/+7
* ceph: apply write checks in ceph_aio_writeYan, Zheng2013-05-021-35/+59
* ceph: take i_mutex before getting Fw capYan, Zheng2013-05-022-12/+13
* libceph: change how "safe" callback is usedAlex Elder2013-05-021-24/+28
* ceph: let osd client clean up for interrupted requestAlex Elder2013-05-021-6/+0Star
* ceph: fix symlink inode operationsYan, Zheng2013-05-021-0/+6
* ceph: Use pseudo-random numbers to choose mdsSam Lang2013-05-021-3/+5
* libceph: add, don't set data for a messageAlex Elder2013-05-021-2/+2
* libceph: combine initializing and setting osd dataAlex Elder2013-05-022-9/+6Star
* libceph: specify osd op by index in requestAlex Elder2013-05-021-1/+1
* libceph: add data pointers in osd op structuresAlex Elder2013-05-022-5/+8
* libceph: keep source rather than message osd op arrayAlex Elder2013-05-022-16/+11Star
* libceph: a few more osd data cleanupsAlex Elder2013-05-021-13/+17
* libceph: define osd data initialization helpersAlex Elder2013-05-022-15/+8Star
* ceph: build osd request message later for writepagesAlex Elder2013-05-021-26/+33
* libceph: hold off building osd requestAlex Elder2013-05-022-5/+6