summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: check dir i_size in ocfs2_find_entrySu Yue2 days1-4/+21
* ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam2024-12-312-1/+2
* ocfs2: fix the space leak in LA when releasing LAHeming Zhao2024-12-191-3/+5
* ocfs2: revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao2024-12-191-19/+0
* ocfs2: update seq_file index in ocfs2_dlm_seq_nextWengang Wang2024-12-061-0/+1
* ocfs2: free inode when ocfs2_get_init_inode() failsTetsuo Handa2024-12-061-1/+3
* Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-267-58/+8
|\
| * ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov2024-11-122-0/+6
| * ocfs2: remove unused errmsg function and tableDr. David Alan Gilbert2024-11-062-55/+0
| * ocfs2: cluster: fix a typoAndrew Kreimer2024-11-061-1/+1
| * ocfs2: fix typo in commentMohammed Anees2024-11-061-1/+1
| * ocfs2: remove unused declaration in header fileZhang Zekun2024-11-061-1/+0
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-14/+10
|\ \
| * | fdget(), more trivial conversionsAl Viro2024-11-031-8/+5
| * | o2hb_region_dev_store(): avoid goto around fdget()/fdput()Al Viro2024-11-031-6/+5
* | | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-11-182-1/+2
|\ \ \
| * \ \ Merge patch series "Fixup NLM and kNFSD file lock callbacks"Christian Brauner2024-10-022-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | exportfs: Remove EXPORT_OP_ASYNC_LOCKBenjamin Coddington2024-10-011-1/+0
| | * | gfs2/ocfs2: set FOP_ASYNC_LOCKBenjamin Coddington2024-09-121-0/+2
* | | | ocfs2: uncache inode which has failed entering the groupDmitry Antipov2024-11-151-0/+2
* | | | ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov2024-11-121-4/+9
* | | | ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner2024-11-071-2/+1
| |_|/ |/| |
* | | ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis2024-10-291-0/+8
* | | fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni2024-10-171-3/+6
|/ /
* | ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi2024-09-261-3/+2
* | ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees2024-09-261-1/+7
* | ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna2024-09-262-12/+25
* | Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-231-4/+2
|\ \
| * | quota: remove unneeded return value of register_quota_formatKemeng Shi2024-07-221-4/+2
| |/
* | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-3/+3
|\ \
| * | introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-3/+3
| |/
* | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-218-47/+40
|\ \
| * | ocfs2: cleanup return value and mlog in ocfs2_global_read_info()Joseph Qi2024-09-101-6/+9
| * | ocfs2: use max() to improve ocfs2_dlm_seq_show()Thorsten Blum2024-09-021-5/+2
| * | ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()qasdev2024-09-021-2/+2
| * | ocfs2: fix unexpected zeroing of virtual diskChi Zhiling2024-09-021-1/+1
| * | ocfs2: remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu2024-09-023-33/+7
| * | ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao2024-09-021-0/+19
| |/
* | Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-193-7/+12
|\ \
| * | ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi2024-09-101-2/+6
| * | ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu2024-09-101-1/+2
| * | ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu2024-09-101-1/+0
| * | ocfs2: fix null-ptr-deref when journal load failed.Julian Sun2024-09-101-3/+4
| |/
* | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-163-3/+12
|\ \
| * | ocfs2: store cookie in private dataChristian Brauner2024-09-123-3/+12
| |/
* | buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)2024-08-071-1/+1
* | ocfs2: Convert ocfs2_write_zero_page to use a folioMatthew Wilcox (Oracle)2024-08-071-8/+9
* | fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-073-9/+9
* | fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-1/+1
|/
* Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-228-44/+67
|\