aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAge
* dlm: fix plock dev_write return valueDavid Teigland2008-05-19
* dlm: tcp_connect_to_sock should check for -EINVAL, not EINVALMarcin Slusarz2008-05-19
* dlm: section mismatch warning fixLeonardo Potenza2008-05-19
* dlm: convert connections_lock in a mutexMatthias Kaehlcke2008-05-19
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-04-22
|\
| * dlm: common max length definitionsDavid Teigland2008-04-21
| * dlm: move plock code from gfs2David Teigland2008-04-21
| * dlm: recover nodes that are removed and re-addedDavid Teigland2008-04-21
| * dlm: save master info after failed no-queue requestDavid Teigland2008-04-21
| * dlm: make dlm_print_rsb() staticAdrian Bunk2008-04-21
| * dlm: match signedness between dlm_config_info and cluster_setHarvey Harrison2008-04-21
* | fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-18
|/
* dlm: fix rcom_names message to selfDavid Teigland2008-02-21
* dlm: add __init and __exit marks to init and exit functionsDenis Cheng2008-02-07
* dlm: eliminate astparam type castingDavid Teigland2008-02-07
* dlm: proper types for asts and bastsDavid Teigland2008-02-06
* dlm: dlm/user.c input validation fixesAl Viro2008-02-04
* dlm: fix dlm_dir_lookup() handling of too long namesAl Viro2008-02-04
* dlm: fix overflows when copying from ->m_extra to lvbAl Viro2008-02-04
* dlm: make find_rsb() fail gracefully when namelen is too largeAl Viro2008-02-04
* dlm: receive_rcom_lock_args() overflow checkAl Viro2008-02-04
* dlm: verify that places expecting rcom_lock have packet long enoughAl Viro2008-02-04
* dlm: validate data in dlm_recover_directory()Al Viro2008-02-04
* dlm: missing length check in check_config()Al Viro2008-02-04
* dlm: use proper type for ->ls_recover_bufAl Viro2008-02-04
* dlm: do not byteswap rcom_configAl Viro2008-02-04
* dlm: do not byteswap rcom_lockAl Viro2008-02-04
* dlm: dlm_process_incoming_buffer() fixesAl Viro2008-02-04
* dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)Al Viro2008-02-04
* dlm: static initialization improvementsDenis Cheng2008-01-30
* dlm: clean upsDavid Teigland2008-01-30
* dlm: Sanity check namelen before copying itPatrick Caulfeld2008-01-30
* dlm: keep cached master rsbs during recoveryDavid Teigland2008-01-30
* dlm: change error message to debugDavid Teigland2008-01-30
* dlm: fix possible use-after-freeDavid Teigland2008-01-30
* dlm: limit dir lookup loopDavid Teigland2008-01-30
* dlm: reject normal unlock when lock is waiting for lookupDavid Teigland2008-01-30
* dlm: validate messages before processingDavid Teigland2008-01-30
* dlm: reject messages from non-membersDavid Teigland2008-01-30
* dlm: another call to confirm_master in receive_request_replyDavid Teigland2008-01-30
* dlm: recover locks waiting for overlap repliesDavid Teigland2008-01-30
* dlm: clear ast_type when removing from astqueueDavid Teigland2008-01-30
* dlm: use fixed errno values in messagesDavid Teigland2008-01-30
* dlm: swap bytes for rcom lock replyFabio M. Di Nitto2008-01-30
* dlm: align midcomms message bufferFabio M. Di Nitto2008-01-30
* dlm: close otherconsPatrick Caulfeld2008-01-29
* dlm: use dlm prefix on alloc and free functionsDavid Teigland2008-01-29
* dlm: don't print common non-errorsDavid Teigland2008-01-29
* dlm: proper prototypesAdrian Bunk2008-01-29