| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -4/+4 |
| 2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -4/+4 |
| 2012-09-10 | dlm: check the maximum size of a request from user | Sasha Levin | 1 | -0/+7 |
| 2012-08-13 | dlm: cleanup send_to_sock routine | Ying Xue | 1 | -4/+1 |
| 2012-08-10 | dlm: convert add_sock routine return value type to void | Ying Xue | 1 | -2/+1 |
| 2012-08-10 | dlm: remove redundant variable assignments | Xue Ying | 1 | -2/+0 |
| 2012-08-08 | dlm: fix unlock balance warnings | David Teigland | 6 | -30/+78 |
| 2012-08-08 | dlm: fix uninitialized spinlock | David Teigland | 1 | -2/+2 |
| 2012-08-08 | dlm: fix deadlock between dlm_send and dlm_controld | David Teigland | 5 | -90/+200 |
| 2012-07-16 | dlm: fix missing dir remove | David Teigland | 1 | -2/+68 |
| 2012-07-16 | dlm: fix conversion deadlock from recovery | David Teigland | 2 | -17/+48 |
| 2012-07-16 | dlm: use wait_event_timeout | David Teigland | 1 | -18/+11 |
| 2012-07-16 | dlm: fix race between remove and lookup | David Teigland | 3 | -39/+176 |
| 2012-07-16 | dlm: use idr instead of list for recovered rsbs | David Teigland | 4 | -23/+101 |
| 2012-07-16 | dlm: use rsbtbl as resource directory | David Teigland | 14 | -588/+1215 |
| 2012-05-15 | dlm: NULL dereference on failure in kmem_cache_create() | Dan Carpenter | 1 | -5/+3 |
| 2012-05-02 | dlm: fixes for nodir mode | David Teigland | 9 | -162/+303 |
| 2012-04-26 | dlm: improve error and debug messages | David Teigland | 4 | -90/+164 |
| 2012-04-26 | dlm: avoid unnecessary search in search_rsb | David Teigland | 1 | -0/+3 |
| 2012-04-26 | dlm: limit rcom debug messages | David Teigland | 2 | -28/+28 |
| 2012-04-26 | dlm: fix waiter recovery | David Teigland | 1 | -12/+31 |
| 2012-04-26 | dlm: prevent connections during shutdown | David Teigland | 1 | -8/+20 |
| 2012-04-23 | Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/te... | Linus Torvalds | 1 | -0/+12 |
| 2012-04-23 | dlm: fix QUECVT when convert queue is empty | David Teigland | 1 | -0/+12 |
| 2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -8/+1 |
| 2012-03-21 | Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 4 | -5/+25 |
| 2012-03-21 | dlm: last element of dlm_local_addr[] never used | David Teigland | 1 | -1/+1 |
| 2012-03-08 | dlm: Do not allocate a fd for peeloff | Benjamin Poirier | 1 | -14/+8 |
| 2012-03-08 | dlm: fix slow rsb search in dir recovery | David Teigland | 3 | -4/+24 |
| 2012-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 14 | -263/+873 |
| 2012-01-04 | dlm: add recovery callbacks | David Teigland | 8 | -163/+263 |
| 2012-01-04 | dlm: add node slots and generation | David Teigland | 7 | -29/+480 |
| 2012-01-04 | dlm: move recovery barrier calls | David Teigland | 4 | -27/+28 |
| 2011-11-22 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 1 | -1/+1 |
| 2011-11-18 | dlm: convert rsb list to rb_tree | Bob Peterson | 5 | -55/+113 |
| 2011-07-25 | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -5/+5 |
| 2011-07-20 | locks: rename lock-manager ops | J. Bruce Fields | 1 | -5/+5 |
| 2011-07-19 | dlm: don't limit active work items | David Teigland | 1 | -1/+4 |
| 2011-07-15 | dlm: use workqueue for callbacks | David Teigland | 7 | -205/+172 |
| 2011-07-14 | dlm: remove deadlock debug print | David Teigland | 1 | -3/+0 |
| 2011-07-12 | dlm: improve rsb searches | David Teigland | 7 | -48/+121 |
| 2011-07-11 | dlm: keep lkbs in idr | David Teigland | 5 | -125/+82 |
| 2011-07-11 | dlm: fix kmalloc args | David Teigland | 1 | -1/+1 |
| 2011-07-11 | dlm: don't do pointless NULL check, use kzalloc and fix order of arguments | Jesper Juhl | 1 | -6/+2 |
| 2011-07-06 | dlm: dump address of unknown node | Masatake YAMATO | 1 | -4/+5 |
| 2011-07-01 | dlm: use vmalloc for hash tables | Bryn M. Reeves | 1 | -9/+9 |
| 2011-06-30 | dlm: show addresses in configfs | Masatake YAMATO | 1 | -2/+57 |
| 2011-05-26 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -1/+1 |
| 2011-05-26 | dlm: Drop __TIME__ usage | Michal Marek | 1 | -1/+1 |
| 2011-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 8 | -49/+219 |
| 2011-05-23 | dlm: make plock operation killable | David Teigland | 1 | -4/+61 |
| 2011-04-05 | dlm: remove shared message stub for recovery | David Teigland | 2 | -33/+50 |
| 2011-04-01 | dlm: delayed reply message warning | David Teigland | 6 | -11/+108 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 3 | -3/+3 |
| 2011-03-28 | dlm: Remove superfluous call to recalc_sigpending() | Matt Fleming | 1 | -1/+0 |
| 2011-03-10 | dlm: use alloc_workqueue function | David Teigland | 1 | -2/+4 |
| 2011-03-10 | dlm: increase default hash table sizes | David Teigland | 1 | -2/+2 |
| 2011-03-10 | dlm: record full callback state | David Teigland | 8 | -222/+311 |
| 2011-02-11 | dlm: use single thread workqueues | David Teigland | 1 | -4/+2 |
| 2011-01-16 | dlm: Make DLM depend on CONFIGFS_FS | Nicholas Bellinger | 1 | -2/+1 |
| 2010-12-13 | dlm: sanitize work_start() in lowcomms.c | Namhyung Kim | 1 | -9/+6 |
| 2010-11-12 | dlm: reduce cond_resched during send | Bob Peterson | 1 | -1/+9 |
| 2010-11-12 | dlm: use TCP_NODELAY | David Teigland | 1 | -0/+10 |
| 2010-11-12 | dlm: Use cmwq for send and receive workqueues | Steven Whitehouse | 1 | -2/+4 |
| 2010-11-11 | dlm: Handle application limited situations properly. | David Miller | 1 | -1/+21 |
| 2010-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 1 | -0/+3 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 3 | -2/+7 |
| 2010-09-03 | dlm: Don't send callback to node making lock request when "try 1cb" fails | Steven Whitehouse | 1 | -0/+3 |
| 2010-08-05 | fs/dlm: Drop unnecessary null test | Julia Lawall | 1 | -1/+1 |
| 2010-08-05 | dlm: use genl_register_family_with_ops() | Changli Gao | 1 | -14/+1 |
| 2010-04-30 | dlm: fix ast ordering for user locks | David Teigland | 1 | -14/+74 |
| 2010-04-30 | dlm: cleanup remove unused code | Dan Carpenter | 1 | -4/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 7 | -0/+7 |
| 2010-03-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
| 2010-03-07 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 1 | -1/+1 |
| 2010-02-26 | dlm: use bastmode in debugfs output | David Teigland | 2 | -3/+5 |
| 2010-02-26 | dlm: Send lockspace name with uevents | Steven Whitehouse | 1 | -1/+13 |
| 2010-02-26 | dlm: send reply before bast | David Teigland | 1 | -26/+84 |
| 2010-02-24 | dlm: fix ordering of bast and cast | David Teigland | 6 | -28/+78 |
| 2010-02-04 | Fix misspellings of "truly" in comments. | Adam Buchbinder | 1 | -1/+1 |
| 2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 14 | -53/+46 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
| 2009-11-30 | dlm: always use GFP_NOFS | David Teigland | 14 | -53/+46 |
| 2009-09-30 | dlm: fix socket fd translation | David Teigland | 1 | -11/+12 |
| 2009-09-30 | dlm: fix lowcomms_connect_node for sctp | David Teigland | 1 | -3/+10 |
| 2009-09-23 | seq_file: constify seq_operations | James Morris | 1 | -6/+6 |
| 2009-09-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 1 | -10/+16 |
| 2009-08-24 | dlm: use kernel_sendpage | Paolo Bonzini | 1 | -5/+2 |
| 2009-08-24 | dlm: fix connection close handling | Lars Marowsky-Bree | 1 | -2/+13 |
| 2009-08-18 | dlm: fix double-release of socket in error exit path | Casey Dahlin | 1 | -3/+1 |
| 2009-08-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -9/+14 |
| 2009-07-14 | dlm: free socket in error exit path | Casey Dahlin | 1 | -1/+3 |
| 2009-07-12 | genetlink: make netns aware | Johannes Berg | 1 | -1/+1 |
| 2009-06-18 | dlm: fix plock use-after-free | David Teigland | 1 | -7/+10 |
| 2009-06-17 | dlm: Fix uninitialised variable warning in lock.c | Steven Whitehouse | 1 | -1/+1 |
| 2009-05-15 | dlm: use more NOFS allocation | David Teigland | 4 | -11/+12 |
| 2009-05-15 | dlm: connect to nodes earlier | Christine Caulfield | 3 | -4/+26 |
| 2009-05-07 | dlm: fix use count with multiple joins | David Teigland | 1 | -7/+6 |
| 2009-05-07 | dlm: Make name input parameter of {,dlm_}new_lockspace() const | Geert Uytterhoeven | 1 | -2/+2 |
| 2009-03-11 | dlm: fix length calculation in compat code | David Teigland | 1 | -9/+15 |
| 2009-03-11 | dlm: ignore cancel on granted lock | David Teigland | 1 | -0/+7 |
| 2009-03-11 | dlm: clear defunct cancel state | David Teigland | 1 | -8/+45 |
| 2009-03-11 | dlm: replace idr with hash table for connections | Christine Caulfield | 1 | -79/+92 |
| 2009-01-28 | dlm: comment typo fixes | Joe Perches | 1 | -3/+3 |
| 2009-01-28 | dlm: use ipv6_addr_copy | Joe Perches | 1 | -2/+2 |
| 2009-01-28 | dlm: Change rwlock which is only used in write mode to a spinlock | Steven Whitehouse | 3 | -11/+11 |
| 2009-01-21 | dlm: initialize file_lock struct in GETLK before copying conflicting lock | Jeff Layton | 1 | -0/+2 |
| 2009-01-21 | dlm: fix plock notify callback to lockd | David Teigland | 1 | -2/+2 |
| 2009-01-08 | dlm: change rsbtbl rwlock to spinlock | David Teigland | 5 | -32/+32 |
| 2009-01-08 | dlm: fix seq_file usage in debugfs lock dump | David Teigland | 1 | -359/+337 |
| 2009-01-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 12 | -130/+316 |
| 2008-12-23 | dlm: fs/dlm/ast.c: fix warning | Andrew Morton | 1 | -22/+17 |
| 2008-12-23 | dlm: add new debugfs entry | David Teigland | 2 | -50/+247 |
| 2008-12-23 | dlm: add time stamp of blocking callback | David Teigland | 2 | -0/+3 |
| 2008-12-23 | dlm: change lock time stamping | David Teigland | 4 | -19/+19 |
| 2008-12-23 | dlm: improve how bast mode handling | David Teigland | 5 | -15/+17 |
| 2008-12-23 | dlm: remove extra blocking callback check | David Teigland | 1 | -6/+1 |
| 2008-12-23 | dlm: replace schedule with cond_resched | Steven Whitehouse | 1 | -1/+1 |
| 2008-12-23 | dlm: remove kmap/kunmap | Steven Whitehouse | 1 | -7/+0 |
| 2008-12-23 | dlm: trivial annotation of be16 value | Harvey Harrison | 1 | -9/+9 |
| 2008-12-23 | dlm: fix up memory allocation flags | Steven Whitehouse | 3 | -4/+5 |
| 2008-11-25 | fix warning in fs/dlm/netlink.c | Ingo Molnar | 1 | -1/+1 |
| 2008-11-13 | dlm: fix shutdown cleanup | David Teigland | 1 | -1/+1 |
| 2008-09-05 | dlm: choose better identifiers | Andrew Morton | 1 | -22/+22 |
| 2008-09-04 | dlm: remove bkl | David Teigland | 1 | -8/+1 |
| 2008-09-02 | dlm: fix address compare | David Teigland | 1 | -2/+31 |
| 2008-08-28 | dlm: fix locking of lockspace list in dlm_scand | David Teigland | 2 | -2/+26 |
| 2008-08-28 | dlm: detect available userspace daemon | David Teigland | 4 | -2/+85 |
| 2008-08-28 | dlm: allow multiple lockspace creates | David Teigland | 4 | -61/+109 |
| 2008-08-13 | dlm: rename structs | David Teigland | 1 | -96/+107 |
| 2008-08-13 | dlm: add missing kfrees | David Teigland | 1 | -3/+7 |
| 2008-07-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 3 | -3/+7 |
| 2008-07-25 | locks: add special return value for asynchronous locks | Miklos Szeredi | 1 | -1/+1 |
| 2008-07-17 | configfs: Allow ->make_item() and ->make_group() to return detailed errors. | Joel Becker | 1 | -4/+4 |
| 2008-07-17 | Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e... | Joel Becker | 1 | -28/+17 |
| 2008-07-17 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -17/+28 |
| 2008-07-14 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 3 | -15/+16 |
| 2008-07-14 | configfs: Allow ->make_item() and ->make_group() to return detailed errors. | Joel Becker | 1 | -17/+28 |
| 2008-07-14 | dlm: fix uninitialized variable for search_rsb_list callers | Benny Halevy | 1 | -0/+1 |
| 2008-07-14 | dlm: release socket on error | Masatake YAMATO | 1 | -1/+3 |
| 2008-07-14 | dlm: fix basts for granted CW waiting PR/CW | David Teigland | 1 | -1/+2 |
| 2008-07-14 | dlm: check for null in device_write | Masatake YAMATO | 1 | -1/+1 |
| 2008-06-20 | dlm-user: BKL pushdown | Arnd Bergmann | 1 | -1/+8 |
| 2008-05-19 | dlm: fix plock dev_write return value | David Teigland | 1 | -1/+1 |
| 2008-05-19 | dlm: tcp_connect_to_sock should check for -EINVAL, not EINVAL | Marcin Slusarz | 1 | -1/+1 |
| 2008-05-19 | dlm: section mismatch warning fix | Leonardo Potenza | 1 | -1/+1 |
| 2008-05-19 | dlm: convert connections_lock in a mutex | Matthias Kaehlcke | 1 | -12/+13 |
| 2008-04-30 | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |
| 2008-04-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 10 | -23/+526 |
| 2008-04-21 | dlm: common max length definitions | David Teigland | 1 | -2/+0 |
| 2008-04-21 | dlm: move plock code from gfs2 | David Teigland | 4 | -0/+449 |
| 2008-04-21 | dlm: recover nodes that are removed and re-added | David Teigland | 5 | -16/+74 |
| 2008-04-21 | dlm: save master info after failed no-queue request | David Teigland | 1 | -2/+1 |
| 2008-04-21 | dlm: make dlm_print_rsb() static | Adrian Bunk | 2 | -2/+1 |
| 2008-04-21 | dlm: match signedness between dlm_config_info and cluster_set | Harvey Harrison | 1 | -1/+1 |
| 2008-04-18 | fs: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 1 | -1/+0 |
| 2008-02-21 | dlm: fix rcom_names message to self | David Teigland | 1 | -0/+2 |
| 2008-02-06 | dlm: add __init and __exit marks to init and exit functions | Denis Cheng | 6 | -7/+7 |
| 2008-02-06 | dlm: eliminate astparam type casting | David Teigland | 6 | -22/+18 |
| 2008-02-06 | dlm: proper types for asts and basts | David Teigland | 4 | -33/+44 |
| 2008-02-04 | dlm: dlm/user.c input validation fixes | Al Viro | 1 | -11/+8 |
| 2008-02-04 | dlm: fix dlm_dir_lookup() handling of too long names | Al Viro | 1 | -0/+3 |
| 2008-02-04 | dlm: fix overflows when copying from ->m_extra to lvb | Al Viro | 1 | -0/+4 |
| 2008-02-04 | dlm: make find_rsb() fail gracefully when namelen is too large | Al Viro | 1 | -1/+5 |
| 2008-02-04 | dlm: receive_rcom_lock_args() overflow check | Al Viro | 1 | -3/+4 |
| 2008-02-04 | dlm: verify that places expecting rcom_lock have packet long enough | Al Viro | 2 | -1/+14 |
| 2008-02-04 | dlm: validate data in dlm_recover_directory() | Al Viro | 1 | -3/+20 |
| 2008-02-04 | dlm: missing length check in check_config() | Al Viro | 1 | -0/+7 |
| 2008-02-04 | dlm: use proper type for ->ls_recover_buf | Al Viro | 4 | -9/+10 |
| 2008-02-04 | dlm: do not byteswap rcom_config | Al Viro | 3 | -30/+11 |
| 2008-02-04 | dlm: do not byteswap rcom_lock | Al Viro | 4 | -76/+39 |
| 2008-02-04 | dlm: dlm_process_incoming_buffer() fixes | Al Viro | 4 | -24/+36 |
| 2008-02-04 | dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug) | Al Viro | 3 | -8/+8 |
| 2008-01-30 | dlm: static initialization improvements | Denis Cheng | 1 | -6/+7 |
| 2008-01-30 | dlm: clean ups | David Teigland | 2 | -31/+10 |
| 2008-01-30 | dlm: Sanity check namelen before copying it | Patrick Caulfeld | 1 | -3/+9 |
| 2008-01-30 | dlm: keep cached master rsbs during recovery | David Teigland | 5 | -49/+61 |
| 2008-01-30 | dlm: change error message to debug | David Teigland | 1 | -2/+3 |
| 2008-01-30 | dlm: fix possible use-after-free | David Teigland | 1 | -2/+2 |
| 2008-01-30 | dlm: limit dir lookup loop | David Teigland | 1 | -2/+4 |
| 2008-01-30 | dlm: reject normal unlock when lock is waiting for lookup | David Teigland | 1 | -4/+5 |
| 2008-01-30 | dlm: validate messages before processing | David Teigland | 1 | -35/+104 |
| 2008-01-30 | dlm: reject messages from non-members | David Teigland | 3 | -4/+12 |
| 2008-01-30 | dlm: another call to confirm_master in receive_request_reply | David Teigland | 1 | -2/+6 |
| 2008-01-30 | dlm: recover locks waiting for overlap replies | David Teigland | 1 | -5/+32 |
| 2008-01-30 | dlm: clear ast_type when removing from astqueue | David Teigland | 1 | -0/+1 |
| 2008-01-30 | dlm: use fixed errno values in messages | David Teigland | 1 | -2/+55 |
| 2008-01-30 | dlm: swap bytes for rcom lock reply | Fabio M. Di Nitto | 1 | -3/+6 |
| 2008-01-30 | dlm: align midcomms message buffer | Fabio M. Di Nitto | 1 | -6/+9 |
| 2008-01-29 | dlm: close othercons | Patrick Caulfeld | 1 | -0/+2 |
| 2008-01-29 | dlm: use dlm prefix on alloc and free functions | David Teigland | 6 | -57/+39 |
| 2008-01-29 | dlm: don't print common non-errors | David Teigland | 1 | -1/+1 |
| 2008-01-29 | dlm: proper prototypes | Adrian Bunk | 4 | -19/+16 |
| 2008-01-29 | dlm: bind connections from known local address when using TCP | Lon Hohberger | 1 | -1/+12 |
| 2008-01-24 | Kobject: convert fs/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2008-01-24 | Kobject: change GFS2 to use kobject_init_and_add | Greg Kroah-Hartman | 1 | -22/+4 |
| 2008-01-24 | kobject: convert kernel_kset to be a kobject | Greg Kroah-Hartman | 1 | -1/+1 |
| 2008-01-24 | kset: convert kernel_subsys to use kset_create | Greg Kroah-Hartman | 1 | -1/+1 |
| 2008-01-24 | kset: convert dlm to use kset_create | Greg Kroah-Hartman | 1 | -11/+9 |