summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-251-1/+1
| * | ocfs2: convert ocfs2_map_page_blocks to use a folioMatthew Wilcox (Oracle)2023-10-251-9/+10
| |/
* | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-1/+1
|\ \
| * | ocfs2: Annotate struct ocfs2_slot_info with __counted_byKees Cook2023-10-021-1/+1
| |/
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-3012-75/+77
|\ \
| * | ocfs2: convert to new timestamp accessorsJeff Layton2023-10-1812-75/+77
| |/
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-3/+3
|\ \
| * | ocfs2: move ocfs2_xattr_handlers and ocfs2_xattr_handler_map to .rodataWedson Almeida Filho2023-10-092-3/+3
| |/
* / ocfs2: Convert to use bdev_open_by_dev()Jan Kara2023-10-281-36/+45
|/
* Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-311-4/+4
|\
| * jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi2023-08-231-4/+4
* | Merge tag 'dlm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2023-08-311-10/+3
|\ \
| * | fs: dlm: fix F_CANCELLK to cancel pending requestAlexander Aring2023-07-201-10/+3
| |/
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\ \
| * | fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
| |/
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-296-43/+43
|\ \
| * | fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev2023-08-181-0/+4
| * | ocfs2: cluster: fix potential deadlock on &o2net_debug_lockChengfeng Ye2023-08-181-20/+20
| * | ocfs2: cluster: fix potential deadlock on &qs->qs_lockChengfeng Ye2023-08-181-13/+13
| * | ocfs2: use regular seq_show_option for osb_cluster_stackKees Cook2023-08-181-2/+1
| * | ocfs2: Use struct_size()Christophe JAILLET2023-08-181-3/+3
| * | ocfs2: use flexible array in 'struct ocfs2_recovery_map'Christophe JAILLET2023-08-182-5/+2
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-6/+1
|\ \
| * | fs: convert block_commit_write to return voidBean Huo2023-08-181-6/+1
| |/
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-3/+3
|\ \
| * | ocfs2: stop using bdev->bd_super for journal error loggingChristoph Hellwig2023-08-091-3/+3
| |/
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-2812-52/+58
|\ \
| * | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * | ocfs2: convert to ctime accessor functionsJeff Layton2023-07-2412-51/+57
| |/