| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'fs-next' of linux-next | Mark Brown | 1 | -1/+0 |
| 3 days | ocfs2: reject oversized group bitmap descriptors | Zhang Cen | 1 | -0/+22 |
| 3 days | ocfs2: rebase copied fsdlm LVB pointers in locking_state | Zhang Cen | 1 | -0/+17 |
| 3 days | ocfs2: reject non-inline dinodes with i_size and zero i_clusters | Michael Bommarito | 1 | -0/+60 |
| 3 days | ocfs2: reject dinodes whose i_rdev disagrees with the file type | Michael Bommarito | 1 | -0/+55 |
| 3 days | ocfs2: reject dinodes with non-canonical i_mode type | Michael Bommarito | 1 | -2/+34 |
| 3 days | ocfs2: kill osb->system_file_mutex lock | Tetsuo Handa | 3 | -10/+3 |
| 3 days | ocfs2: validate inline xattr header before reflinking inline xattrs | ZhengYuan Huang | 1 | -6/+13 |
| 3 days | ocfs2: validate inline xattr header before inline refcount attach | ZhengYuan Huang | 1 | -3/+6 |
| 3 days | ocfs2: validate inline xattr header before ibody remove | ZhengYuan Huang | 1 | -3/+3 |
| 3 days | ocfs2: validate inline xattr header before checking outside values | ZhengYuan Huang | 1 | -3/+4 |
| 3 days | ocfs2: validate inline xattr header before ibody lookups | ZhengYuan Huang | 1 | -35/+47 |
| 3 days | ocfs2: don't BUG_ON an invalid journal dinode | ZhengYuan Huang | 1 | -5/+2 |
| 3 days | ocfs2: reject inconsistent inode size before truncate | ZhengYuan Huang | 1 | -9/+14 |
| 3 days | ocfs2: use kzalloc for quota recovery bitmap allocation | Tristan Madani | 1 | -1/+1 |
| 2026-05-11 | fs: RCU-ify filesystems list | Christian Brauner | 1 | -1/+0 |
| 2026-04-21 | Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2026-04-17 | Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+7 |
| 2026-04-16 | Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 15 | -117/+244 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+0 |
| 2026-04-15 | ocfs2: validate group add input before caching | ZhengYuan Huang | 1 | -5/+7 |
| 2026-04-15 | ocfs2: validate bg_bits during freefrag scan | ZhengYuan Huang | 1 | -1/+17 |
| 2026-04-15 | ocfs2: fix listxattr handling when the buffer is full | ZhengYuan Huang | 1 | -2/+2 |
| 2026-04-15 | ocfs2: use get_random_u32() where appropriate | David Carlier | 1 | -1/+1 |
| 2026-04-15 | ocfs2: split transactions in dio completion to avoid credit exhaustion | Heming Zhao | 1 | -29/+45 |
| 2026-04-15 | ocfs2: remove redundant l_next_free_rec check in __ocfs2_find_path() | Joseph Qi | 1 | -12/+0 |
| 2026-04-15 | ocfs2: validate extent block list fields during block read | Joseph Qi | 1 | -1/+22 |
| 2026-04-15 | ocfs2: remove empty extent list check in ocfs2_dx_dir_lookup_rec() | Joseph Qi | 1 | -12/+3 |
| 2026-04-15 | ocfs2: validate dx_root extent list fields during block read | Joseph Qi | 1 | -9/+25 |
| 2026-04-15 | ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRY | Tejas Bharambe | 2 | -10/+7 |
| 2026-04-15 | ocfs2: handle invalid dinode in ocfs2_group_extend | ZhengYuan Huang | 1 | -3/+7 |
| 2026-04-15 | ocfs2: validate bg_list extent bounds in discontig groups | ZhengYuan Huang | 1 | -0/+25 |
| 2026-04-15 | ocfs2/heartbeat: fix slot mapping rollback leaks on error paths | Yufan Chen | 1 | -27/+56 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -4/+0 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -27/+27 |
| 2026-04-09 | ocfs2: use jbd2 jinode dirty range accessor | Li Chen | 1 | -2/+7 |
| 2026-04-06 | ocfs2: fix out-of-bounds write in ocfs2_write_end_inline | Joseph Qi | 1 | -0/+10 |
| 2026-04-05 | fs: remove unncessary pagevec.h includes | Tal Zussman | 1 | -1/+0 |
| 2026-04-02 | for_each_alias(): helper macro for iterating through dentries of given inode | Al Viro | 1 | -1/+1 |
| 2026-03-27 | ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparison | Junrui Luo | 1 | -1/+1 |
| 2026-03-27 | ocfs2/dlm: validate qr_numregions in dlm_match_regions() | Junrui Luo | 1 | -0/+8 |
| 2026-03-27 | ocfs2: remove redundant error code assignment | Alexey Velichayshiy | 1 | -1/+0 |
| 2026-03-27 | ocfs2: fix possible deadlock between unlink and dio_end_io_write | Joseph Qi | 1 | -2/+1 |
| 2026-03-27 | ocfs2: fix deadlock when creating quota file | Heming Zhao | 2 | -2/+18 |
| 2026-03-26 | ocfs2: Drop pointless sync_mapping_buffers() calls | Jan Kara | 2 | -4/+0 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 9 | -27/+27 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 3 | -8/+4 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -2/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 16 | -27/+27 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 31 | -79/+73 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 12 | -47/+399 |
| 2026-01-31 | ocfs2: fix reflink preserve cleanup issue | Heming Zhao | 1 | -0/+4 |
| 2026-01-26 | ocfs2: add check for free bits before allocation in ocfs2_move_extent() | Deepanshu Kartikey | 1 | -1/+6 |
| 2026-01-26 | ocfs2: adjust function name reference | Julia Lawall | 1 | -1/+1 |
| 2026-01-20 | ocfs2: annotate more flexible array members with __counted_by_le() | Dmitry Antipov | 2 | -5/+3 |
| 2026-01-20 | ocfs2: fix oob in __ocfs2_find_path | Edward Adam Davis | 1 | -4/+5 |
| 2026-01-20 | ocfs2: add validate function for slot map blocks | Prithvi Tambewagh | 1 | -2/+25 |
| 2026-01-20 | ocfs2: adjust ocfs2_xa_remove_entry() to match UBSAN boundary checks | Dmitry Antipov | 1 | -2/+3 |
| 2026-01-20 | ocfs2: validate inline data i_size during inode read | Deepanshu Kartikey | 1 | -6/+19 |
| 2026-01-20 | ocfs2: validate i_refcount_loc when refcount flag is set | Deepanshu Kartikey | 1 | -0/+7 |
| 2026-01-20 | ocfs2: constify struct configfs_item_operations and configfs_group_operations | Christophe JAILLET | 2 | -6/+6 |
| 2026-01-20 | ocfs2: detect released suballocator BG for fh_to_[dentry|parent] | Heming Zhao | 2 | -11/+21 |
| 2026-01-20 | ocfs2: give ocfs2 the ability to reclaim suballocator free bg | Heming Zhao | 1 | -9/+299 |
| 2026-01-12 | ocfs2: add setlease file operation | Jeff Layton | 1 | -0/+5 |
| 2025-12-13 | Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 14 | -29/+106 |
| 2025-12-10 | ocfs2: fix memory leak in ocfs2_merge_rec_left() | Dmitry Antipov | 1 | -1/+0 |
| 2025-12-10 | ocfs2: invalidate inode if i_mode is zero after block read | Ahmet Eray Karadag | 1 | -0/+8 |
| 2025-12-10 | ocfs2: avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -2/+6 |
| 2025-12-10 | ocfs2: convert remaining read-only checks to ocfs2_emergency_state | Ahmet Eray Karadag | 6 | -11/+10 |
| 2025-12-10 | ocfs2: add ocfs2_emergency_state helper and apply to setattr | Ahmet Eray Karadag | 2 | -0/+24 |
| 2025-12-10 | ocfs2: fix kernel BUG in ocfs2_find_victim_chain | Prithvi Tambewagh | 1 | -0/+10 |
| 2025-12-10 | ocfs2: validate inline xattr size and entry count in ocfs2_xattr_ibody_list | Deepanshu Kartikey | 1 | -2/+28 |
| 2025-12-10 | ocfs2: replace deprecated strcpy with strscpy | Thorsten Blum | 6 | -11/+16 |
| 2025-12-10 | ocfs2: check tl_used after reading it from trancate log inode | Edward Adam Davis | 1 | -2/+4 |
| 2025-12-06 | ocfs2: fix xattr array entry __counted_by error | Linus Torvalds | 1 | -1/+1 |
| 2025-12-06 | Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 6 | -21/+113 |
| 2025-12-05 | Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+3 |
| 2025-12-03 | Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -3/+3 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -9/+2 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -28/+6 |
| 2025-11-20 | ocfs2: mark inode bad upon validation failure during read | Ahmet Eray Karadag | 1 | -0/+2 |
| 2025-11-20 | ocfs2: replace deprecated strcpy with strscpy | Thorsten Blum | 1 | -2/+3 |
| 2025-11-20 | ocfs2: replace deprecated strcpy in ocfs2_create_xattr_block | Thorsten Blum | 1 | -1/+1 |
| 2025-11-20 | ocfs2: validate cl_bpc in allocator inodes to prevent divide-by-zero | Deepanshu Kartikey | 1 | -0/+10 |
| 2025-11-20 | ocfs2: add extra consistency checks for chain allocator dinodes | Dmitry Antipov | 1 | -0/+17 |
| 2025-11-16 | convert dlmfs | Al Viro | 1 | -5/+3 |
| 2025-11-12 | ocfs2: add inline inode consistency check to ocfs2_validate_inode_block() | Dmitry Antipov | 1 | -0/+8 |
| 2025-11-12 | ocfs2: convert to host endian in ocfs2_validate_inode_block | Joseph Qi | 1 | -1/+1 |
| 2025-11-12 | ocfs2: use correct endian in ocfs2_dinode_has_extents | Joseph Qi | 1 | -4/+6 |
| 2025-11-12 | ocfs2: add boundary check to ocfs2_check_dir_entry() | Dmitry Antipov | 1 | -2/+15 |
| 2025-11-12 | ocfs2: add directory size check to ocfs2_find_dir_space_id() | Dmitry Antipov | 1 | -0/+8 |
| 2025-11-12 | ocfs2: add extra consistency check to ocfs2_dx_dir_lookup_rec() | Dmitry Antipov | 1 | -0/+8 |
| 2025-11-12 | ocfs2: annotate flexible array members with __counted_by_le() | Dmitry Antipov | 2 | -10/+21 |
| 2025-11-12 | ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent() | Dmitry Antipov | 1 | -1/+7 |
| 2025-11-11 | ocfs2: add extra flags check in ocfs2_ioctl_move_extents() | Dmitry Antipov | 1 | -0/+6 |
| 2025-11-05 | fs: inline current_umask() and move it to fs_struct.h | Mateusz Guzik | 1 | -0/+1 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -2/+2 |
| 2025-10-31 | filemap: Add folio_next_pos() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-10-29 | ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_... | Christoph Hellwig | 1 | -9/+2 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 2 | -3/+3 |
| 2025-10-20 | ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usage | Mateusz Guzik | 4 | -25/+3 |
| 2025-10-15 | ocfs2: clear extent cache after moving/defragmenting extents | Deepanshu Kartikey | 1 | -0/+5 |
| 2025-10-02 | Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 9 | -36/+28 |
| 2025-09-29 | Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -2/+4 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-28 | ocfs2: fix double free in user_cluster_connect() | Dan Carpenter | 1 | -0/+1 |
| 2025-09-23 | VFS: rename kern_path_locked() and related functions. | NeilBrown | 1 | -2/+2 |
| 2025-09-22 | ocfs2: avoid extra calls to strlen() after ocfs2_sprintf_system_inode_name() | Dmitry Antipov | 3 | -21/+17 |
| 2025-09-19 | fs: WQ_PERCPU added to alloc_workqueue users | Marco Crivellari | 2 | -2/+4 |
| 2025-09-15 | fs: rename generic_delete_inode() and generic_drop_inode() | Mateusz Guzik | 1 | -1/+1 |
| 2025-09-13 | ocfs2: add suballoc slot check in ocfs2_validate_inode_block() | Dmitry Antipov | 1 | -0/+8 |
| 2025-09-13 | ocfs2: fix super block reserved field offset comment | yili | 1 | -1/+1 |
| 2025-09-13 | ocfs2: remove unnecessary NULL check in ocfs2_grab_folios() | Dan Carpenter | 1 | -2/+1 |
| 2025-09-13 | ocfs2: remove commented out mlog() statements | Thorsten Blum | 2 | -12/+0 |
| 2025-09-08 | ocfs2: fix recursive semaphore deadlock in fiemap call | Mark Tinguely | 1 | -1/+9 |
| 2025-08-27 | ocfs2: prevent release journal inode after journal shutdown | Edward Adam Davis | 1 | -0/+3 |
| 2025-08-12 | dlm: use defines for force values in dlm_release_lockspace | Alexander Aring | 1 | -1/+1 |
| 2025-08-03 | Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 7 | -30/+96 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -4/+4 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -5/+6 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+4 |
| 2025-07-19 | ocfs2: avoid potential ABBA deadlock by reordering tl_inode lock | Ivan Pravdin | 1 | -10/+9 |
| 2025-07-19 | ocfs2: avoid NULL pointer dereference in dx_dir_lookup_rec() | Ivan Pravdin | 1 | -0/+8 |
| 2025-07-19 | ocfs2/dlm: fix "take a while" typo | Ahelenia ZiemiaĆska | 1 | -1/+1 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -2/+4 |
| 2025-07-09 | ocfs2: update d_splice_alias() return code checking | Tetsuo Handa | 1 | -2/+5 |
| 2025-07-09 | ocfs2: embed actual values into ocfs2_sysfile_lock_key names | Tetsuo Handa | 1 | -4/+66 |
| 2025-07-09 | ocfs2: remove redundant NULL check in rename path | Long Li | 1 | -2/+2 |
| 2025-07-09 | ocfs2: reset folio to NULL when get folio fails | Lizhi Xu | 1 | -0/+1 |
| 2025-07-09 | ocfs2: replace simple_strtol with kstrtol | Su Hui | 1 | -11/+4 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 2 | -4/+4 |
| 2025-06-19 | fs: replace mmap hook with .mmap_prepare for simple mappings | Lorenzo Stoakes | 3 | -5/+6 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+2 |
| 2025-05-11 | ocfs2: remove unnecessary NULL check before unregister_sysctl_table() | Chen Ni | 1 | -2/+1 |
| 2025-05-11 | ocfs2: fix possible memory leak in ocfs2_finish_quota_recovery | Murad Masimov | 1 | -1/+1 |
| 2025-05-11 | ocfs2: simplify return statement in ocfs2_filecheck_attr_store() | Thorsten Blum | 1 | -1/+1 |
| 2025-05-11 | ocfs2: o2net_idle_timer: Rename del_timer_sync in comment | WangYuli | 1 | -1/+1 |
| 2025-05-07 | ocfs2: stop quota recovery before disabling quotas | Jan Kara | 5 | -9/+30 |
| 2025-05-07 | ocfs2: implement handshaking with ocfs2 recovery thread | Jan Kara | 2 | -17/+39 |
| 2025-05-07 | ocfs2: switch osb->disable_recovery to enum | Jan Kara | 2 | -7/+14 |
| 2025-05-07 | ocfs2: fix panic in failed foilio allocation | Mark Tinguely | 1 | -0/+1 |
| 2025-05-07 | ocfs2: fix the issue with discontiguous allocation in the global_bitmap | Heming Zhao | 2 | -6/+33 |
| 2025-04-22 | fs/ocfs2: use sleeping version of __find_get_block() | Davidlohr Bueso | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-04-01 | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 3 | -13/+14 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -3/+3 |
| 2025-03-16 | ocfs2: remove reference to bh->b_page | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-03-16 | ocfs2: use memcpy_to_folio() in ocfs2_symlink_get_block() | Matthew Wilcox (Oracle) | 1 | -12/+5 |
| 2025-03-16 | ocfs2: validate l_tree_depth to avoid out-of-bounds access | Vasiliy Kovalev | 1 | -0/+8 |
| 2025-03-16 | fs: convert block_commit_write() to take a folio | Matthew Wilcox (Oracle) | 2 | -3/+3 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 2 | -10/+10 |
| 2025-02-01 | ocfs2: fix incorrect CPU endianness conversion causing mount failure | Heming Zhao | 1 | -1/+1 |
| 2025-01-30 | Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+5 |
| 2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
| 2025-01-27 | ocfs2_dentry_revalidate(): use stable parent inode and name passed by caller | Al Viro | 1 | -8/+3 |
| 2025-01-27 | Pass parent directory inode and expected name to ->d_revalidate() | Al Viro | 1 | -1/+2 |
| 2025-01-26 | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 35 | -734/+705 |
| 2025-01-24 | ocfs2: use str_yes_no() and str_no_yes() helper functions | Thorsten Blum | 4 | -15/+16 |
| 2025-01-24 | ocfs2: remove parameter parent_fe_bh from __ocfs2_mknod_locked | Su Yue | 1 | -4/+3 |
| 2025-01-24 | ocfs2: mark dquot as inactive if failed to start trans while releasing dquot | Su Yue | 1 | -0/+5 |
| 2025-01-24 | ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_info | Su Yue | 1 | -0/+15 |
| 2025-01-24 | ocfs2: correct l_next_free_rec in online check | Julian Sun | 1 | -0/+24 |
| 2025-01-24 | ocfs2: check el->l_next_free_rec in ocfs2_get_clusters_nocache | Julian Sun | 1 | -0/+10 |
| 2025-01-15 | ocfs2: check dir i_size in ocfs2_find_entry | Su Yue | 1 | -4/+21 |
| 2025-01-12 | ocfs2: support large folios in ocfs2_write_zero_page() | Mark Tinguely | 1 | -4/+4 |
| 2025-01-12 | ocfs2: support large folios in ocfs2_zero_cluster_folios() | Mark Tinguely | 1 | -9/+5 |
| 2025-01-12 | ocfs2: remove ocfs2_start_walk_page_trans() prototype | Matthew Wilcox (Oracle) | 1 | -5/+0 |
| 2025-01-12 | ocfs2: use a folio in ocfs2_fast_symlink_read_folio() | Matthew Wilcox (Oracle) | 1 | -8/+3 |
| 2025-01-12 | ocfs2: convert ocfs2_read_inline_data() to take a folio | Matthew Wilcox (Oracle) | 3 | -16/+8 |
| 2025-01-12 | ocfs2: convert ocfs2_map_and_dirty_page() to ocfs2_map_and_dirty_folio() | Mark Tinguely | 3 | -15/+13 |
| 2025-01-12 | ocfs2: convert ocfs2_duplicate_clusters_by_page() to use a folio | Mark Tinguely | 1 | -17/+15 |
| 2025-01-12 | ocfs2: use an array of folios instead of an array of pages | Mark Tinguely | 4 | -65/+49 |
| 2025-01-12 | ocfs2: convert ocfs2_clear_page_regions() to ocfs2_clear_folio_regions() | Mark Tinguely | 1 | -5/+4 |
| 2025-01-12 | ocfs2: convert ocfs2_map_page_blocks() to ocfs2_map_folio_blocks() | Mark Tinguely | 3 | -12/+10 |
| 2025-01-12 | ocfs2: use a folio in ocfs2_map_and_dirty_page() | Mark Tinguely | 1 | -5/+6 |
| 2025-01-12 | ocfs2: use a folio in ocfs2_prepare_page_for_write() | Mark Tinguely | 1 | -9/+9 |
| 2025-01-12 | ocfs2: use a folio in ocfs2_write_end_nolock() | Mark Tinguely | 1 | -20/+17 |
| 2025-01-12 | ocfs2: convert ocfs2_write_failure() to use a folio | Mark Tinguely | 1 | -4/+3 |
| 2025-01-12 | ocfs2: convert w_pages to w_folios | Mark Tinguely | 2 | -54/+65 |
| 2025-01-12 | ocfs2: convert ocfs2_inode_lock_with_page() to ocfs2_inode_lock_with_folio() | Mark Tinguely | 3 | -15/+11 |
| 2025-01-12 | ocfs2: convert ocfs2_readpage_inline() to take a folio | Mark Tinguely | 1 | -5/+5 |
| 2025-01-12 | ocfs2: pass mmap_folio around instead of mmap_page | Matthew Wilcox (Oracle) | 3 | -23/+22 |
| 2025-01-12 | ocfs2: use a folio in ocfs2_write_begin_inline() | Mark Tinguely | 1 | -9/+10 |
| 2025-01-12 | ocfs2: use a folio in ocfs2_zero_new_buffers() | Mark Tinguely | 1 | -7/+7 |
| 2025-01-12 | ocfs2: convert w_target_page to w_target_folio | Mark Tinguely | 1 | -32/+31 |
| 2025-01-12 | ocfs2: convert ocfs2_page_mkwrite() to use a folio | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2025-01-12 | ocfs2: handle a symlink read error correctly | Matthew Wilcox (Oracle) | 1 | -2/+3 |
| 2025-01-12 | ocfs2: replace deprecated simple_strtol with kstrtol | Daniel Yang | 1 | -2/+3 |
| 2025-01-12 | ocfs2: miscellaneous spelling fixes | Dmitry Antipov | 22 | -52/+52 |
| 2025-01-12 | ocfs2: heartbeat: replace simple_strtoul with kstrtoul | Daniel Yang | 1 | -9/+12 |
| 2025-01-12 | ocfs2: convert to the new mount API | Eric Sandeen | 2 | -329/+274 |
| 2025-01-12 | dlmfs: convert to the new mount API | Eric Sandeen | 1 | -7/+16 |
| 2024-12-30 | ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv | Dennis Lam | 2 | -1/+2 |
| 2024-12-18 | ocfs2: fix the space leak in LA when releasing LA | Heming Zhao | 1 | -3/+5 |