summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: handle errors during osd client initSage Weil2009-11-184-7/+19
* ceph: remove unnecessary ceph_con_shutdownSage Weil2009-11-181-12/+1
* ceph: remove bad calls to ceph_con_shutdownSage Weil2009-11-183-16/+19
* ceph: fix page invalidation deadlockSage Weil2009-11-121-2/+2
* ceph: build cleanly without CONFIG_DEBUG_FSSage Weil2009-11-125-0/+31
* ceph: pr_info when mds reconnect completesSage Weil2009-11-111-0/+1
* ceph: initialize i_size/i_rbytes on snapdirSage Weil2009-11-111-1/+3
* ceph: exclude snapdir from readdir resultsSage Weil2009-11-111-0/+1
* ceph: remove recon_gen logicSage Weil2009-11-104-28/+2
* ceph: separate banner and connect during handshake into distinct stagesSage Weil2009-11-102-44/+77
* ceph: do not confuse stale and dead (unreconnected) capsSage Weil2009-11-094-9/+26
* ceph: make CRUSH hash function a bucket propertySage Weil2009-11-075-21/+93
* ceph: make object hash a pg_pool propertySage Weil2009-11-069-81/+137
* ceph: use strong hash function for mapping objects to pgsSage Weil2009-11-062-24/+71
* ceph: make CRUSH hash functions non-inlineSage Weil2009-11-066-96/+107
* ceph: clean up 'osd%d down' console msgSage Weil2009-11-061-1/+1
* ceph: convert port endiannessSage Weil2009-11-041-2/+2
* ceph: fix sparse endian warningSage Weil2009-11-042-2/+2
* ceph: fix endian conversions for ceph_pgSage Weil2009-11-045-55/+75
* ceph: use fixed endian encoding for ceph_entity_addrSage Weil2009-11-037-8/+40
* ceph: init/destroy bdi in client create/destroy helpersSage Weil2009-11-021-6/+9
* crush: always return a value from crush_bucket_chooseSage Weil2009-11-011-1/+1
* ceph: fix uninitialized err variableSage Weil2009-11-011-1/+1
* ceph: fix intra strip unit length calculationNoah Watkins2009-10-301-5/+10
* ceph: fix object striping calculation for non-default striping schemesSage Weil2009-10-281-4/+7
* ceph: correct comment to match striping calculationSage Weil2009-10-281-1/+1
* ceph: remove redundant use of le32_to_cpuNoah Watkins2009-10-281-1/+1
* ceph: replace list_entry with container_ofNoah Watkins2009-10-281-1/+1
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-278-74/+105
* ceph: fix, clean up string mount arg parsingSage Weil2009-10-271-2/+9
* ceph: silence uninitialized variable warningSage Weil2009-10-261-1/+1
* ceph: reduce parse_mount_args stack usageSage Weil2009-10-261-8/+17
* ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriateSage Weil2009-10-222-4/+2
* ceph: move directory size logic to ceph_getattrSage Weil2009-10-211-3/+5
* ceph: v0.17 of clientSage Weil2009-10-191-2/+2
* ceph: include preferred osd in placement seedSage Weil2009-10-192-1/+3
* ceph: enable readaheadSage Weil2009-10-162-1/+2
* ceph: move dirty caps code aroundSage Weil2009-10-151-33/+37
* ceph: warn on allocation from msgpool with larger front_lenSage Weil2009-10-154-9/+26
* ceph: correct subscribe_ack msgpool payload sizeSage Weil2009-10-152-4/+12
* ceph: flush dirty caps via the cap_dirty listSage Weil2009-10-153-29/+59
* ceph: move generic flushing code into helperSage Weil2009-10-141-22/+21
* ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_superSage Weil2009-10-141-1/+3
* ceph: convert encode/decode macros to inlinesSage Weil2009-10-146-132/+137
* ceph: add version field to message headerSage Weil2009-10-131-1/+2
* ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAPSage Weil2009-10-122-4/+0
* ceph: ignore trailing data in monampSage Weil2009-10-121-3/+0
* ceph: add file layout validationSage Weil2009-10-092-0/+26
* ceph: update to mon client protocol v15Sage Weil2009-10-093-10/+19
* ceph: cancel osd requests before resending themSage Weil2009-10-091-1/+4
OpenPOWER on IntegriCloud