summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: o2net: fix connect expiredJunxiao Bi2014-12-101-1/+1
* ocfs2: report error from o2hb_do_disk_heartbeat() to userJan Kara2014-12-101-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-091-0/+20
* ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi2014-10-092-0/+20
* ocfs2: don't fire quorum before connection establishedJunxiao Bi2014-10-091-2/+3
* fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones2014-10-091-59/+19
* ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi2014-10-091-7/+11
* ocfs2: quorum: add a log for node not fencedJunxiao Bi2014-08-291-2/+11
* ocfs2: o2net: set tcp user timeout to max valueJunxiao Bi2014-08-292-0/+21
* ocfs2: o2net: don't shutdown connection when idle timeoutJunxiao Bi2014-08-291-6/+19
* ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting...Tariq Saeed2014-06-101-2/+29
* ocfs2: remove NULL assignments on staticFabian Frederick2014-06-041-1/+1
* Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-073-55/+39
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-122-9/+8
| |\
| | * net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-9/+8
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-38/+11
| |\ \ | | |/ | |/|
| | * ocfs2: don't open-code kernel_recvmsg()Al Viro2014-04-011-18/+3
| | * ocfs2: don't open-code kernel_sendmsg()Al Viro2014-04-011-20/+8
| * | 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-031-5/+17
| * | ocfs2: fix type conversion risk when get cluster attributesJoseph Qi2014-04-031-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-231-1/+1
* | ocfs2: remove versioning informationGoldwyn Rodrigues2014-01-214-77/+2
|/
* ocfs2: use find_last_bit()Akinobu Mita2013-11-131-16/+2
* ocfs2: use bitmap_weight()Akinobu Mita2013-11-131-15/+7
* ocfs2: don't spam on -EDQUOTJoel Becker2013-11-131-1/+2
* ocfs2: fix a tiny race case when firing callbacksJoyce2013-09-111-9/+9
* ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()Joseph Qi2013-09-111-6/+10
* ocfs2: adjust code style for o2net_handler_tree_lookup()Joseph Qi2013-09-111-17/+17
* ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang2013-09-111-9/+5
* fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferencesSunil Mushran2013-09-111-5/+5
* ocfs2: fix NULL pointer dereference when traversing o2hb_all_regionsXue jiufei2013-07-031-0/+9
* ocfs2: adjust switch_case syntax at o2net_state_change()Jie Liu2013-07-031-13/+13
* ocfs2: fix a comments typo at o2quo_hb_still_up()Jie Liu2013-07-031-1/+1
* ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming conventionJie Liu2013-07-031-4/+4
* ocfs2: submit disk heartbeat bio using WRITE_SYNCNoboru Iwamatsu2013-07-031-1/+1
* fs/ocfs2/cluster/tcp.c: free sc->sc_page in sc_kref_release()Younger Liu2013-07-031-0/+3
* ocfs2: convert to idr_alloc()Tejun Heo2013-02-271-19/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\
| * treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* | ocfs2: remove kfree() redundant null checksTim Gardner2013-02-212-8/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-19/+19
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-261-20/+19
| * switch o2hb_region_dev_write() to fget_light()Al Viro2012-09-261-2/+3
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
|/
OpenPOWER on IntegriCloud