summaryrefslogtreecommitdiff
path: root/fs/ocfs2/cluster
AgeCommit message (Expand)AuthorFilesLines
2024-05-14net: 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-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-17/+21
2023-06-25ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells1-6/+9
2023-06-25ocfs2: 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-20Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-12-13Merge 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-19ocfs2: use bitmap API in fill_node_mapJoseph Qi4-16/+12
2022-11-19ocfs2/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-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-23fs/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-25ocfs2: 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-24treewide: 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-25ocfs2: 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-09fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2019-03-06ocfs2: fix a panic problem caused by o2cb_ctlJia Guo1-6/+8
2018-12-28ocfs2: optimize the reading of heartbeat dataJia Guo1-5/+12