Merge commit 'v2.6.30' into for-2.6.31
[safe/jmp/linux-2.6] / fs / dlm /
2009-03-11 David Teiglanddlm: fix length calculation in compat code
2009-03-11 David Teiglanddlm: ignore cancel on granted lock
2009-03-11 David Teiglanddlm: clear defunct cancel state
2009-03-11 Christine Caulfielddlm: replace idr with hash table for connections
2009-01-28 Joe Perchesdlm: comment typo fixes
2009-01-28 Joe Perchesdlm: use ipv6_addr_copy
2009-01-28 Steven Whitehousedlm: Change rwlock which is only used in write mode...
2009-01-21 Jeff Laytondlm: initialize file_lock struct in GETLK before copyin...
2009-01-21 David Teiglanddlm: fix plock notify callback to lockd
2009-01-08 David Teiglanddlm: change rsbtbl rwlock to spinlock
2009-01-08 David Teiglanddlm: fix seq_file usage in debugfs lock dump
2009-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-12-23 Andrew Mortondlm: fs/dlm/ast.c: fix warning
2008-12-23 David Teiglanddlm: add new debugfs entry
2008-12-23 David Teiglanddlm: add time stamp of blocking callback
2008-12-23 David Teiglanddlm: change lock time stamping
2008-12-23 David Teiglanddlm: improve how bast mode handling
2008-12-23 David Teiglanddlm: remove extra blocking callback check
2008-12-23 Steven Whitehousedlm: replace schedule with cond_resched
2008-12-23 Steven Whitehousedlm: remove kmap/kunmap
2008-12-23 Harvey Harrisondlm: trivial annotation of be16 value
2008-12-23 Steven Whitehousedlm: fix up memory allocation flags
2008-11-26 Ingo Molnarfix warning in fs/dlm/netlink.c
2008-11-13 David Teiglanddlm: fix shutdown cleanup
2008-09-05 Andrew Mortondlm: choose better identifiers
2008-09-04 David Teiglanddlm: remove bkl
2008-09-02 David Teiglanddlm: fix address compare
2008-08-28 David Teiglanddlm: fix locking of lockspace list in dlm_scand
2008-08-28 David Teiglanddlm: detect available userspace daemon
2008-08-28 David Teiglanddlm: allow multiple lockspace creates
2008-08-13 David Teiglanddlm: rename structs
2008-08-13 David Teiglanddlm: add missing kfrees
2008-07-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-25 Miklos Szeredilocks: add special return value for asynchronous locks
2008-07-17 Joel Beckerconfigfs: Allow ->make_item() and ->make_group() to...
2008-07-17 Joel BeckerRevert "configfs: Allow ->make_item() and ->make_group...
2008-07-17 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-14 Joel Beckerconfigfs: Allow ->make_item() and ->make_group() to...
2008-07-14 Benny Halevydlm: fix uninitialized variable for search_rsb_list...
2008-07-14 Masatake YAMATOdlm: release socket on error
2008-07-14 David Teiglanddlm: fix basts for granted CW waiting PR/CW
2008-07-14 Masatake YAMATOdlm: check for null in device_write
2008-06-20 Arnd Bergmanndlm-user: BKL pushdown
2008-05-19 David Teiglanddlm: fix plock dev_write return value
2008-05-19 Marcin Slusarzdlm: tcp_connect_to_sock should check for -EINVAL,...
2008-05-19 Leonardo Potenzadlm: section mismatch warning fix
2008-05-19 Matthias Kaehlckedlm: convert connections_lock in a mutex
2008-04-30 Harvey Harrisonfs: replace remaining __FUNCTION__ occurrences
2008-04-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-21 David Teiglanddlm: common max length definitions
2008-04-21 David Teiglanddlm: move plock code from gfs2
2008-04-21 David Teiglanddlm: recover nodes that are removed and re-added
2008-04-21 David Teiglanddlm: save master info after failed no-queue request
2008-04-21 Adrian Bunkdlm: make dlm_print_rsb() static
2008-04-21 Harvey Harrisondlm: match signedness between dlm_config_info and clust...
2008-04-19 Matthew Wilcoxfs: Remove unnecessary inclusions of asm/semaphore.h
2008-02-21 David Teiglanddlm: fix rcom_names message to self
2008-02-07 Denis Chengdlm: add __init and __exit marks to init and exit functions
2008-02-07 David Teiglanddlm: eliminate astparam type casting
2008-02-06 David Teiglanddlm: proper types for asts and basts
2008-02-04 Al Virodlm: dlm/user.c input validation fixes
2008-02-04 Al Virodlm: fix dlm_dir_lookup() handling of too long names
2008-02-04 Al Virodlm: fix overflows when copying from ->m_extra to lvb
2008-02-04 Al Virodlm: make find_rsb() fail gracefully when namelen is...
2008-02-04 Al Virodlm: receive_rcom_lock_args() overflow check
2008-02-04 Al Virodlm: verify that places expecting rcom_lock have packet...
2008-02-04 Al Virodlm: validate data in dlm_recover_directory()
2008-02-04 Al Virodlm: missing length check in check_config()
2008-02-04 Al Virodlm: use proper type for ->ls_recover_buf
2008-02-04 Al Virodlm: do not byteswap rcom_config
2008-02-04 Al Virodlm: do not byteswap rcom_lock
2008-02-04 Al Virodlm: dlm_process_incoming_buffer() fixes
2008-02-04 Al Virodlm: use proper C for dlm/requestqueue stuff (and fix...
2008-01-30 Denis Chengdlm: static initialization improvements
2008-01-30 David Teiglanddlm: clean ups
2008-01-30 Patrick Caulfelddlm: Sanity check namelen before copying it
2008-01-30 David Teiglanddlm: keep cached master rsbs during recovery
2008-01-30 David Teiglanddlm: change error message to debug
2008-01-30 David Teiglanddlm: fix possible use-after-free
2008-01-30 David Teiglanddlm: limit dir lookup loop
2008-01-30 David Teiglanddlm: reject normal unlock when lock is waiting for...
2008-01-30 David Teiglanddlm: validate messages before processing
2008-01-30 David Teiglanddlm: reject messages from non-members
2008-01-30 David Teiglanddlm: another call to confirm_master in receive_request_...
2008-01-30 David Teiglanddlm: recover locks waiting for overlap replies
2008-01-30 David Teiglanddlm: clear ast_type when removing from astqueue
2008-01-30 David Teiglanddlm: use fixed errno values in messages
2008-01-30 Fabio M. Di Nittodlm: swap bytes for rcom lock reply
2008-01-30 Fabio M. Di Nittodlm: align midcomms message buffer
2008-01-29 Patrick Caulfelddlm: close othercons
2008-01-29 David Teiglanddlm: use dlm prefix on alloc and free functions
2008-01-29 David Teiglanddlm: don't print common non-errors
2008-01-29 Adrian Bunkdlm: proper prototypes
2008-01-29 Lon Hohbergerdlm: bind connections from known local address when...
2008-01-25 Greg Kroah-HartmanKobject: convert fs/* from kobject_unregister() to...
2008-01-25 Greg Kroah-HartmanKobject: change GFS2 to use kobject_init_and_add
2008-01-25 Greg Kroah-Hartmankobject: convert kernel_kset to be a kobject
2008-01-25 Greg Kroah-Hartmankset: convert kernel_subsys to use kset_create
2008-01-25 Greg Kroah-Hartmankset: convert dlm to use kset_create
next