summaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAgeFilesLines
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-04-2210-23/+526
|\
| * dlm: common max length definitionsDavid Teigland2008-04-211-2/+0Star
| * dlm: move plock code from gfs2David Teigland2008-04-214-0/+449
| * dlm: recover nodes that are removed and re-addedDavid Teigland2008-04-215-16/+74
| * dlm: save master info after failed no-queue requestDavid Teigland2008-04-211-2/+1Star
| * dlm: make dlm_print_rsb() staticAdrian Bunk2008-04-212-2/+1Star
| * dlm: match signedness between dlm_config_info and cluster_setHarvey Harrison2008-04-211-1/+1
* | fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
|/
* dlm: fix rcom_names message to selfDavid Teigland2008-02-211-0/+2
* dlm: add __init and __exit marks to init and exit functionsDenis Cheng2008-02-076-7/+7
* dlm: eliminate astparam type castingDavid Teigland2008-02-076-22/+18Star
* dlm: proper types for asts and bastsDavid Teigland2008-02-064-33/+44
* dlm: dlm/user.c input validation fixesAl Viro2008-02-041-11/+8Star
* dlm: fix dlm_dir_lookup() handling of too long namesAl Viro2008-02-041-0/+3
* dlm: fix overflows when copying from ->m_extra to lvbAl Viro2008-02-041-0/+4
* dlm: make find_rsb() fail gracefully when namelen is too largeAl Viro2008-02-041-1/+5
* dlm: receive_rcom_lock_args() overflow checkAl Viro2008-02-041-3/+4
* dlm: verify that places expecting rcom_lock have packet long enoughAl Viro2008-02-042-1/+14
* dlm: validate data in dlm_recover_directory()Al Viro2008-02-041-3/+20
* dlm: missing length check in check_config()Al Viro2008-02-041-0/+7
* dlm: use proper type for ->ls_recover_bufAl Viro2008-02-044-9/+10
* dlm: do not byteswap rcom_configAl Viro2008-02-043-30/+11Star
* dlm: do not byteswap rcom_lockAl Viro2008-02-044-76/+39Star
* dlm: dlm_process_incoming_buffer() fixesAl Viro2008-02-044-24/+36
* dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)Al Viro2008-02-043-8/+8
* dlm: static initialization improvementsDenis Cheng2008-01-301-6/+7
* dlm: clean upsDavid Teigland2008-01-302-31/+10Star
* dlm: Sanity check namelen before copying itPatrick Caulfeld2008-01-301-3/+9
* dlm: keep cached master rsbs during recoveryDavid Teigland2008-01-305-49/+61
* dlm: change error message to debugDavid Teigland2008-01-301-2/+3
* dlm: fix possible use-after-freeDavid Teigland2008-01-301-2/+2
* dlm: limit dir lookup loopDavid Teigland2008-01-301-2/+4
* dlm: reject normal unlock when lock is waiting for lookupDavid Teigland2008-01-301-4/+5
* dlm: validate messages before processingDavid Teigland2008-01-301-35/+104
* dlm: reject messages from non-membersDavid Teigland2008-01-303-4/+12
* dlm: another call to confirm_master in receive_request_replyDavid Teigland2008-01-301-2/+6
* dlm: recover locks waiting for overlap repliesDavid Teigland2008-01-301-5/+32
* dlm: clear ast_type when removing from astqueueDavid Teigland2008-01-301-0/+1
* dlm: use fixed errno values in messagesDavid Teigland2008-01-301-2/+55
* dlm: swap bytes for rcom lock replyFabio M. Di Nitto2008-01-301-3/+6
* dlm: align midcomms message bufferFabio M. Di Nitto2008-01-301-6/+9
* dlm: close otherconsPatrick Caulfeld2008-01-301-0/+2
* dlm: use dlm prefix on alloc and free functionsDavid Teigland2008-01-306-57/+39Star
* dlm: don't print common non-errorsDavid Teigland2008-01-301-1/+1
* dlm: proper prototypesAdrian Bunk2008-01-304-19/+16Star
* dlm: bind connections from known local address when using TCPLon Hohberger2008-01-291-1/+12
* Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-251-2/+2
* Kobject: change GFS2 to use kobject_init_and_addGreg Kroah-Hartman2008-01-251-22/+4Star
* kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2008-01-251-1/+1