summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-30/+30
* Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-1915-61/+148
|\
| * ocfs2: remove redundant assignment to variable statusColin Ian King2024-05-081-1/+0
| * ocfs2: use coarse time for new created filesSu Yue2024-04-251-1/+1
| * ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue2024-04-251-0/+2
| * ocfs2: fix races between hole punching and AIO+DIOSu Yue2024-04-251-0/+2
| * ocfs2: return real error code in ocfs2_dio_wr_get_blockSu Yue2024-04-251-2/+0
| * ocfs2: fix sparse warningsHeming Zhao2024-04-255-15/+16
| * ocfs2: speed up chain-list searchingHeming Zhao2024-04-251-1/+1
| * ocfs2: adjust enabling place for la windowHeming Zhao2024-04-252-12/+8
| * ocfs2: improve write IO performance when fragmentation is highHeming Zhao2024-04-255-11/+108
| * ocfs2: update inode ctime in ocfs2_fileattr_setSu Yue2024-04-251-0/+1
| * ocfs2: correctly use ocfs2_find_next_zero_bit()Joseph Qi2024-04-253-18/+9
* | net: change proto and proto_ops accept typeJens Axboe2024-05-131-1/+4
|/
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-143-3/+4
|\
| * ocfs2: enable ocfs2_listxattr for special filesSu Yue2024-03-141-0/+1
| * ocfs2: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-142-5/+4
| * ocfs2: spelling fixYongzhen Zhang2024-02-221-1/+1
* | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-134-2/+17
|\ \
| * | quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-082-2/+2
| * | quota: Set nofs allocation context when acquiring dqio_semJan Kara2024-01-232-0/+15
| |/
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-122-5/+4
* | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-2/+2
|\ \
| * | fs: super_set_uuid()Kent Overstreet2024-02-081-2/+2
| |/
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-16/+16
|\ \
| * | ocfs2: port block device access to fileChristian Brauner2024-02-251-16/+16
| |/
* | ocfs2: adapt to breakup of struct file_lockJeff Layton2024-02-052-6/+4
* | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-052-0/+2
* | ocfs2: convert to using new filelock helpersJeff Layton2024-02-052-3/+3
|/
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-112-16/+0
|\
| * ocfs2_find_match(): there's no such thing as NULL or negative ->d_parentAl Viro2023-12-211-7/+0
| * __ocfs2_add_entry(), ocfs2_prepare_dir_for_insert(): namelen checksAl Viro2023-12-211-9/+0
* | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-3/+5
|\ \
| * | ocfs2: Avoid touching renamed directory if parent does not changeJan Kara2023-11-251-3/+5
| |/
* | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\ \
| * | fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
| |/
* | Merge tag 'dlm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2024-01-101-0/+1
|\ \
| * | dlm: implement EXPORT_OP_ASYNC_LOCKAlexander Aring2023-11-161-0/+1
| |/
* | fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)2023-12-292-2/+2
* | ocfs2: remove writepage implementationMatthew Wilcox (Oracle)2023-12-292-11/+6
* | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-026-7/+25
|\
| * ocfs2: fix a spelling typo in commentKunwu Chan2023-11-011-1/+1
| * ocfs2: replace BUG_ON() at ocfs2_num_free_extents() with ocfs2_error()Jia Rui2023-11-011-1/+8
| * ocfs2: fix a typo in a commentYuanheng Zhang2023-10-181-1/+1
| * fs: ocfs2: check status valuesArtem Chernyshev2023-10-182-0/+12
| * ocfs2: annotate struct ocfs2_replay_map with __counted_byKees Cook2023-10-181-1/+1
| * fs: ocfs2: replace strlcpy with sysfs_emitAzeem Shaikh2023-10-041-2/+1
| * ocfs2: correct range->len in ocfs2_trim_fs()Yuanheng Zhang2023-10-041-1/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-9/+10
|\ \