| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2024-12-18 | ocfs2: revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume" | Heming Zhao | 1 | -19/+0 |
| 2024-12-05 | ocfs2: update seq_file index in ocfs2_dlm_seq_next | Wengang Wang | 1 | -0/+1 |
| 2024-12-05 | ocfs2: free inode when ocfs2_get_init_inode() fails | Tetsuo Handa | 1 | -1/+3 |
| 2024-11-25 | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 7 | -58/+8 |
| 2024-11-18 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -14/+10 |
| 2024-11-18 | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2 | -1/+2 |
| 2024-11-14 | ocfs2: uncache inode which has failed entering the group | Dmitry Antipov | 1 | -0/+2 |
| 2024-11-11 | ocfs2: fix UBSAN warning in ocfs2_verify_volume() | Dmitry Antipov | 1 | -4/+9 |
| 2024-11-11 | ocfs2: fix uninitialized value in ocfs2_file_read_iter() | Dmitry Antipov | 2 | -0/+6 |
| 2024-11-07 | ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove() | Andrew Kanner | 1 | -2/+1 |
| 2024-11-05 | ocfs2: remove unused errmsg function and table | Dr. David Alan Gilbert | 2 | -55/+0 |
| 2024-11-05 | ocfs2: cluster: fix a typo | Andrew Kreimer | 1 | -1/+1 |
| 2024-11-05 | ocfs2: fix typo in comment | Mohammed Anees | 1 | -1/+1 |
| 2024-11-05 | ocfs2: remove unused declaration in header file | Zhang Zekun | 1 | -1/+0 |
| 2024-11-03 | fdget(), more trivial conversions | Al Viro | 1 | -8/+5 |
| 2024-11-03 | o2hb_region_dev_store(): avoid goto around fdget()/fdput() | Al Viro | 1 | -6/+5 |
| 2024-10-28 | ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow | Edward Adam Davis | 1 | -0/+8 |
| 2024-10-17 | fs: Fix uninitialized value issue in from_kuid and from_kgid | Alessandro Zanni | 1 | -3/+6 |
| 2024-10-02 | Merge patch series "Fixup NLM and kNFSD file lock callbacks" | Christian Brauner | 2 | -1/+2 |
| 2024-10-01 | exportfs: Remove EXPORT_OP_ASYNC_LOCK | Benjamin Coddington | 1 | -1/+0 |
| 2024-09-26 | ocfs2: fix uninit-value in ocfs2_get_block() | Joseph Qi | 1 | -3/+2 |
| 2024-09-26 | ocfs2: fix deadlock in ocfs2_get_system_file_inode | Mohammed Anees | 1 | -1/+7 |
| 2024-09-26 | ocfs2: reserve space for inline xattr before attaching reflink tree | Gautham Ananthakrishna | 2 | -12/+25 |
| 2024-09-23 | Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+2 |
| 2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
| 2024-09-21 | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 8 | -47/+40 |
| 2024-09-19 | Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s... | Linus Torvalds | 3 | -7/+12 |
| 2024-09-16 | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 3 | -3/+12 |
| 2024-09-12 | gfs2/ocfs2: set FOP_ASYNC_LOCK | Benjamin Coddington | 1 | -0/+2 |
| 2024-09-12 | ocfs2: store cookie in private data | Christian Brauner | 3 | -3/+12 |
| 2024-09-09 | ocfs2: cleanup return value and mlog in ocfs2_global_read_info() | Joseph Qi | 1 | -6/+9 |
| 2024-09-09 | ocfs2: cancel dqi_sync_work before freeing oinfo | Joseph Qi | 1 | -2/+6 |
| 2024-09-09 | ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate | Lizhi Xu | 1 | -1/+2 |
| 2024-09-09 | ocfs2: remove unreasonable unlock in ocfs2_read_blocks | Lizhi Xu | 1 | -1/+0 |
| 2024-09-09 | ocfs2: fix null-ptr-deref when journal load failed. | Julian Sun | 1 | -3/+4 |
| 2024-09-01 | ocfs2: use max() to improve ocfs2_dlm_seq_show() | Thorsten Blum | 1 | -5/+2 |
| 2024-09-01 | ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume() | qasdev | 1 | -2/+2 |
| 2024-09-01 | ocfs2: fix unexpected zeroing of virtual disk | Chi Zhiling | 1 | -1/+1 |
| 2024-09-01 | ocfs2: remove custom swap functions in favor of built-in sort swap | Kuan-Wei Chiu | 3 | -33/+7 |
| 2024-09-01 | ocfs2: fix the la space leak when unmounting an ocfs2 volume | Heming Zhao | 1 | -0/+19 |
| 2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -3/+3 |
| 2024-08-07 | buffer: Convert __block_write_begin() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-08-07 | ocfs2: Convert ocfs2_write_zero_page to use a folio | Matthew Wilcox (Oracle) | 1 | -8/+9 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 3 | -9/+9 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-07-22 | quota: remove unneeded return value of register_quota_format | Kemeng Shi | 1 | -4/+2 |
| 2024-07-21 | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 8 | -44/+67 |
| 2024-07-04 | ocfs2: add bounds checking to ocfs2_check_dir_entry() | lei lu | 1 | -17/+29 |
| 2024-07-04 | fs: add kernel-doc comments to ocfs2_prepare_orphan_dir() | Yang Li | 1 | -0/+2 |
| 2024-06-24 | ocfs2: constify struct ocfs2_stack_operations | Christophe JAILLET | 3 | -3/+3 |
| 2024-06-24 | ocfs2: constify struct ocfs2_lock_res_ops | Christophe JAILLET | 2 | -15/+15 |
| 2024-06-24 | ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry() | Ferry Meng | 1 | -5/+10 |
| 2024-06-24 | ocfs2: add bounds checking to ocfs2_xattr_find_entry() | Ferry Meng | 1 | -4/+8 |
| 2024-06-24 | ocfs2: fix DIO failure due to insufficient transaction credits | Jan Kara | 4 | -0/+26 |
| 2024-06-15 | ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger() | Joseph Qi | 3 | -82/+131 |
| 2024-06-15 | ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty() | Joseph Qi | 1 | -4/+6 |
| 2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -30/+30 |
| 2024-05-19 | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 15 | -61/+148 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -1/+4 |
| 2024-05-08 | ocfs2: remove redundant assignment to variable status | Colin Ian King | 1 | -1/+0 |
| 2024-04-25 | ocfs2: use coarse time for new created files | Su Yue | 1 | -1/+1 |
| 2024-04-25 | ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_link | Su Yue | 1 | -0/+2 |
| 2024-04-25 | ocfs2: fix races between hole punching and AIO+DIO | Su Yue | 1 | -0/+2 |
| 2024-04-25 | ocfs2: return real error code in ocfs2_dio_wr_get_block | Su Yue | 1 | -2/+0 |
| 2024-04-25 | ocfs2: fix sparse warnings | Heming Zhao | 5 | -15/+16 |
| 2024-04-25 | ocfs2: speed up chain-list searching | Heming Zhao | 1 | -1/+1 |
| 2024-04-25 | ocfs2: adjust enabling place for la window | Heming Zhao | 2 | -12/+8 |
| 2024-04-25 | ocfs2: improve write IO performance when fragmentation is high | Heming Zhao | 5 | -11/+108 |
| 2024-04-25 | ocfs2: update inode ctime in ocfs2_fileattr_set | Su Yue | 1 | -0/+1 |
| 2024-04-25 | ocfs2: correctly use ocfs2_find_next_zero_bit() | Joseph Qi | 3 | -18/+9 |
| 2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 3 | -3/+4 |
| 2024-03-14 | ocfs2: enable ocfs2_listxattr for special files | Su Yue | 1 | -0/+1 |
| 2024-03-14 | ocfs2: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 2 | -5/+4 |
| 2024-03-13 | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -2/+17 |
| 2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 2 | -5/+4 |
| 2024-03-11 | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -2/+2 |
| 2024-03-11 | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -16/+16 |
| 2024-02-25 | ocfs2: port block device access to file | Christian Brauner | 1 | -16/+16 |
| 2024-02-22 | ocfs2: spelling fix | Yongzhen Zhang | 1 | -1/+1 |
| 2024-02-08 | fs: super_set_uuid() | Kent Overstreet | 1 | -2/+2 |
| 2024-02-08 | quota: Properly annotate i_dquot arrays with __rcu | Jan Kara | 2 | -2/+2 |
| 2024-02-05 | ocfs2: adapt to breakup of struct file_lock | Jeff Layton | 2 | -6/+4 |
| 2024-02-05 | filelock: split common fields into struct file_lock_core | Jeff Layton | 2 | -0/+2 |
| 2024-02-05 | ocfs2: convert to using new filelock helpers | Jeff Layton | 2 | -3/+3 |
| 2024-01-23 | quota: Set nofs allocation context when acquiring dqio_sem | Jan Kara | 2 | -0/+15 |
| 2024-01-11 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2 | -16/+0 |
| 2024-01-11 | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -3/+5 |
| 2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+0 |
| 2024-01-10 | Merge tag 'dlm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 1 | -0/+1 |
| 2023-12-29 | fs: convert block_write_full_page to block_write_full_folio | Matthew Wilcox (Oracle) | 2 | -2/+2 |
| 2023-12-29 | ocfs2: remove writepage implementation | Matthew Wilcox (Oracle) | 2 | -11/+6 |
| 2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
| 2023-12-21 | ocfs2_find_match(): there's no such thing as NULL or negative ->d_parent | Al Viro | 1 | -7/+0 |
| 2023-12-21 | __ocfs2_add_entry(), ocfs2_prepare_dir_for_insert(): namelen checks | Al Viro | 1 | -9/+0 |
| 2023-12-10 | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-11-25 | ocfs2: Avoid touching renamed directory if parent does not change | Jan Kara | 1 | -3/+5 |
| 2023-11-16 | dlm: implement EXPORT_OP_ASYNC_LOCK | Alexander Aring | 1 | -0/+1 |
| 2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 6 | -7/+25 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -9/+10 |
| 2023-11-01 | ocfs2: fix a spelling typo in comment | Kunwu Chan | 1 | -1/+1 |
| 2023-11-01 | ocfs2: replace BUG_ON() at ocfs2_num_free_extents() with ocfs2_error() | Jia Rui | 1 | -1/+8 |
| 2023-10-30 | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 12 | -75/+77 |
| 2023-10-30 | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2 | -3/+3 |
| 2023-10-28 | ocfs2: Convert to use bdev_open_by_dev() | Jan Kara | 1 | -36/+45 |
| 2023-10-25 | buffer: remove folio_create_empty_buffers() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-10-25 | ocfs2: convert ocfs2_map_page_blocks to use a folio | Matthew Wilcox (Oracle) | 1 | -9/+10 |
| 2023-10-18 | ocfs2: fix a typo in a comment | Yuanheng Zhang | 1 | -1/+1 |
| 2023-10-18 | fs: ocfs2: check status values | Artem Chernyshev | 2 | -0/+12 |
| 2023-10-18 | ocfs2: annotate struct ocfs2_replay_map with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-10-18 | ocfs2: convert to new timestamp accessors | Jeff Layton | 12 | -75/+77 |
| 2023-10-09 | ocfs2: move ocfs2_xattr_handlers and ocfs2_xattr_handler_map to .rodata | Wedson Almeida Filho | 2 | -3/+3 |
| 2023-10-04 | fs: ocfs2: replace strlcpy with sysfs_emit | Azeem Shaikh | 1 | -2/+1 |
| 2023-10-04 | ocfs2: correct range->len in ocfs2_trim_fs() | Yuanheng Zhang | 1 | -1/+1 |
| 2023-10-02 | ocfs2: Annotate struct ocfs2_slot_info with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-08-31 | Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+4 |
| 2023-08-31 | Merge tag 'dlm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 1 | -10/+3 |
| 2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-08-29 | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 6 | -43/+43 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -6/+1 |
| 2023-08-28 | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -3/+3 |
| 2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 12 | -52/+58 |
| 2023-08-23 | jbd2: jbd2_journal_init_{dev,inode} return proper error return value | Zhang Yi | 1 | -4/+4 |
| 2023-08-18 | fs: ocfs2: namei: check return value of ocfs2_add_entry() | Artem Chernyshev | 1 | -0/+4 |
| 2023-08-18 | ocfs2: cluster: fix potential deadlock on &o2net_debug_lock | Chengfeng Ye | 1 | -20/+20 |
| 2023-08-18 | ocfs2: cluster: fix potential deadlock on &qs->qs_lock | Chengfeng Ye | 1 | -13/+13 |
| 2023-08-18 | ocfs2: use regular seq_show_option for osb_cluster_stack | Kees Cook | 1 | -2/+1 |
| 2023-08-18 | ocfs2: Use struct_size() | Christophe JAILLET | 1 | -3/+3 |
| 2023-08-18 | ocfs2: use flexible array in 'struct ocfs2_recovery_map' | Christophe JAILLET | 2 | -5/+2 |
| 2023-08-18 | fs: convert block_commit_write to return void | Bean Huo | 1 | -6/+1 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
| 2023-08-09 | ocfs2: stop using bdev->bd_super for journal error logging | Christoph Hellwig | 1 | -3/+3 |
| 2023-08-06 | vfs: get rid of old '->iterate' directory operation | Linus Torvalds | 1 | -2/+3 |
| 2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 1 | -0/+1 |
| 2023-07-24 | ocfs2: convert to ctime accessor functions | Jeff Layton | 12 | -51/+57 |
| 2023-07-20 | fs: dlm: fix F_CANCELLK to cancel pending request | Alexander Aring | 1 | -10/+3 |
| 2023-07-08 | docs: update ocfs2-devel mailing list address | Anthony Iliopoulos | 1 | -3/+3 |
| 2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -17/+21 |
| 2023-06-28 | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 3 | -9/+4 |
| 2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -3/+4 |
| 2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -3/+43 |
| 2023-06-24 | ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage() | David Howells | 1 | -6/+9 |
| 2023-06-24 | ocfs2: Fix use of slab data with sendpage | David Howells | 1 | -11/+12 |
| 2023-06-23 | ocfs2: remove redundant assignment to variable bit_off | Colin Ian King | 1 | -1/+1 |
| 2023-06-12 | ocfs2: check new file size on fallocate call | Luís Henriques | 1 | -1/+7 |
| 2023-06-12 | ocfs2: fix use-after-free when unmounting read-only filesystem | Luís Henriques | 1 | -2/+4 |
| 2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 1 | -1/+2 |
| 2023-06-12 | block: use the holder as indication for exclusive opens | Christoph Hellwig | 1 | -2/+2 |