summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster
Commit message (Expand)AuthorAgeFilesLines
* Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\
| * use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* | ocfs2: use bitmap API in fill_node_mapJoseph Qi2022-11-184-16/+12
* | ocfs2/cluster: use bitmap API instead of hand-writing itJoseph Qi2022-11-182-11/+11
|/
* fs/ocfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-6/+5
* ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig2022-07-141-34/+30
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\
| * fs/ocfs2: fix comments mentioning i_mutexhongnanli2022-03-221-1/+1
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+1
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | ocfs2: cluster: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-151-5/+6
|/
* ocfs2: remove redundant initialization of variable retColin Ian King2021-06-291-1/+1
* ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang2021-06-291-2/+3
* ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang2021-06-291-2/+0
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-0716-48/+16
* ocfs2: fix a use after free on errorDan Carpenter2021-02-241-1/+7
* fs/ocfs2/cluster/tcp.c: remove unneeded breakTom Rix2020-12-151-1/+0
* ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig2020-09-231-18/+10
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* tcp: add tcp_sock_set_user_timeoutChristoph Hellwig2020-05-281-20/+2
* tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-18/+2
* ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)2020-04-021-14/+10
* ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-022-7/+7
* ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
* ocfs2: remove useless errAlex Shi2020-04-021-2/+1
* ocfs2: remove unused macrosAlex Shi2020-04-021-2/+0
* ocfs2: remove unneeded semicolonszhengbin2020-01-311-1/+1
* ocfs2: further debugfs cleanupsGreg Kroah-Hartman2019-09-241-76/+27
* ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-126-112/+41
* fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang2019-07-123-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Thomas Gleixner2019-06-052-32/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-3014-216/+14
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+1
* ocfs2: fix a panic problem caused by o2cb_ctlJia Guo2019-03-051-6/+8
* ocfs2: optimize the reading of heartbeat dataJia Guo2018-12-281-5/+12
* ocfs2: free up write context when direct IO failedWengang Wang2018-11-181-0/+9
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* ocfs2: make several functions and variables static (and some const)Colin Ian King2018-08-172-9/+9
* ocfs2: clean up some unnecessary codewangyan2018-08-171-2/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Changwei Ge2018-05-251-10/+1
* ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect biopiaojun2018-04-051-1/+10
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-4/+2
* ocfs2/cluster: close a race that fence can't be triggeredYang Zhang2018-01-311-2/+3
* ocfs2/cluster: neaten a member of o2net_msg_handlerChangwei Ge2018-01-311-1/+1
* cfs2: switch to sock_recvmsg()Al Viro2017-12-021-1/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4