ALSA: hda - iMac9,1 sound fixes
[safe/jmp/linux-2.6] / fs / ceph /
2010-02-11 Sage Weilceph: do not retain caps that are being revoked
2010-02-11 Sage Weilceph: cap revocation fixes
2010-02-11 Yehuda Sadehceph: sync read/write considers page cache
2010-02-11 Yehuda Sadehceph: fix truncation when not holding caps
2010-02-11 Yehuda Sadehceph: refactor ceph_write_begin, fix ceph_page_mkwrite
2010-02-11 Yehuda Sadehceph: fix short synchronous reads
2010-02-11 Sage Weilceph: add uid field to ceph_pg_pool
2010-02-11 Yehuda Sadehceph: put unused osd connections on lru
2010-02-11 Yehuda Sadehceph: remove unused variable
2010-02-11 Sage Weilceph: add support for auth_x authentication protocol
2010-02-10 Sage Weilceph: add struct version to auth encoding
2010-02-10 Sage Weilceph: allow renewal of auth credentials
2010-02-10 Sage Weilceph: aes crypto and base64 encode/decode helpers
2010-02-10 Sage Weilceph: buffer decoding helpers
2010-02-03 Sage Weilceph: release all pages after successful osd write...
2010-02-03 Yehuda Sadehceph: always send truncation info with read and write...
2010-01-29 Yehuda Sadehceph: remove unreachable code
2010-01-29 Sage Weilceph: include type in ceph_entity_addr, filepath
2010-01-26 Sage Weilceph: precede encoded ceph_pg_pool struct with version
2010-01-25 Yehuda Sadehceph: keep reserved replies on the request structure
2010-01-25 Yehuda Sadehceph: alloc message data pages and check if tid exists
2010-01-25 Yehuda Sadehceph: refactor messages data section allocation
2010-01-25 Yehuda Sadehceph: allocate middle of message before stating to...
2010-01-25 Sage Weilceph: properly handle aborted mds requests
2010-01-25 Sage Weilceph: mark MDS CREATE as a write op
2010-01-25 Julia Lawallceph: remove duplicate variable initialization
2010-01-14 Sage Weilceph: display pgid in debugfs osd request dump
2010-01-14 Sage Weilceph: remove unused erank field
2010-01-14 Yehuda Sadehceph: change dentry offset and position after splice_dentry
2010-01-07 Yehuda Sadehceph: fix copy_user_to_page_vector()
2009-12-23 Sage Weilceph: use ceph_pagelist for mds reconnect message;...
2009-12-23 Sage Weilceph: support ceph_pagelist for message payload
2009-12-23 Sage Weilceph: add feature bits to connection handshake (protoco...
2009-12-23 Sage Weilceph: include transaction id in ceph_msg_header (protoc...
2009-12-23 Sage Weilceph: more informative msgpool errors
2009-12-23 Sage Weilceph: control access to page vector for incoming data
2009-12-23 Sage Weilceph: use connection mutex to protect read and write...
2009-12-23 Sage Weilceph: unregister canceled/timed out osd requests
2009-12-23 Sage Weilceph: only unregister registered bdi
2009-12-23 Sage Weilceph: do not touch_caps while iterating over caps list
2009-12-22 Sage Weilceph: fix incremental osdmap pg_temp decoding bug
2009-12-22 Sage Weilceph: fix error paths for corrupt osdmap messages
2009-12-22 Sage Weilceph: do not drop lease during revalidate
2009-12-22 Sage Weilceph: ensure rename target dentry fails revalidation
2009-12-22 Yehuda Sadehceph: writeback congestion control
2009-12-22 Yehuda Sadehceph: writepage grabs and releases inode
2009-12-22 Yehuda Sadehceph: remove unaccessible code
2009-12-22 Sage Weilceph: include link to bdi in debugfs
2009-12-22 Sage Weilceph: make mds ops interruptible
2009-12-22 Sage Weilceph: plug leak of incoming message during connection...
2009-12-22 Sage Weilceph: hex dump corrupt server data to KERN_DEBUG
2009-12-22 Yehuda Sadehceph: fix msgpool reservation leak
2009-12-22 Sage Weilceph: don't save sent messages on lossy connections
2009-12-22 Sage Weilceph: detect lossy state of connection
2009-12-22 Sage Weilceph: plug msg leak in con_fault
2009-12-22 Sage Weilceph: carry explicit msg reference for currently sendin...
2009-12-11 Sage Weilceph: fix leak of monc mutex
2009-12-09 Sage Weilceph: do not feed bad device ids to crush
2009-12-07 Sage Weilceph: use kref for ceph_msg
2009-12-07 Sage Weilceph: use kref for ceph_osd_request
2009-12-07 Sage Weilceph: use kref for struct ceph_mds_request
2009-12-07 Sage Weilceph: simplify ceph_buffer interface
2009-12-07 Sage Weilceph: use kref for ceph_buffer
2009-12-04 Sage Weilceph: mark v0.18 release
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
next