aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-2/+2
2023-06-09ocfs2: cleanup trace eventsGravatar Joseph Qi 1-2/+0
2023-06-09ocfs2: correct return value of ocfs2_local_free_info()Gravatar Joseph Qi 1-6/+3
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-05-24ocfs2: Provide a splice-read wrapperGravatar David Howells 2-2/+42
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-11/+26
2023-04-24Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2023-04-24Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+5
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-9/+5
2023-04-24Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-4/+28
2023-04-21ocfs2: reduce ioctl stack usageGravatar Arnd Bergmann 1-11/+26
2023-03-23ocfs2: Switch to security_inode_init_security()Gravatar Roberto Sassu 2-4/+28
2023-03-12ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_pageGravatar Christoph Hellwig 1-4/+5
2023-03-07ocfs2: fix data corruption after failed writeGravatar Jan Kara via Ocfs2-devel 1-2/+17
2023-03-06fs: rename generic posix acl handlersGravatar Christian Brauner 1-7/+5
2023-03-06fs: drop unused posix acl handlersGravatar Christian Brauner 1-2/+0
2023-03-05__blockdev_direct_IO(): get rid of submit_io callbackGravatar Al Viro 1-1/+1
2023-02-27ocfs2: fix non-auto defrag path not working issueGravatar Heming Zhao via Ocfs2-devel 1-11/+13
2023-02-27ocfs2: fix defrag path triggering jbd2 ASSERTGravatar Heming Zhao via Ocfs2-devel 1-10/+0
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+15
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+5
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-39/+39
2023-01-26fs: build the legacy direct I/O code conditionallyGravatar Christoph Hellwig 1-0/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Gravatar Peilin Ye 1-0/+5
2023-01-19quota: port to mnt_idmapGravatar Christian Brauner 1-2/+1
2023-01-19fs: port privilege checking helpers to mnt_idmapGravatar Christian Brauner 2-3/+3
2023-01-19fs: port inode_init_owner() to mnt_idmapGravatar Christian Brauner 2-3/+3
2023-01-19fs: port acl to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port xattr to mnt_idmapGravatar Christian Brauner 1-3/+3
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 3-5/+5
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapGravatar Christian Brauner 2-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 2-2/+2