aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-9/+2
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-28/+6
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik1-0/+1
2025-10-31filemap: Add folio_next_pos()Matthew Wilcox (Oracle)1-1/+1
2025-10-29ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffersChristoph Hellwig1-9/+2
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik2-3/+3
2025-10-20ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usageMateusz Guzik4-25/+3
2025-10-15ocfs2: clear extent cache after moving/defragmenting extentsDeepanshu Kartikey1-0/+5
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds9-36/+28
2025-09-29Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-2/+4
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-09-28ocfs2: fix double free in user_cluster_connect()Dan Carpenter1-0/+1
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-2/+2
2025-09-22ocfs2: avoid extra calls to strlen() after ocfs2_sprintf_system_inode_name()Dmitry Antipov3-21/+17
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-2/+4
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-13ocfs2: add suballoc slot check in ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
2025-09-13ocfs2: fix super block reserved field offset commentyili1-1/+1
2025-09-13ocfs2: remove unnecessary NULL check in ocfs2_grab_folios()Dan Carpenter1-2/+1
2025-09-13ocfs2: remove commented out mlog() statementsThorsten Blum2-12/+0
2025-09-08ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely1-1/+9
2025-08-27ocfs2: prevent release journal inode after journal shutdownEdward Adam Davis1-0/+3
2025-08-12dlm: use defines for force values in dlm_release_lockspaceAlexander Aring1-1/+1
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-30/+96
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-5/+6
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+4
2025-07-19ocfs2: avoid potential ABBA deadlock by reordering tl_inode lockIvan Pravdin1-10/+9
2025-07-19ocfs2: avoid NULL pointer dereference in dx_dir_lookup_rec()Ivan Pravdin1-0/+8
2025-07-19ocfs2/dlm: fix "take a while" typoAhelenia ZiemiaƄska1-1/+1
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-2/+4
2025-07-09ocfs2: update d_splice_alias() return code checkingTetsuo Handa1-2/+5
2025-07-09ocfs2: embed actual values into ocfs2_sysfile_lock_key namesTetsuo Handa1-4/+66
2025-07-09ocfs2: remove redundant NULL check in rename pathLong Li1-2/+2
2025-07-09ocfs2: reset folio to NULL when get folio failsLizhi Xu1-0/+1
2025-07-09ocfs2: replace simple_strtol with kstrtolSu Hui1-11/+4
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner2-4/+4
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes3-5/+6
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-05-11ocfs2: remove unnecessary NULL check before unregister_sysctl_table()Chen Ni1-2/+1
2025-05-11ocfs2: fix possible memory leak in ocfs2_finish_quota_recoveryMurad Masimov1-1/+1
2025-05-11ocfs2: simplify return statement in ocfs2_filecheck_attr_store()Thorsten Blum1-1/+1
2025-05-11ocfs2: o2net_idle_timer: Rename del_timer_sync in commentWangYuli1-1/+1
2025-05-07ocfs2: stop quota recovery before disabling quotasJan Kara5-9/+30
2025-05-07ocfs2: implement handshaking with ocfs2 recovery threadJan Kara2-17/+39