aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/cluster
AgeCommit message (Expand)AuthorFilesLines
2024-02-25ocfs2: port block device access to fileGravatar Christian Brauner 1-16/+16
2023-10-28ocfs2: Convert to use bdev_open_by_dev()Gravatar Jan Kara 1-36/+45
2023-08-18ocfs2: cluster: fix potential deadlock on &o2net_debug_lockGravatar Chengfeng Ye 1-20/+20
2023-08-18ocfs2: cluster: fix potential deadlock on &qs->qs_lockGravatar Chengfeng Ye 1-13/+13
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-17/+21
2023-06-24ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()Gravatar David Howells 1-6/+9
2023-06-24ocfs2: Fix use of slab data with sendpageGravatar David Howells 1-11/+12
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-1/+2
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-2/+2
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-1/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Gravatar Peilin Ye 1-0/+5
2022-12-19Treewide: Stop corrupting socket's task_fragGravatar Benjamin Coddington 1-0/+1
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-1/+1
2022-11-18ocfs2: use bitmap API in fill_node_mapGravatar Joseph Qi 4-16/+12
2022-11-18ocfs2/cluster: use bitmap API instead of hand-writing itGravatar Joseph Qi 2-11/+11
2022-07-14fs/ocfs2: Use the enum req_op and blk_opf_t typesGravatar Bart Van Assche 1-6/+5
2022-07-14ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionGravatar Christoph Hellwig 1-34/+30
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2022-03-22fs/ocfs2: fix comments mentioning i_mutexGravatar hongnanli 1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-3/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 1-1/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateGravatar Yury Norov 1-1/+1
2022-01-15ocfs2: cluster: use default_groups in kobj_typeGravatar Greg Kroah-Hartman 1-5/+6
2021-06-29ocfs2: remove redundant initialization of variable retGravatar Colin Ian King 1-1/+1
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Gravatar Chen Huang 1-2/+3
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Gravatar Yang Yingliang 1-2/+0
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 16-48/+16
2021-02-24ocfs2: fix a use after free on errorGravatar Dan Carpenter 1-1/+7
2020-12-15fs/ocfs2/cluster/tcp.c: remove unneeded breakGravatar Tom Rix 1-1/+0
2020-09-23ocfs2: cleanup o2hb_region_dev_storeGravatar Christoph Hellwig 1-18/+10
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-05-28tcp: add tcp_sock_set_user_timeoutGravatar Christoph Hellwig 1-20/+2
2020-05-28tcp: add tcp_sock_set_nodelayGravatar Christoph Hellwig 1-18/+2
2020-04-02ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveGravatar Matthew Wilcox (Oracle) 1-14/+10
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 2-7/+7
2020-04-02ocfs2: cluster: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-02ocfs2: remove useless errGravatar Alex Shi 1-2/+1
2020-04-02ocfs2: remove unused macrosGravatar Alex Shi 1-2/+0
2020-01-31ocfs2: remove unneeded semicolonsGravatar zhengbin 1-1/+1
2019-09-24ocfs2: further debugfs cleanupsGravatar Greg Kroah-Hartman 1-76/+27
2019-07-12ocfs: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 6-112/+41
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"Gravatar ChenGang 3-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Gravatar Thomas Gleixner 2-32/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 14-216/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2019-03-05ocfs2: fix a panic problem caused by o2cb_ctlGravatar Jia Guo 1-6/+8
2018-12-28ocfs2: optimize the reading of heartbeat dataGravatar Jia Guo 1-5/+12
2018-11-18ocfs2: free up write context when direct IO failedGravatar Wengang Wang 1-0/+9