Fix double-free in logfs
[safe/jmp/linux-2.6] / fs / ceph /
2009-11-02 Sage Weilceph: init/destroy bdi in client create/destroy helpers
2009-11-02 Sage Weilcrush: always return a value from crush_bucket_choose
2009-11-02 Sage Weilceph: fix uninitialized err variable
2009-10-30 Noah Watkinsceph: fix intra strip unit length calculation
2009-10-29 Sage Weilceph: fix object striping calculation for non-default...
2009-10-29 Sage Weilceph: correct comment to match striping calculation
2009-10-29 Noah Watkinsceph: remove redundant use of le32_to_cpu
2009-10-29 Noah Watkinsceph: replace list_entry with container_of
2009-10-27 Sage Weilceph: allocate and parse mount args before client instance
2009-10-27 Sage Weilceph: fix, clean up string mount arg parsing
2009-10-27 Sage Weilceph: silence uninitialized variable warning
2009-10-27 Sage Weilceph: reduce parse_mount_args stack usage
2009-10-22 Sage Weilceph: remove small mon addr limit; use CEPH_MAX_MON...
2009-10-21 Sage Weilceph: move directory size logic to ceph_getattr
2009-10-19 Sage Weilceph: v0.17 of client
2009-10-19 Sage Weilceph: include preferred osd in placement seed
2009-10-16 Sage Weilceph: enable readahead
2009-10-16 Sage Weilceph: move dirty caps code around
2009-10-16 Sage Weilceph: warn on allocation from msgpool with larger front_len
2009-10-16 Sage Weilceph: correct subscribe_ack msgpool payload size
2009-10-16 Sage Weilceph: flush dirty caps via the cap_dirty list
2009-10-14 Sage Weilceph: move generic flushing code into helper
2009-10-14 Sage Weilceph: initialize sb->s_bdi, bdi_unregister after kill_a...
2009-10-14 Sage Weilceph: convert encode/decode macros to inlines
2009-10-13 Sage Weilceph: add version field to message header
2009-10-12 Sage Weilceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAP
2009-10-12 Sage Weilceph: ignore trailing data in monamp
2009-10-09 Sage Weilceph: add file layout validation
2009-10-09 Sage Weilceph: update to mon client protocol v15
2009-10-09 Sage Weilceph: cancel osd requests before resending them
2009-10-09 Sage Weilceph: reset osd session on fault, not peer_reset
2009-10-09 Sage Weilceph: fail gracefully on corrupt osdmap (bad pg_temp...
2009-10-09 Sage Weilceph: revoke osd request message on request completion
2009-10-09 Sage Weilceph: fix osd request submission race
2009-10-08 Sage Weilceph: renew mon subscription before it expires
2009-10-07 Sage Weilceph: fix mdsmap decoding when multiple mds's are present
2009-10-07 Sage Weilceph: gracefully avoid empty crush buckets
2009-10-07 Sage Weilceph: include preferred_osd in file layout virtual...
2009-10-07 Sage Weilceph: show meaningful version on module load
2009-10-06 Sage Weilceph: document shared files in README
2009-10-06 Sage Weilceph: Kconfig, Makefile
2009-10-06 Sage Weilceph: debugfs
2009-10-06 Sage Weilceph: ioctls
2009-10-06 Sage Weilceph: nfs re-export support
2009-10-06 Sage Weilceph: message pools
2009-10-06 Sage Weilceph: messenger library
2009-10-06 Sage Weilceph: snapshot management
2009-10-06 Sage Weilceph: capability management
2009-10-06 Sage Weilceph: monitor client
2009-10-06 Sage Weilceph: CRUSH mapping algorithm
2009-10-06 Sage Weilceph: OSD client
2009-10-06 Sage Weilceph: MDS client
2009-10-06 Sage Weilceph: address space operations
2009-10-06 Sage Weilceph: file operations
2009-10-06 Sage Weilceph: directory operations
2009-10-06 Sage Weilceph: inode operations
2009-10-06 Sage Weilceph: super.c
2009-10-06 Sage Weilceph: ref counted buffer
2009-10-06 Sage Weilceph: client types
2009-10-06 Sage Weilceph: on-wire types