summaryrefslogtreecommitdiff
path: root/fs/ocfs2/cluster
AgeCommit message (Expand)Author
2023-10-28ocfs2: Convert to use bdev_open_by_dev()Jan Kara
2023-08-18ocfs2: cluster: fix potential deadlock on &o2net_debug_lockChengfeng Ye
2023-08-18ocfs2: cluster: fix potential deadlock on &qs->qs_lockChengfeng Ye
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-24ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells
2023-06-24ocfs2: Fix use of slab data with sendpageDavid Howells
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-18ocfs2: use bitmap API in fill_node_mapJoseph Qi
2022-11-18ocfs2/cluster: use bitmap API instead of hand-writing itJoseph Qi
2022-07-14fs/ocfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov
2022-01-15ocfs2: cluster: use default_groups in kobj_typeGreg Kroah-Hartman
2021-06-29ocfs2: remove redundant initialization of variable retColin Ian King
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-02-24ocfs2: fix a use after free on errorDan Carpenter
2020-12-15fs/ocfs2/cluster/tcp.c: remove unneeded breakTom Rix
2020-09-23ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-04-02ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-04-02ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-02ocfs2: remove useless errAlex Shi
2020-04-02ocfs2: remove unused macrosAlex Shi
2020-01-31ocfs2: remove unneeded semicolonszhengbin
2019-09-24ocfs2: further debugfs cleanupsGreg Kroah-Hartman
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2019-03-05ocfs2: fix a panic problem caused by o2cb_ctlJia Guo
2018-12-28ocfs2: optimize the reading of heartbeat dataJia Guo
2018-11-18ocfs2: free up write context when direct IO failedWengang Wang
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells