aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAgeFilesLines
* dlm: fix shutdown cleanupDavid Teigland2008-11-131-1/+1
* dlm: choose better identifiersAndrew Morton2008-09-051-22/+22
* dlm: remove bklDavid Teigland2008-09-041-8/+1
* dlm: fix address compareDavid Teigland2008-09-021-2/+31
* dlm: fix locking of lockspace list in dlm_scandDavid Teigland2008-08-282-2/+26
* dlm: detect available userspace daemonDavid Teigland2008-08-284-2/+85
* dlm: allow multiple lockspace createsDavid Teigland2008-08-284-61/+109
* dlm: rename structsDavid Teigland2008-08-131-96/+107
* dlm: add missing kfreesDavid Teigland2008-08-131-3/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-07-283-3/+7
|\
| * dlm: fix uninitialized variable for search_rsb_list callersBenny Halevy2008-07-141-0/+1
| * dlm: release socket on errorMasatake YAMATO2008-07-141-1/+3
| * dlm: fix basts for granted CW waiting PR/CWDavid Teigland2008-07-141-1/+2
| * dlm: check for null in device_writeMasatake YAMATO2008-07-141-1/+1
* | locks: add special return value for asynchronous locksMiklos Szeredi2008-07-251-1/+1
* | configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-171-4/+4
* | Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Joel Becker2008-07-171-28/+17
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-171-17/+28
|\ \
| * | configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-141-17/+28
| |/
* | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-143-15/+16
|\ \ | |/
| * dlm: fix plock dev_write return valueDavid Teigland2008-05-191-1/+1
| * dlm: tcp_connect_to_sock should check for -EINVAL, not EINVALMarcin Slusarz2008-05-191-1/+1
| * dlm: section mismatch warning fixLeonardo Potenza2008-05-191-1/+1
| * dlm: convert connections_lock in a mutexMatthias Kaehlcke2008-05-191-12/+13
* | dlm-user: BKL pushdownArnd Bergmann2008-06-201-1/+8
|/
* 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/+0
| * 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/+1
| * dlm: make dlm_print_rsb() staticAdrian Bunk2008-04-212-2/+1
| * 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-181-1/+0
|/
* 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-066-7/+7
* dlm: eliminate astparam type castingDavid Teigland2008-02-066-22/+18
* dlm: proper types for asts and bastsDavid Teigland2008-02-064-33/+44
* dlm: dlm/user.c input validation fixesAl Viro2008-02-041-11/+8
* 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/+11
* dlm: do not byteswap rcom_lockAl Viro2008-02-044-76/+39
* dlm: dlm_process_incoming_buffer() fixesAl Viro2008-02-044-24/+36