aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm
Commit message (Expand)AuthorAgeFilesLines
...
* dlm: connect to nodes earlierChristine Caulfield2009-05-153-4/+26
* dlm: fix use count with multiple joinsDavid Teigland2009-05-071-7/+6
* dlm: Make name input parameter of {,dlm_}new_lockspace() constGeert Uytterhoeven2009-05-071-2/+2
* dlm: fix length calculation in compat codeDavid Teigland2009-03-111-9/+15
* dlm: ignore cancel on granted lockDavid Teigland2009-03-111-0/+7
* dlm: clear defunct cancel stateDavid Teigland2009-03-111-8/+45
* dlm: replace idr with hash table for connectionsChristine Caulfield2009-03-111-79/+92
* dlm: comment typo fixesJoe Perches2009-01-281-3/+3
* dlm: use ipv6_addr_copyJoe Perches2009-01-281-2/+2
* dlm: Change rwlock which is only used in write mode to a spinlockSteven Whitehouse2009-01-283-11/+11
* dlm: initialize file_lock struct in GETLK before copying conflicting lockJeff Layton2009-01-211-0/+2
* dlm: fix plock notify callback to lockdDavid Teigland2009-01-211-2/+2
* dlm: change rsbtbl rwlock to spinlockDavid Teigland2009-01-085-32/+32
* dlm: fix seq_file usage in debugfs lock dumpDavid Teigland2009-01-081-359/+337
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2009-01-0512-130/+316
|\
| * dlm: fs/dlm/ast.c: fix warningAndrew Morton2008-12-231-22/+17
| * dlm: add new debugfs entryDavid Teigland2008-12-232-50/+247
| * dlm: add time stamp of blocking callbackDavid Teigland2008-12-232-0/+3
| * dlm: change lock time stampingDavid Teigland2008-12-234-19/+19
| * dlm: improve how bast mode handlingDavid Teigland2008-12-235-15/+17
| * dlm: remove extra blocking callback checkDavid Teigland2008-12-231-6/+1
| * dlm: replace schedule with cond_reschedSteven Whitehouse2008-12-231-1/+1
| * dlm: remove kmap/kunmapSteven Whitehouse2008-12-231-7/+0
| * dlm: trivial annotation of be16 valueHarvey Harrison2008-12-231-9/+9
| * dlm: fix up memory allocation flagsSteven Whitehouse2008-12-233-4/+5
* | fix warning in fs/dlm/netlink.cIngo Molnar2008-11-251-1/+1
|/
* 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