summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-12ocfs2: store cookie in private dataChristian Brauner
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)
2024-08-07ocfs2: Convert ocfs2_write_zero_page to use a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-04ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu
2024-07-04fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()Yang Li
2024-06-24ocfs2: constify struct ocfs2_stack_operationsChristophe JAILLET
2024-06-24ocfs2: constify struct ocfs2_lock_res_opsChristophe JAILLET
2024-06-24ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng
2024-06-24ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng
2024-06-24ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara
2024-06-15ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi
2024-06-15ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()Joseph Qi
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-08ocfs2: remove redundant assignment to variable statusColin Ian King
2024-04-25ocfs2: use coarse time for new created filesSu Yue
2024-04-25ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue
2024-04-25ocfs2: fix races between hole punching and AIO+DIOSu Yue
2024-04-25ocfs2: return real error code in ocfs2_dio_wr_get_blockSu Yue
2024-04-25ocfs2: fix sparse warningsHeming Zhao
2024-04-25ocfs2: speed up chain-list searchingHeming Zhao
2024-04-25ocfs2: adjust enabling place for la windowHeming Zhao
2024-04-25ocfs2: improve write IO performance when fragmentation is highHeming Zhao
2024-04-25ocfs2: update inode ctime in ocfs2_fileattr_setSu Yue
2024-04-25ocfs2: correctly use ocfs2_find_next_zero_bit()Joseph Qi
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14ocfs2: enable ocfs2_listxattr for special filesSu Yue
2024-03-14ocfs2: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-02-25ocfs2: port block device access to fileChristian Brauner
2024-02-22ocfs2: spelling fixYongzhen Zhang
2024-02-08fs: super_set_uuid()Kent Overstreet
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara
2024-02-05ocfs2: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-05ocfs2: convert to using new filelock helpersJeff Layton
2024-01-23quota: Set nofs allocation context when acquiring dqio_semJan Kara
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2024-01-10Merge tag 'dlm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)