index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-02
ocfs2: fix kernel BUG in ocfs2_find_victim_chain
Prithvi Tambewagh
1
-0
/
+10
2025-12-18
ocfs2: fix memory leak in ocfs2_merge_rec_left()
Dmitry Antipov
1
-1
/
+0
2025-12-18
ocfs2: use correct endian in ocfs2_dinode_has_extents
Joseph Qi
1
-4
/
+6
2025-12-18
ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()
Dmitry Antipov
1
-1
/
+7
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
[next]