deliverable/linux.git
2009-12-03  Sage Weilceph: update MAINTAINERS entry with correct git URL
2009-12-03  Sage Weilceph: allow preferred osd to be get/set via layout...
2009-12-03  Sage Weilceph: hide /.ceph from readdir results
2009-12-03  Sage Weilceph: whitespace cleanup
2009-12-01  Sage Weilceph: plug leak of request_mutex
2009-11-21  Sage Weilceph: remove useless IS_ERR checks
2009-11-21  Julia Lawallfs/ceph: Move a dereference below a NULL test
2009-11-21  Julia Lawallfs/ceph: introduce missing kfree
2009-11-20  Sage Weilceph: remove dead code
2009-11-20  Sage Weilceph: reset msgr backoff during open, not after success...
2009-11-20  Sage Weilceph: reset requested max_size after mds reconnect
2009-11-20  Yehuda Sadehceph: mount fails immediately on error
2009-11-20  Sage Weilceph: decode updated mdsmap format
2009-11-20  Sage Weilceph: fix debugfs entry, simplify fsid checks
2009-11-20  Sage Weilceph: small cleanup in hash function
2009-11-19  Sage Weilceph: move mempool creation to ceph_create_client
2009-11-19  Sage Weilceph: negotiate authentication protocol; implement...
2009-11-18  Sage Weilceph: handle errors during osd client init
2009-11-18  Sage Weilceph: remove unnecessary ceph_con_shutdown
2009-11-18  Sage Weilceph: remove bad calls to ceph_con_shutdown
2009-11-12  Sage Weilceph: fix page invalidation deadlock
2009-11-12  Sage Weilceph: build cleanly without CONFIG_DEBUG_FS
2009-11-11  Sage Weilceph: pr_info when mds reconnect completes
2009-11-11  Sage Weilceph: initialize i_size/i_rbytes on snapdir
2009-11-11  Sage Weilceph: exclude snapdir from readdir results
2009-11-11  Sage Weilceph: remove recon_gen logic
2009-11-10  Sage Weilceph: separate banner and connect during handshake...
2009-11-09  Sage Weilceph: do not confuse stale and dead (unreconnected...
2009-11-08  Sage Weilceph: make CRUSH hash function a bucket property
2009-11-07  Sage Weilceph: make object hash a pg_pool property
2009-11-07  Sage Weilceph: use strong hash function for mapping objects...
2009-11-07  Sage Weilceph: make CRUSH hash functions non-inline
2009-11-06  Sage Weilceph: clean up 'osd%d down' console msg
2009-11-05  Sage Weilceph: convert port endianness
2009-11-05  Sage Weilceph: fix sparse endian warning
2009-11-05  Sage Weilceph: fix endian conversions for ceph_pg
2009-11-03  Sage Weilceph: use fixed endian encoding for ceph_entity_addr
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
2009-10-06  Sage Weilceph: documentation
2009-09-27  Linus TorvaldsLinux 2.6.32-rc1
2009-09-27  Linus Torvaldsalpha: Fix duplicate <asm/thread_info.h> include
next
This page took 0.039016 seconds and 5 git commands to generate.