index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
Age
Commit message (
Expand
)
Author
Files
Lines
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-22
dlm: initialize file_lock struct in GETLK before copying conflicting lock
Jeff Layton
1
-0
/
+2
2009-01-22
dlm: fix plock notify callback to lockd
David Teigland
1
-2
/
+2
2009-01-09
dlm: change rsbtbl rwlock to spinlock
David Teigland
5
-32
/
+32
2009-01-09
dlm: fix seq_file usage in debugfs lock dump
David Teigland
1
-359
/
+337
2009-01-06
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-26
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-18
configfs: Allow ->make_item() and ->make_group() to return detailed errors.
Joel Becker
1
-4
/
+4
2008-07-18
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-15
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
3
-15
/
+16
2008-07-15
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-21
dlm-user: BKL pushdown
Arnd Bergmann
1
-1
/
+8
2008-05-20
dlm: fix plock dev_write return value
David Teigland
1
-1
/
+1
2008-05-20
dlm: tcp_connect_to_sock should check for -EINVAL, not EINVAL
Marcin Slusarz
1
-1
/
+1
[next]