summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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-091-6/+9
| * | ocfs2: use max() to improve ocfs2_dlm_seq_show()Thorsten Blum2024-09-011-5/+2
| * | ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()qasdev2024-09-011-2/+2
| * | ocfs2: fix unexpected zeroing of virtual diskChi Zhiling2024-09-011-1/+1
| * | ocfs2: remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu2024-09-013-33/+7
| * | ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao2024-09-011-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-091-2/+6
| * | ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu2024-09-091-1/+2
| * | ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu2024-09-091-1/+0
| * | ocfs2: fix null-ptr-deref when journal load failed.Julian Sun2024-09-091-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-218-44/+67
|\
| * ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu2024-07-041-17/+29
| * fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()Yang Li2024-07-041-0/+2
| * ocfs2: constify struct ocfs2_stack_operationsChristophe JAILLET2024-06-243-3/+3
| * ocfs2: constify struct ocfs2_lock_res_opsChristophe JAILLET2024-06-242-15/+15
| * ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng2024-06-241-5/+10
| * ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng2024-06-241-4/+8
* | ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara2024-06-244-0/+26
|/
* ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi2024-06-153-82/+131
* ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()Joseph Qi2024-06-151-4/+6
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-30/+30
* Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-1915-61/+148
|\
| * ocfs2: remove redundant assignment to variable statusColin Ian King2024-05-081-1/+0
| * ocfs2: use coarse time for new created filesSu Yue2024-04-251-1/+1
| * ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue2024-04-251-0/+2
| * ocfs2: fix races between hole punching and AIO+DIOSu Yue2024-04-251-0/+2
| * ocfs2: return real error code in ocfs2_dio_wr_get_blockSu Yue2024-04-251-2/+0
| * ocfs2: fix sparse warningsHeming Zhao2024-04-255-15/+16
| * ocfs2: speed up chain-list searchingHeming Zhao2024-04-251-1/+1
| * ocfs2: adjust enabling place for la windowHeming Zhao2024-04-252-12/+8
| * ocfs2: improve write IO performance when fragmentation is highHeming Zhao2024-04-255-11/+108
| * ocfs2: update inode ctime in ocfs2_fileattr_setSu Yue2024-04-251-0/+1
| * ocfs2: correctly use ocfs2_find_next_zero_bit()Joseph Qi2024-04-253-18/+9
* | net: change proto and proto_ops accept typeJens Axboe2024-05-131-1/+4
|/
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-143-3/+4
|\
| * ocfs2: enable ocfs2_listxattr for special filesSu Yue2024-03-141-0/+1
| * ocfs2: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-142-5/+4
| * ocfs2: spelling fixYongzhen Zhang2024-02-221-1/+1