- 7ed6d4e ocfs2: remove redundant initialization of variable ret by Colin Ian King · 3 years, 7 months ago
- f0f798d ocfs2: replace simple_strtoull() with kstrtoull() by Chen Huang · 3 years, 7 months ago
- 74ef829 ocfs2: remove unnecessary INIT_LIST_HEAD() by Yang Yingliang · 3 years, 7 months ago
- fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
- c57d117 ocfs2: fix a use after free on error by Dan Carpenter · 3 years, 11 months ago
- a0823b5 fs/ocfs2/cluster/tcp.c: remove unneeded break by Tom Rix · 4 years, 1 month ago
- e455ed2 ocfs2: cleanup o2hb_region_dev_store by Christoph Hellwig · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- c488aea tcp: add tcp_sock_set_user_timeout by Christoph Hellwig · 4 years, 8 months ago
- 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 8 months ago
- 4ceb229 ocfs2: use memalloc_nofs_save instead of memalloc_noio_save by Matthew Wilcox (Oracle) · 4 years, 10 months ago
- d293d3a ocfs2: use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
- fa803cf ocfs2: cluster: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
- 1a5692e ocfs2: remove useless err by Alex Shi · 4 years, 10 months ago
- 8e6ef37 ocfs2: remove unused macros by Alex Shi · 4 years, 10 months ago
- 5b43d64 ocfs2: remove unneeded semicolons by zhengbin · 5 years ago
- 5e7a3ed ocfs2: further debugfs cleanups by Greg Kroah-Hartman · 5 years ago
- e581595 ocfs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
- e926d8a fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat" by ChenGang · 6 years ago
- e47ca50 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275 by Thomas Gleixner · 6 years ago
- 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- cc725ef ocfs2: fix a panic problem caused by o2cb_ctl by Jia Guo · 6 years ago
- 874b1ef ocfs2: optimize the reading of heartbeat data by Jia Guo · 6 years ago
- 5040f8d ocfs2: free up write context when direct IO failed by Wengang Wang · 6 years ago
- aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
- 480bd56 ocfs2: make several functions and variables static (and some const) by Colin Ian King · 6 years ago
- 229ba1f ocfs2: clean up some unnecessary code by wangyan · 6 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 3373de2 ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio" by Changwei Ge · 7 years ago
- ba16ddf ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio by piaojun · 7 years ago
- 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
- fc2af28 ocfs2/cluster: close a race that fence can't be triggered by Yang Zhang · 7 years ago
- cfdce25 ocfs2/cluster: neaten a member of o2net_msg_handler by Changwei Ge · 7 years ago
- e749d4f cfs2: switch to sock_recvmsg() by Al Viro · 7 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- 853bc26 ocfs2: subsystem.su_mutex is required while accessing the item->ci_parent by alex chen · 7 years ago
- 98d6c09 ocfs2: cleanup unused func declaration and assignment by piaojun · 7 years ago
- 4843afe ocfs2/cluster: make config_item_type const by Bhumika Goyal · 7 years ago
- a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- 964f14a ocfs2: clean up some dead code by Jun Piao · 7 years ago
- 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
- 25b1c72 ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leak by piaojun · 8 years ago
- 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
- d47736f fs/ocfs2/cluster: use offset_in_page() macro by Geliang Tang · 8 years ago
- 33496c3 ocfs2: o2hb: revert hb threshold to keep compatible by Junxiao Bi · 8 years ago
- 667b8a3 fs/ocfs2/cluster: use setup_timer by Geliang Tang · 8 years ago
- eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
- e73a67f don't open-code kernel_setsockopt() by Al Viro · 8 years ago
- cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
- 5b3cc15 sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
- 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
- 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- c62c38f ocfs2: replace CURRENT_TIME macro by Deepa Dinamani · 8 years ago
- 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
- bf94077 fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
- 63b52c4 Revert "ocfs2: bump up o2cb network protocol version" by Junxiao Bi · 8 years ago
- 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- 7d65b27 ocfs2/cluster: clean up unnecessary assignment for 'ret' by piaojun · 8 years ago
- 0d16dcf ocfs2: use bio op accessors by Mike Christie · 9 years ago
- 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
- 38b52ef ocfs2: bump up o2cb network protocol version by Junxiao Bi · 9 years ago
- 6633ca5 ocfs2: o2hb: fix hb hung time by Junxiao Bi · 9 years ago
- 88dbe98 ocfs2: o2hb: don't negotiate if last hb fail by Junxiao Bi · 9 years ago
- 1bd1290 ocfs2: o2hb: add some user/debug log by Junxiao Bi · 9 years ago
- e76f823 ocfs2: o2hb: add NEGOTIATE_APPROVE message by Junxiao Bi · 9 years ago
- 34069b8 ocfs2: o2hb: add NEGO_TIMEOUT message by Junxiao Bi · 9 years ago
- e0cbb79 ocfs2: o2hb: add negotiate timer by Junxiao Bi · 9 years ago
- 087afe8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
- aa6913d ocfs2: clean up unused parameter 'count' in o2hb_read_block_input() by Jun Piao · 9 years ago
- e1daca2 ocfs2/cluster: block BH in TCP callbacks by Eric Dumazet · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 9e13f1f ocfs2: o2hb: fix double free bug by Junxiao Bi · 9 years ago
- 364e8dd Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
- 4d548f6 ocfs2/cluster: replace the interrupt safe spinlocks with common ones by jiangyiwen · 9 years ago
- 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 9 years ago
- a4a1dfa ocfs2/cluster: fix memory leak in o2hb_region_release by Joseph Qi · 9 years ago
- 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
- a84ac33 ocfs2: o2hb: increase unsteady iterations by Junxiao Bi · 9 years ago
- 9a9e341 fs: configfs: Drop unused parameter from configfs_undepend_item() by Krzysztof Opasiak · 9 years ago
- 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
- 0986fe9b ocfs2: fix race between mount and delete node/cluster by Joseph Qi · 9 years ago
- 45b9977 ocfs2/cluster: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
- 13a83fc ocfs2/cluster: move locking into attribute store methods by Christoph Hellwig · 9 years ago
- 40476b8 ocfs2: use 64bit variables to track heartbeat time by Tina Ruchandani · 9 years ago
- 372a447 ocfs2: do not log twice error messages by Christophe JAILLET · 9 years ago
- 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
- fce56d8 ocfs2: o2net: should remove debugfs in o2net_init() out branch by alex chen · 10 years ago
- e327284 ocfs2: remove __mlog_cpu_guess by Andrew Morton · 10 years ago
- 7c2bd2f ocfs2: reduce object size of mlog uses by Joe Perches · 10 years ago
- 8f443e2 Revert "ocfs2: incorrect check for debugfs returns" by Linus Torvalds · 10 years ago
- 1d5b897 ocfs2: make mlog_errno return the errno by Andrew Morton · 10 years ago
- e2ac55b ocfs2: incorrect check for debugfs returns by Chengyu Song · 10 years ago
- e6d9f86 ocfs2: o2net: silence uninitialized variable warning by Dan Carpenter · 10 years ago
- 41d6247 ocfs2: fix wrong comment by Junxiao Bi · 10 years ago
- 196fe71 ocfs2: o2net: fix connect expired by Junxiao Bi · 10 years ago
- f5425fc ocfs2: report error from o2hb_do_disk_heartbeat() to user by Jan Kara · 10 years ago