aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster
AgeCommit message (Expand)AuthorFilesLines
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-1/+4
2024-02-25ocfs2: port block device access to fileChristian Brauner1-16/+16
2023-10-28ocfs2: Convert to use bdev_open_by_dev()Jan Kara1-36/+45
2023-08-18ocfs2: cluster: fix potential deadlock on &o2net_debug_lockChengfeng Ye1-20/+20
2023-08-18ocfs2: cluster: fix potential deadlock on &qs->qs_lockChengfeng Ye1-13/+13
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-17/+21
2023-06-24ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells1-6/+9
2023-06-24ocfs2: Fix use of slab data with sendpageDavid Howells1-11/+12
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+2
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-2/+2
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+5
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-18ocfs2: use bitmap API in fill_node_mapJoseph Qi4-16/+12
2022-11-18ocfs2/cluster: use bitmap API instead of hand-writing itJoseph Qi2-11/+11
2022-07-14fs/ocfs2: Use the enum req_op and blk_opf_t typesBart Van Assche1-6/+5
2022-07-14ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig1-34/+30
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-1/+1
2022-01-15ocfs2: cluster: use default_groups in kobj_typeGreg Kroah-Hartman1-5/+6
2021-06-29ocfs2: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang1-2/+3
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang1-2/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada16-48/+16
2021-02-24ocfs2: fix a use after free on errorDan Carpenter1-1/+7
2020-12-15fs/ocfs2/cluster/tcp.c: remove unneeded breakTom Rix1-1/+0
2020-09-23ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig1-18/+10
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig1-20/+2
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-18/+2
2020-04-02ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)1-14/+10
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2-7/+7
2020-04-02ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-02ocfs2: remove useless errAlex Shi1-2/+1
2020-04-02ocfs2: remove unused macrosAlex Shi1-2/+0
2020-01-31ocfs2: remove unneeded semicolonszhengbin1-1/+1
2019-09-24ocfs2: further debugfs cleanupsGreg Kroah-Hartman1-76/+27
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman6-112/+41
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang3-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Thomas Gleixner2-32/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner14-216/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2019-03-05ocfs2: fix a panic problem caused by o2cb_ctlJia Guo1-6/+8
2018-12-28ocfs2: optimize the reading of heartbeat dataJia Guo1-5/+12
2018-11-18ocfs2: free up write context when direct IO failedWengang Wang1-0/+9
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-08-17ocfs2: make several functions and variables static (and some const)Colin Ian King2-9/+9
2018-08-17ocfs2: clean up some unnecessary codewangyan1-2/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-25ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Changwei Ge1-10/+1
2018-04-05ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect biopiaojun1-1/+10
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-4/+2
2018-01-31ocfs2/cluster: close a race that fence can't be triggeredYang Zhang1-2/+3
2018-01-31ocfs2/cluster: neaten a member of o2net_msg_handlerChangwei Ge1-1/+1
2017-12-02cfs2: switch to sock_recvmsg()Al Viro1-1/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-11-15ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2017-11-15ocfs2: cleanup unused func declaration and assignmentpiaojun1-2/+0
2017-10-19ocfs2/cluster: make config_item_type constBhumika Goyal2-6/+6
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-09-06ocfs2: clean up some dead codeJun Piao1-38/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-06ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-05-03fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang1-1/+1
2017-05-03ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi1-4/+4
2017-05-03fs/ocfs2/cluster: use setup_timerGeliang Tang1-3/+2
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro1-1/+1
2017-04-06don't open-code kernel_setsockopt()Al Viro1-21/+4
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra2-2/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-12-12ocfs2: replace CURRENT_TIME macroDeepa Dinamani1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-10-07fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-09-19Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi1-4/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+2
2016-07-26ocfs2/cluster: clean up unnecessary assignment for 'ret'piaojun1-6/+2
2016-06-07ocfs2: use bio op accessorsMike Christie1-4/+6
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-5/+7
2016-05-27ocfs2: bump up o2cb network protocol versionJunxiao Bi1-1/+4
2016-05-27ocfs2: o2hb: fix hb hung timeJunxiao Bi1-1/+1
2016-05-27ocfs2: o2hb: don't negotiate if last hb failJunxiao Bi1-0/+10
2016-05-27ocfs2: o2hb: add some user/debug logJunxiao Bi1-7/+32
2016-05-27ocfs2: o2hb: add NEGOTIATE_APPROVE messageJunxiao Bi1-1/+27
2016-05-27ocfs2: o2hb: add NEGO_TIMEOUT messageJunxiao Bi1-1/+65
2016-05-27ocfs2: o2hb: add negotiate timerJunxiao Bi1-4/+47
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+9
2016-05-19ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()Jun Piao1-3/+2
2016-05-19ocfs2/cluster: block BH in TCP callbacksEric Dumazet1-8/+9
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-5/+5
2016-03-25ocfs2: o2hb: fix double free bugJunxiao Bi1-2/+2
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-17/+5
2016-03-15ocfs2/cluster: replace the interrupt safe spinlocks with common onesjiangyiwen1-6/+4
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-17/+5
2016-02-03ocfs2/cluster: fix memory leak in o2hb_region_releaseJoseph Qi1-6/+8
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-1/+1
2016-01-14ocfs2: o2hb: increase unsteady iterationsJunxiao Bi1-2/+2
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak1-1/+1
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-374/+112
2015-11-05ocfs2: fix race between mount and delete node/clusterJoseph Qi1-3/+16
2015-10-13ocfs2/cluster: use per-attribute show and store methodsChristoph Hellwig2-346/+100
2015-10-13ocfs2/cluster: move locking into attribute store methodsChristoph Hellwig1-35/+19
2015-09-04ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani1-40/+9
2015-09-04ocfs2: do not log twice error messagesChristophe JAILLET1-15/+5
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+4
2015-06-24ocfs2: o2net: should remove debugfs in o2net_init() out branchalex chen1-1/+1
2015-06-24ocfs2: remove __mlog_cpu_guessAndrew Morton1-16/+3
2015-06-24ocfs2: reduce object size of mlog usesJoe Perches2-30/+59
2015-04-21Revert "ocfs2: incorrect check for debugfs returns"Linus Torvalds1-31/+11
2015-04-14ocfs2: make mlog_errno return the errnoAndrew Morton1-2/+3
2015-04-14ocfs2: incorrect check for debugfs returnsChengyu Song1-11/+31
2015-02-10ocfs2: o2net: silence uninitialized variable warningDan Carpenter1-1/+2
2015-02-10ocfs2: fix wrong commentJunxiao Bi1-6/+6
2014-12-10ocfs2: o2net: fix connect expiredJunxiao Bi1-1/+1
2014-12-10ocfs2: report error from o2hb_do_disk_heartbeat() to userJan Kara1-2/+2
2014-11-05fix breakage in o2net_send_tcp_msg()Al Viro1-1/+1
2014-10-14ocfs2: replace strnicmp with strncasecmpRasmus Villemoes2-4/+4
2014-10-09ocfs2: fix a deadlock while o2net_wq doing direct memory reclaimXue jiufei1-0/+20
2014-10-09ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi2-0/+20
2014-10-09ocfs2: don't fire quorum before connection establishedJunxiao Bi1-2/+3
2014-10-09fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones1-59/+19
2014-10-09ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi1-7/+11
2014-08-29ocfs2: quorum: add a log for node not fencedJunxiao Bi1-2/+11
2014-08-29ocfs2: o2net: set tcp user timeout to max valueJunxiao Bi2-0/+21
2014-08-29ocfs2: o2net: don't shutdown connection when idle timeoutJunxiao Bi1-6/+19
2014-06-10ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting...Tariq Saeed1-2/+29
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick1-1/+1
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar3-55/+39
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-9/+8
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-38/+11
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-9/+8
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2014-04-03ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not...Tariq Saeed1-5/+17
2014-04-03ocfs2: fix type conversion risk when get cluster attributesJoseph Qi1-3/+3
2014-04-01ocfs2: don't open-code kernel_recvmsg()Al Viro1-18/+3
2014-04-01ocfs2: don't open-code kernel_sendmsg()Al Viro1-20/+8
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell1-1/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-01-21ocfs2: remove versioning informationGoldwyn Rodrigues4-77/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-13ocfs2: use find_last_bit()Akinobu Mita1-16/+2
2013-11-13ocfs2: use bitmap_weight()Akinobu Mita1-15/+7
2013-11-13ocfs2: don't spam on -EDQUOTJoel Becker1-1/+2
2013-09-11ocfs2: fix a tiny race case when firing callbacksJoyce1-9/+9
2013-09-11ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()Joseph Qi1-6/+10
2013-09-11ocfs2: adjust code style for o2net_handler_tree_lookup()Joseph Qi1-17/+17
2013-09-11ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang1-9/+5
2013-09-11fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferencesSunil Mushran1-5/+5
2013-07-03ocfs2: fix NULL pointer dereference when traversing o2hb_all_regionsXue jiufei1-0/+9
2013-07-03ocfs2: adjust switch_case syntax at o2net_state_change()Jie Liu1-13/+13
2013-07-03ocfs2: fix a comments typo at o2quo_hb_still_up()Jie Liu1-1/+1
2013-07-03ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming conventionJie Liu1-4/+4
2013-07-03ocfs2: submit disk heartbeat bio using WRITE_SYNCNoboru Iwamatsu1-1/+1
2013-07-03fs/ocfs2/cluster/tcp.c: free sc->sc_page in sc_kref_release()Younger Liu1-0/+3
2013-02-27ocfs2: convert to idr_alloc()Tejun Heo1-19/+13
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner2-8/+4
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-19/+19
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-20/+19
2012-09-26switch o2hb_region_dev_write() to fget_light()Al Viro1-2/+3
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-1/+1
2012-01-03switch debugfs to umode_tAl Viro1-1/+1
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-171/+265
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-07-24ocfs2/cluster: Add new function o2net_fill_node_map()Sunil Mushran3-33/+90
2011-07-24ocfs2/cluster: Fix output in file elapsed_time_in_msSunil Mushran1-3/+6
2011-07-24ocfs2/cluster: Clean up messages in o2netSunil Mushran1-66/+53
2011-07-24ocfs2/cluster: Abort heartbeat start on hard-ro devicesSunil Mushran1-69/+116
2011-05-23ocfs2: remove the /sys/o2cb symlinkAmerigo Wang1-9/+0
2011-05-13ocfs2/cluster: Heartbeat mismatch message improvedSunil Mushran1-17/+31
2011-05-13ocfs2/cluster: Increase the live threshold for global heartbeatSunil Mushran1-1/+12
2011-03-31Fix common misspellingsLucas De Marchi3-4/+4
2011-03-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-115/+23
2011-03-28Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Joel Becker3-110/+18
2011-03-28fs,ocfs2: Move o2net_get_func_run_time under CONFIG_OCFS2_FS_STATS.Rakib Mullick1-5/+5
2011-03-10block: remove per-queue pluggingJens Axboe1-4/+0
2011-02-21ocfs2: Make the left masklogs compat.Tao Ma1-17/+17
2011-02-21ocfs2: Remove masklog ML_AIO.Tao Ma2-2/+0
2011-02-24ocfs2: Remove masklog ML_UPTODATE.Tao Ma2-2/+0
2011-02-24ocfs2: Remove masklog ML_BH_IO.Tao Ma2-2/+0
2011-02-24ocfs2: Remove masklog ML_JOURNAL.Tao Ma2-2/+0
2011-02-24ocfs2: Remove masklog ML_EXPORT.Tao Ma2-2/+0
2011-02-23ocfs2: Remove masklog ML_DCACHE.Tao Ma2-2/+0
2011-02-23ocfs2: Remove masklog ML_NAMEI.Tao Ma2-2/+0
2011-02-23ocfs2: Remove masklog ML_QUOTA.Tao Ma2-2/+0
2011-02-23ocfs2: Remove masklog ML_RESERVATIONS.Tao Ma2-2/+0
2011-02-23ocfs2: Remove masklog ML_XATTR.Tao Ma2-2/+0