aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 6-7/+25
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-9/+10
2023-11-01ocfs2: fix a spelling typo in commentGravatar Kunwu Chan 1-1/+1
2023-11-01ocfs2: replace BUG_ON() at ocfs2_num_free_extents() with ocfs2_error()Gravatar Jia Rui 1-1/+8
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 12-75/+77
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 2-3/+3
2023-10-28ocfs2: Convert to use bdev_open_by_dev()Gravatar Jan Kara 1-36/+45
2023-10-25buffer: remove folio_create_empty_buffers()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2023-10-25ocfs2: convert ocfs2_map_page_blocks to use a folioGravatar Matthew Wilcox (Oracle) 1-9/+10
2023-10-18ocfs2: fix a typo in a commentGravatar Yuanheng Zhang 1-1/+1
2023-10-18fs: ocfs2: check status valuesGravatar Artem Chernyshev 2-0/+12
2023-10-18ocfs2: annotate struct ocfs2_replay_map with __counted_byGravatar Kees Cook 1-1/+1
2023-10-18ocfs2: convert to new timestamp accessorsGravatar Jeff Layton 12-75/+77
2023-10-09ocfs2: move ocfs2_xattr_handlers and ocfs2_xattr_handler_map to .rodataGravatar Wedson Almeida Filho 2-3/+3
2023-10-04fs: ocfs2: replace strlcpy with sysfs_emitGravatar Azeem Shaikh 1-2/+1
2023-10-04ocfs2: correct range->len in ocfs2_trim_fs()Gravatar Yuanheng Zhang 1-1/+1
2023-10-02ocfs2: Annotate struct ocfs2_slot_info with __counted_byGravatar Kees Cook 1-1/+1
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+4
2023-08-31Merge tag 'dlm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Gravatar Linus Torvalds 1-10/+3
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 6-43/+43
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+1
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-3/+3
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 12-52/+58
2023-08-23jbd2: jbd2_journal_init_{dev,inode} return proper error return valueGravatar Zhang Yi 1-4/+4
2023-08-18fs: ocfs2: namei: check return value of ocfs2_add_entry()Gravatar Artem Chernyshev 1-0/+4
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-08-18ocfs2: use regular seq_show_option for osb_cluster_stackGravatar Kees Cook 1-2/+1
2023-08-18ocfs2: Use struct_size()Gravatar Christophe JAILLET 1-3/+3
2023-08-18ocfs2: use flexible array in 'struct ocfs2_recovery_map'Gravatar Christophe JAILLET 2-5/+2
2023-08-18fs: convert block_commit_write to return voidGravatar Bean Huo 1-6/+1
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-08-09ocfs2: stop using bdev->bd_super for journal error loggingGravatar Christoph Hellwig 1-3/+3
2023-08-06vfs: get rid of old '->iterate' directory operationGravatar Linus Torvalds 1-2/+3
2023-08-02fs: add CONFIG_BUFFER_HEADGravatar Christoph Hellwig 1-0/+1
2023-07-24ocfs2: convert to ctime accessor functionsGravatar Jeff Layton 12-51/+57
2023-07-20fs: dlm: fix F_CANCELLK to cancel pending requestGravatar Alexander Aring 1-10/+3
2023-07-08docs: update ocfs2-devel mailing list addressGravatar Anthony Iliopoulos 1-3/+3
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-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 3-9/+4
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-3/+4
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-3/+43
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-23ocfs2: remove redundant assignment to variable bit_offGravatar Colin Ian King 1-1/+1
2023-06-12ocfs2: check new file size on fallocate callGravatar Luís Henriques 1-1/+7
2023-06-12ocfs2: fix use-after-free when unmounting read-only filesystemGravatar Luís Henriques 1-2/+4
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-1/+2