index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-09
ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...
Xue jiufei
1
-8
/
+35
2015-01-09
ocfs2: remove bogus check in dlm_process_recovery_data
Joseph Qi
1
-4
/
+1
2014-12-19
ocfs2: fix journal commit deadlock
Junxiao Bi
1
-2
/
+14
2014-12-19
ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_worker
Joseph Qi
1
-9
/
+3
2014-12-19
ocfs2: reflink: fix slow unlink for refcounted file
Junxiao Bi
4
-10
/
+24
2014-12-11
Merge branch 'akpm' (patchbomb from Andrew)
Linus Torvalds
15
-28
/
+74
2014-12-11
ocfs2: remove unneeded NULL check
Dan Carpenter
1
-1
/
+1
2014-12-11
ocfs2: remove bogus NULL check in ocfs2_move_extents()
Dan Carpenter
1
-3
/
+0
2014-12-11
ocfs2: do not set filesystem readonly if link down
jiangyiwen
2
-2
/
+2
2014-12-11
ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not ...
Xue jiufei
2
-6
/
+37
2014-12-11
ocfs2: fix error handling when creating debugfs root in ocfs2_init()
Jan Kara
1
-1
/
+2
2014-12-11
ocfs2: remove filesize checks for sync I/O journal commit
Goldwyn Rodrigues
1
-3
/
+1
2014-12-11
ocfs2: o2net: fix connect expired
Junxiao Bi
1
-1
/
+1
2014-12-11
ocfs2: o2dlm: fix a race between purge and master query
Srinivas Eeda
1
-0
/
+12
2014-12-11
ocfs2: report error from o2hb_do_disk_heartbeat() to user
Jan Kara
1
-2
/
+2
2014-12-11
ocfs2: remove bogus test from ocfs2_read_locked_inode()
Jan Kara
1
-2
/
+1
2014-12-11
ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()
Jan Kara
1
-1
/
+1
2014-12-11
ocfs2: fix an off-by-one BUG_ON() statement
Dan Carpenter
1
-1
/
+1
2014-12-11
ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEM
Joseph Qi
1
-5
/
+13
2014-12-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
5
-21
/
+22
2014-12-11
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2
-0
/
+10
2014-12-09
Merge branch 'iov_iter' into for-next
Al Viro
2
-2
/
+2
2014-11-19
assorted conversions to %p[dD]
Al Viro
3
-14
/
+11
2014-11-10
ocfs2: Convert to private i_dquot field
Jan Kara
2
-0
/
+10
2014-11-05
fix breakage in o2net_send_tcp_msg()
Al Viro
1
-1
/
+1
2014-11-03
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
1
-1
/
+1
2014-11-01
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
2
-6
/
+10
2014-10-30
ocfs2: fix d_splice_alias() return code checking
Richard Weinberger
1
-1
/
+1
2014-10-14
ocfs2: replace strnicmp with strncasecmp
Rasmus Villemoes
2
-4
/
+4
2014-10-11
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
5
-33
/
+41
2014-10-10
ocfs2: fix a deadlock while o2net_wq doing direct memory reclaim
Xue jiufei
1
-0
/
+20
2014-10-10
ocfs2: fix deadlock due to wrong locking order
Junxiao Bi
2
-31
/
+31
2014-10-10
ocfs2: fix deadlock between o2hb thread and o2net_wq
Joseph Qi
3
-1
/
+21
2014-10-10
ocfs2: don't fire quorum before connection established
Junxiao Bi
1
-2
/
+3
2014-10-10
fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()
Rob Jones
1
-18
/
+5
2014-10-10
fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()
Rob Jones
1
-59
/
+19
2014-10-10
fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()
Rob Jones
1
-25
/
+14
2014-10-10
ocfs2: remove unused code in dlm_new_lockres()
Xue jiufei
1
-3
/
+0
2014-10-10
ocfs2/dlm: call dlm_lockres_put without resource spinlock
alex chen
1
-2
/
+5
2014-10-10
ocfs2: call o2quo_exit() if malloc failed in o2net_init()
Joseph Qi
1
-7
/
+11
2014-10-10
ocfs2: fix shift left operations overflow
Joseph Qi
2
-2
/
+2
2014-10-10
ocfs2/dlm: refactor error handling in dlm_alloc_ctxt
Joseph Qi
1
-20
/
+22
2014-10-10
fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()
Andrew Morton
1
-1
/
+1
2014-10-03
ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handler
alex chen
1
-0
/
+4
2014-09-30
ocfs2: Back out change to use OCFS2_MAXQUOTAS in ocfs2_setattr()
Jan Kara
1
-1
/
+1
2014-09-26
ocfs2/dlm: do not get resource spinlock if lockres is new
Joseph Qi
1
-8
/
+10
2014-09-26
ocfs2: free vol_label in ocfs2_delete_osb()
Joseph Qi
1
-0
/
+1
2014-09-17
ocfs2: Don't use MAXQUOTAS value
Jan Kara
5
-34
/
+42
2014-08-30
ocfs2: quorum: add a log for node not fenced
Junxiao Bi
1
-2
/
+11
2014-08-30
ocfs2: o2net: set tcp user timeout to max value
Junxiao Bi
2
-0
/
+21
[next]