summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: o2hb: fix double free bugJunxiao Bi2016-03-261-2/+2
* Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-03-181-17/+5Star
|\
| * configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-17/+5Star
* | ocfs2/cluster: replace the interrupt safe spinlocks with common onesjiangyiwen2016-03-161-6/+4Star
|/
* ocfs2/cluster: fix memory leak in o2hb_region_releaseJoseph Qi2016-02-031-6/+8
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-211-1/+1
|\
| * fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak2015-12-211-1/+1
* | ocfs2: o2hb: increase unsteady iterationsJunxiao Bi2016-01-151-2/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-142-374/+112Star
|\
| * ocfs2/cluster: use per-attribute show and store methodsChristoph Hellwig2015-10-142-346/+100Star
| * ocfs2/cluster: move locking into attribute store methodsChristoph Hellwig2015-10-141-35/+19Star
* | ocfs2: fix race between mount and delete node/clusterJoseph Qi2015-11-061-3/+16
|/
* ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani2015-09-051-40/+9Star
* ocfs2: do not log twice error messagesChristophe JAILLET2015-09-051-15/+5Star
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-5/+4Star
* ocfs2: o2net: should remove debugfs in o2net_init() out branchalex chen2015-06-251-1/+1
* ocfs2: remove __mlog_cpu_guessAndrew Morton2015-06-251-16/+3Star
* ocfs2: reduce object size of mlog usesJoe Perches2015-06-252-30/+59
* Revert "ocfs2: incorrect check for debugfs returns"Linus Torvalds2015-04-211-31/+11Star
* ocfs2: make mlog_errno return the errnoAndrew Morton2015-04-151-2/+3
* ocfs2: incorrect check for debugfs returnsChengyu Song2015-04-151-11/+31
* ocfs2: o2net: silence uninitialized variable warningDan Carpenter2015-02-101-1/+2
* ocfs2: fix wrong commentJunxiao Bi2015-02-101-6/+6
* ocfs2: o2net: fix connect expiredJunxiao Bi2014-12-111-1/+1
* ocfs2: report error from o2hb_do_disk_heartbeat() to userJan Kara2014-12-111-2/+2
* fix breakage in o2net_send_tcp_msg()Al Viro2014-11-051-1/+1
* ocfs2: replace strnicmp with strncasecmpRasmus Villemoes2014-10-142-4/+4
* ocfs2: fix a deadlock while o2net_wq doing direct memory reclaimXue jiufei2014-10-101-0/+20
* ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi2014-10-102-0/+20
* ocfs2: don't fire quorum before connection establishedJunxiao Bi2014-10-101-2/+3
* fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones2014-10-101-59/+19Star
* ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi2014-10-101-7/+11
* ocfs2: quorum: add a log for node not fencedJunxiao Bi2014-08-301-2/+11
* ocfs2: o2net: set tcp user timeout to max valueJunxiao Bi2014-08-302-0/+21
* ocfs2: o2net: don't shutdown connection when idle timeoutJunxiao Bi2014-08-301-6/+19
* ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting...Tariq Saeed2014-06-111-2/+29
* ocfs2: remove NULL assignments on staticFabian Frederick2014-06-051-1/+1
* Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-073-55/+39Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-132-9/+8Star
| |\
| | * net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-9/+8Star
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-38/+11Star
| |\ \ | | |/ | |/|
| | * ocfs2: don't open-code kernel_recvmsg()Al Viro2014-04-021-18/+3Star
| | * ocfs2: don't open-code kernel_sendmsg()Al Viro2014-04-021-20/+8Star
| * | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-061-1/+1
| |\ \
| | * | VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-241-1/+1
| | |/
| * | ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not...Tariq Saeed2014-04-041-5/+17
| * | ocfs2: fix type conversion risk when get cluster attributesJoseph Qi2014-04-041-3/+3
| |/
* / sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1
|/
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-1/+1
|\
| * block: Abstract out bvec iteratorKent Overstreet2013-11-241-1/+1