summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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
|\ \