index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]