index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
Commit message (
Expand
)
Author
Age
Files
Lines
*
ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not ...
Xue jiufei
2014-12-10
2
-6
/
+37
*
ocfs2: fix error handling when creating debugfs root in ocfs2_init()
Jan Kara
2014-12-10
1
-1
/
+2
*
ocfs2: remove filesize checks for sync I/O journal commit
Goldwyn Rodrigues
2014-12-10
1
-3
/
+1
*
ocfs2: o2net: fix connect expired
Junxiao Bi
2014-12-10
1
-1
/
+1
*
ocfs2: o2dlm: fix a race between purge and master query
Srinivas Eeda
2014-12-10
1
-0
/
+12
*
ocfs2: report error from o2hb_do_disk_heartbeat() to user
Jan Kara
2014-12-10
1
-2
/
+2
*
ocfs2: remove bogus test from ocfs2_read_locked_inode()
Jan Kara
2014-12-10
1
-2
/
+1
*
ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()
Jan Kara
2014-12-10
1
-1
/
+1
*
ocfs2: fix an off-by-one BUG_ON() statement
Dan Carpenter
2014-12-10
1
-1
/
+1
*
ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEM
Joseph Qi
2014-12-10
1
-5
/
+13
*
fix breakage in o2net_send_tcp_msg()
Al Viro
2014-11-05
1
-1
/
+1
*
ocfs2: fix d_splice_alias() return code checking
Richard Weinberger
2014-10-29
1
-1
/
+1
*
ocfs2: replace strnicmp with strncasecmp
Rasmus Villemoes
2014-10-14
2
-4
/
+4
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2014-10-11
5
-33
/
+41
|
\
|
*
ocfs2: Back out change to use OCFS2_MAXQUOTAS in ocfs2_setattr()
Jan Kara
2014-09-30
1
-1
/
+1
|
*
ocfs2: Don't use MAXQUOTAS value
Jan Kara
2014-09-17
5
-34
/
+42
*
|
ocfs2: fix a deadlock while o2net_wq doing direct memory reclaim
Xue jiufei
2014-10-09
1
-0
/
+20
*
|
ocfs2: fix deadlock due to wrong locking order
Junxiao Bi
2014-10-09
2
-31
/
+31
*
|
ocfs2: fix deadlock between o2hb thread and o2net_wq
Joseph Qi
2014-10-09
3
-1
/
+21
*
|
ocfs2: don't fire quorum before connection established
Junxiao Bi
2014-10-09
1
-2
/
+3
*
|
fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()
Rob Jones
2014-10-09
1
-18
/
+5
*
|
fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()
Rob Jones
2014-10-09
1
-59
/
+19
*
|
fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()
Rob Jones
2014-10-09
1
-25
/
+14
*
|
ocfs2: remove unused code in dlm_new_lockres()
Xue jiufei
2014-10-09
1
-3
/
+0
*
|
ocfs2/dlm: call dlm_lockres_put without resource spinlock
alex chen
2014-10-09
1
-2
/
+5
*
|
ocfs2: call o2quo_exit() if malloc failed in o2net_init()
Joseph Qi
2014-10-09
1
-7
/
+11
*
|
ocfs2: fix shift left operations overflow
Joseph Qi
2014-10-09
2
-2
/
+2
*
|
ocfs2/dlm: refactor error handling in dlm_alloc_ctxt
Joseph Qi
2014-10-09
1
-20
/
+22
*
|
fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()
Andrew Morton
2014-10-09
1
-1
/
+1
*
|
ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handler
alex chen
2014-10-02
1
-0
/
+4
*
|
ocfs2/dlm: do not get resource spinlock if lockres is new
Joseph Qi
2014-09-26
1
-8
/
+10
*
|
ocfs2: free vol_label in ocfs2_delete_osb()
Joseph Qi
2014-09-26
1
-0
/
+1
|
/
*
ocfs2: quorum: add a log for node not fenced
Junxiao Bi
2014-08-29
1
-2
/
+11
*
ocfs2: o2net: set tcp user timeout to max value
Junxiao Bi
2014-08-29
2
-0
/
+21
*
ocfs2: o2net: don't shutdown connection when idle timeout
Junxiao Bi
2014-08-29
1
-6
/
+19
*
ocfs2: do not write error flag to user structure we cannot copy from/to
Ben Hutchings
2014-08-29
1
-86
/
+43
*
fs/ocfs2/slot_map.c: replace count*size kzalloc by kcalloc
Fabian Frederick
2014-08-06
1
-1
/
+1
*
ocfs2: race between umount and unfinished remastering during recovery
Tariq Saeed
2014-08-06
1
-0
/
+4
*
ocfs2: remove conversion of total_backoff in dlm_join_domain()
Xue jiufei
2014-08-06
1
-3
/
+2
*
ocfs2: correctly check the return value of ocfs2_search_extent_list
Yingtai Xie
2014-08-06
3
-5
/
+14
*
ocfs2/dlm: do not purge lockres that is queued for assert master
Xue jiufei
2014-06-23
4
-6
/
+55
*
ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop d...
jiangyiwen
2014-06-23
1
-5
/
+9
*
ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ...
jiangyiwen
2014-06-23
1
-0
/
+27
*
ocfs2: fix a tiny race when running dirop_fileop_racer
Yiwen Jiang
2014-06-23
2
-2
/
+96
*
ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list()
Xue jiufei
2014-06-23
1
-1
/
+1
*
ocfs2: refcount: take rw_lock in ocfs2_reflink
Wengang Wang
2014-06-23
1
-0
/
+8
*
ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...
Xue jiufei
2014-06-23
1
-6
/
+2
*
ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and...
Tariq Saeed
2014-06-23
1
-5
/
+13
*
ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename()
alex chen
2014-06-23
1
-11
/
+11
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-06-12
2
-118
/
+27
|
\
[next]