summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-14/+14
2026-01-20ocfs2: constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET-6/+6
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+2
2025-12-10ocfs2: replace deprecated strcpy with strscpyThorsten Blum-1/+2
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-05-11ocfs2: o2net_idle_timer: Rename del_timer_sync in commentWangYuli-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-01-12ocfs2: replace deprecated simple_strtol with kstrtolDaniel Yang-2/+3
2025-01-12ocfs2: miscellaneous spelling fixesDmitry Antipov-9/+9
2025-01-12ocfs2: heartbeat: replace simple_strtoul with kstrtoulDaniel Yang-9/+12
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-11-05ocfs2: cluster: fix a typoAndrew Kreimer-1/+1
2024-11-03fdget(), more trivial conversionsAl Viro-8/+5
2024-11-03o2hb_region_dev_store(): avoid goto around fdget()/fdput()Al Viro-6/+5
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-3/+3
2024-05-13net: change proto and proto_ops accept typeJens Axboe-1/+4
2024-02-25ocfs2: port block device access to fileChristian Brauner-16/+16
2023-10-28ocfs2: Convert to use bdev_open_by_dev()Jan Kara-36/+45
2023-08-18ocfs2: cluster: fix potential deadlock on &o2net_debug_lockChengfeng Ye-20/+20
2023-08-18ocfs2: cluster: fix potential deadlock on &qs->qs_lockChengfeng Ye-13/+13
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-17/+21
2023-06-24ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells-6/+9
2023-06-24ocfs2: Fix use of slab data with sendpageDavid Howells-11/+12
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-1/+2
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig-2/+2
2023-06-05block: introduce holder opsChristoph Hellwig-1/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye-0/+5
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington-0/+1
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-1/+1
2022-11-18ocfs2: use bitmap API in fill_node_mapJoseph Qi-16/+12
2022-11-18ocfs2/cluster: use bitmap API instead of hand-writing itJoseph Qi-11/+11
2022-07-14fs/ocfs2: Use the enum req_op and blk_opf_t typesBart Van Assche-6/+5
2022-07-14ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig-34/+30
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli-1/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig-3/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-1/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov-1/+1
2022-01-15ocfs2: cluster: use default_groups in kobj_typeGreg Kroah-Hartman-5/+6
2021-06-29ocfs2: remove redundant initialization of variable retColin Ian King-1/+1
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang-2/+3
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang-2/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada-48/+16
2021-02-24ocfs2: fix a use after free on errorDan Carpenter-1/+7
2020-12-15fs/ocfs2/cluster/tcp.c: remove unneeded breakTom Rix-1/+0