summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2023-09-01Merge tag 'dlm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-10/+3
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds6-43/+43
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+1
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+3
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds12-52/+58
2023-08-23jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi1-4/+4
2023-08-18fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev1-0/+4
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-08-18ocfs2: use regular seq_show_option for osb_cluster_stackKees Cook1-2/+1
2023-08-18ocfs2: Use struct_size()Christophe JAILLET1-3/+3
2023-08-18ocfs2: use flexible array in 'struct ocfs2_recovery_map'Christophe JAILLET2-5/+2
2023-08-18fs: convert block_commit_write to return voidBean Huo1-6/+1
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-09ocfs2: stop using bdev->bd_super for journal error loggingChristoph Hellwig1-3/+3
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-2/+3
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-24ocfs2: convert to ctime accessor functionsJeff Layton12-51/+57
2023-07-21fs: dlm: fix F_CANCELLK to cancel pending requestAlexander Aring1-10/+3
2023-07-08docs: update ocfs2-devel mailing list addressAnthony Iliopoulos1-3/+3
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-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds3-9/+4
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2-3/+43
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-24ocfs2: remove redundant assignment to variable bit_offColin Ian King1-1/+1
2023-06-12ocfs2: check new file size on fallocate callLuís Henriques1-1/+7
2023-06-12ocfs2: fix use-after-free when unmounting read-only filesystemLuís Henriques1-2/+4
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-10ocfs2: cleanup trace eventsJoseph Qi1-2/+0
2023-06-10ocfs2: correct return value of ocfs2_local_free_info()Joseph Qi1-6/+3
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24ocfs2: Provide a splice-read wrapperDavid Howells2-2/+42
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-11/+26
2023-04-25Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2023-04-25Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+5
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-9/+5
2023-04-24Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+28
2023-04-22ocfs2: reduce ioctl stack usageArnd Bergmann1-11/+26
2023-03-24ocfs2: Switch to security_inode_init_security()Roberto Sassu2-4/+28
2023-03-13ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_pageChristoph Hellwig1-4/+5
2023-03-08ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel1-2/+17
2023-03-06fs: rename generic posix acl handlersChristian Brauner1-7/+5
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-2/+0
2023-03-06__blockdev_direct_IO(): get rid of submit_io callbackAl Viro1-1/+1