summaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil2013-02-271-4/+8
* libceph: decode into cpu-native ceph_pg typeSage Weil2013-02-271-2/+3
* libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2013-02-271-1/+1
* ceph: eliminate sparse warnings in fs codeAlex Elder2013-02-251-2/+2
* ceph: fix statvfs fr_sizeSage Weil2013-02-232-2/+7
* ceph: remove a few bogus declarationsAlex Elder2013-02-201-7/+1
* libceph: update ceph_mds_state_name() and ceph_mds_op_name()Alex Elder2013-02-181-0/+4
* ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder2013-02-182-3/+3
* ceph: kill ceph_osdc_writepages() "flags" parameterAlex Elder2013-02-181-2/+1
* ceph: kill ceph_osdc_writepages() "dosync" parameterAlex Elder2013-02-181-1/+1
* ceph: kill ceph_osdc_writepages() "nofail" parameterAlex Elder2013-02-181-1/+1
* ceph: implement hidden per-field ceph.*.layout.* vxattrsSage Weil2013-02-141-0/+59
* ceph: add ceph.dir.layout vxattrSage Weil2013-02-141-0/+8
* ceph: change ceph.file.layout.* implementation, contentSage Weil2013-02-141-14/+53
* ceph: fix listxattr handling for vxattrsSage Weil2013-02-141-6/+13
* ceph: fix getxattr vxattr handlingSage Weil2013-02-141-12/+8
* ceph: add exists_cb to vxattr structSage Weil2013-02-141-0/+2
* ceph: pass ceph.* removexattrs through to MDSSage Weil2013-02-141-0/+5
* ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil2013-02-141-0/+5
* ceph: support hidden vxattrsSage Weil2013-02-141-9/+11
* ceph: remove 'ceph.layout' virtual xattrSage Weil2013-02-141-7/+0
* Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder2013-01-305-10/+69
|\
| * libceph: pass length to ceph_calc_file_object_mapping()Alex Elder2013-01-171-1/+1
| * ceph: check mds_wanted for imported capYan, Zheng2013-01-171-1/+3
| * ceph: allocate cap_release message when receiving cap importYan, Zheng2013-01-171-0/+3
| * ceph: allow revoking duplicated caps issued by non-auth MDSYan, Zheng2013-01-171-5/+10
| * ceph: move dirty inode to migrating list when clearing auth capsYan, Zheng2013-01-171-1/+9
| * ceph: Check for created flag in response from mdsSam Lang2013-01-173-2/+40
| * ceph: Check for err on mds request in atomic_openSam Lang2013-01-171-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-12-206-65/+116
|\|
| * libceph: Unlock unprocessed pages in start_read() error pathDavid Zafman2012-12-131-0/+9
| * ceph: call handle_cap_grant() for cap import messageYan, Zheng2012-12-131-2/+2
| * ceph: Fix __ceph_do_pending_vmtruncateYan, Zheng2012-12-131-6/+9
| * ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng2012-12-131-3/+7
| * ceph: Fix infinite loop in __wake_requestsYan, Zheng2012-12-131-2/+7
| * ceph: Don't update i_max_size when handling non-auth capYan, Zheng2012-12-131-1/+1
| * bdi_register: add __printf verification, fix arg mismatchJoe Perches2012-12-131-1/+1
| * libceph: remove 'osdtimeout' optionSage Weil2012-12-131-2/+0
| * ceph: fix dentry reference leak in ceph_encode_fh().Cyril Roelandt2012-12-131-1/+3
| * ceph: Fix i_size update raceSage Weil2012-11-052-47/+77
| * ceph: Hold caps_list_lock when adjusting caps_{use, total}_countYan, Zheng2012-11-041-0/+2
| * ceph: Fix NULL ptr crash in strlen()David Zafman2012-10-261-1/+1
| * ceph: fix dentry reference leak in encode_fh()David Zafman2012-10-261-0/+2
* | ceph: fix dentry reference leak in ceph_encode_fh()Cyril Roelandt2012-12-191-1/+3
* | lseek: the "whence" argument is called "whence"Andrew Morton2012-12-182-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-10-291-0/+2
|\ \
| * | ceph: fix dentry reference leak in encode_fh()David Zafman2012-10-291-0/+2
| |/
* | tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-101-4/+14
* | mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-10-076-27/+46
|\|