mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / fs / ceph /
2010-05-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-21 Sage Weilceph: reuse mon subscribe message instead of allocated...
2010-05-21 Christoph Hellwigsanitize vfs_fsync calling conventions
2010-05-21 Al Viroceph: should use deactivate_locked_super() on failure...
2010-05-21 Sage Weilceph: avoid resending queued message to monitor
2010-05-21 Tobias Klauserceph: Storage class should be before const qualifier
2010-05-17 Yehuda Sadehceph: all allocation functions should get gfp_mask
2010-05-17 Sage Weilceph: specify max_bytes on readdir replies
2010-05-17 Sage Weilceph: cleanup pool op strings
2010-05-17 Julia Lawallceph: Use kzalloc
2010-05-17 Sage Weilceph: use common helper for aborted dir request invalid...
2010-05-17 Sage Weilceph: cope with out of order (unsafe after safe) mds...
2010-05-17 Sage Weilceph: save peer feature bits in connection structure
2010-05-17 Sage Weilceph: resync headers with userland
2010-05-17 Sage Weilceph: use ceph. prefix for virtual xattrs
2010-05-17 Sage Weilceph: throw out dirty caps metadata, data on session...
2010-05-17 Sage Weilceph: attempt mds reconnect if mds closes our session
2010-05-17 Sage Weilceph: clean up send_mds_reconnect interface
2010-05-17 Sage Weilceph: wait for mds OPEN reply to indicate reconnect...
2010-05-17 Sage Weilceph: only send cap releases when mds is OPEN|HUNG
2010-05-17 Sage Weilceph: dicard cap releases on mds restart
2010-05-17 Yehuda Sadehceph: make mon client statfs handling more generic
2010-05-17 Sage Weilceph: drop src address(es) from message header [new...
2010-05-17 Dan Carpenterceph: cleanup: remove unused assignement
2010-05-17 Sage Weilceph: clean up cap release loop vs spinlock
2010-05-17 Sage Weilceph: name bdi ceph-%d instead of major:minor
2010-05-17 Sage Weilceph: skip mds sync on forced unmount
2010-05-17 Sage Weilceph: adjust masked struct_v variable names
2010-05-17 Sage Weilceph: clean up mount options, ->show_options()
2010-05-17 Sage Weilceph: set dn offset when spliced
2010-05-17 Sage Weilceph: don't clobber i_max_offset on already complete dir
2010-05-17 Sage Weilceph: skip set_dentry_offset work if directory not...
2010-05-17 Sage Weilceph: set next_offset on readdir finish
2010-05-17 Henry C Changceph: listxattr should compare version by >=
2010-05-17 Sage Weilceph: fix xattr dangling pointer / double free
2010-05-17 Sage Weilceph: close messenger race
2010-05-17 Sage Weilceph: name msgpools; useful error messages
2010-05-17 Sage Weilceph: fix memory leak due to possible dentry init race
2010-05-17 Sage Weilceph: include auth method in error messages
2010-05-17 Sage Weilceph: osdtimeout=0 for now timeout
2010-05-17 Dan Carpenterceph: d_obtain_alias() returns ERR_PTR()
2010-05-17 Yehuda Sadehceph: wake up mount thread when getting osdmap
2010-05-17 Huang Weiyiceph: remove unused #includes
2010-05-17 Sage Weilceph: wait for both monmap and osdmap when opening...
2010-05-17 Sage Weilceph: clean up connection reset
2010-05-17 Sage Weilceph: simplify ceph_msg_new
2010-05-17 Sage Weilceph: make ceph_msg_new return NULL on failure; clean...
2010-05-17 Sage Weilceph: rewrite msgpool using mempool_t
2010-05-17 Cheng Renquanceph: use ceph_sb_to_client instead of ceph_client
2010-05-17 Cheng Renquanceph: handle kzalloc() failure
2010-05-17 Sage Weilceph: drop unnecessary msgpool for mon_client subscribe_ack
2010-05-17 Sage Weilceph: drop unnecessary msgpool for mon_client auth_reply
2010-05-17 Sage Weilceph: clean up statfs
2010-05-17 Sage Weilceph: fix theoretically possible double-put on connection
2010-05-17 Dan Carpenterceph: cleanup: remove dead code
2010-05-17 Sage Weilceph: reduce build_path debug output
2010-05-17 Yehuda Sadehceph: use __page_cache_alloc and add_to_page_cache_lru
2010-05-17 Stephen Rothwellceph: update for removal of kref_set
2010-05-17 Sage Weilceph: simplify page setup for incoming data
2010-05-17 Sage Weilceph: invalidate affected dentry leases on aborted...
2010-05-17 Sage Weilceph: fix race between aborted requests and fill_trace
2010-05-17 Sage Weilceph: clean up mds reply, error handling
2010-05-12 Sage Weilceph: preserve seq # on requeued messages after transie...
2010-05-12 Sage Weilceph: fix cap removal races
2010-05-11 Sage Weilceph: zero unused message header, footer fields
2010-05-11 Sage Weilceph: fix locking for waking session requests after...
2010-05-11 Sage Weilceph: resubmit requests on pg mapping change (not just...
2010-05-11 Sage Weilceph: fix open file counting on snapped inodes when...
2010-05-11 Sage Weilceph: unregister osd request on failure
2010-05-06 Sage Weilceph: don't use writeback_control in writepages completion
2010-05-04 Sage Weilceph: unregister bdi before kill_anon_super releases...
2010-05-03 Sage Weilceph: remove bad auth_x kmem_cache
2010-05-03 Sage Weilceph: fix lockless caps check
2010-05-03 Sage Weilceph: clear dir complete, invalidate dentry on replayed...
2010-05-03 Sage Weilceph: fix direct io truncate offset
2010-05-03 Sage Weilceph: discard incoming messages with bad seq #
2010-05-03 Sage Weilceph: fix seq counting for skipped messages
2010-05-03 Sage Weilceph: add missing #includes
2010-05-03 Sage Weilceph: fix leaked spinlock during mds reconnect
2010-05-03 Sage Weilceph: print more useful version info on module load
2010-05-03 Sage Weilceph: fix snap realm splits
2010-05-03 Sage Weilceph: clear dir complete on d_move
2010-04-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-13 Sage Weilceph: use separate class for ceph sockets' sk_lock
2010-04-13 Yehuda Sadehceph: reserve one more caps space when doing readdir
2010-04-13 Sage Weilceph: queue_cap_snap should always queue dirty context
2010-04-12 Sage Weilceph: fix dentry reference leak in dcache readdir
2010-04-09 Sage Weilceph: decode v5 of osdmap (pool names) [protocol change]
2010-04-02 Sage Weilceph: fix ack counter reset on connection reset
2010-04-01 Sage Weilceph: fix leaked inode ref due to snap metadata writeba...
2010-04-01 Sage Weilceph: fix snap context reference leaks
2010-04-01 Sage Weilceph: allow writeback of snapped pages older than ...
2010-03-30 Sage Weilceph: fix dentry rehashing on virtual .snap dir
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-29 Sage Weilceph: fix use after free on mds __unregister_request
2010-03-23 Sage Weilceph: fix possible double-free of mds request reference
2010-03-23 Sage Weilceph: fix session check on mds reply
2010-03-23 Dan Carpenterceph: handle kmalloc() failure
2010-03-23 Sage Weilceph: propagate mds session allocation failures to...
2010-03-23 Sage Weilceph: make write_begin wait propagate ERESTARTSYS
next