summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev2023-09-231-0/+4
* treewide: Remove uninitialized_var() usageKees Cook2023-08-116-14/+14
* ocfs2: check new file size on fallocate callLuís Henriques2023-06-211-1/+7
* ocfs2: fix use-after-free when unmounting read-only filesystemLuís Henriques2023-06-211-2/+4
* ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2023-06-091-4/+0
* ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel2023-04-051-2/+16
* ocfs2: fix non-auto defrag path not working issueHeming Zhao via Ocfs2-devel2023-03-111-11/+13
* ocfs2: fix defrag path triggering jbd2 ASSERTHeming Zhao via Ocfs2-devel2023-03-111-10/+0
* ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing2023-01-181-1/+7
* ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi2022-11-031-10/+1
* ocfs2: clear dinode links count in case of errorJoseph Qi2022-11-031-2/+10
* ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel2022-06-141-1/+15
* ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi2022-03-231-11/+11
* ocfs2: fix data corruption on truncateJan Kara2021-11-261-2/+6
* ocfs2: mount fails with buffer overflow in strlenValentin Vidic2021-10-271-4/+10
* ocfs2: fix data corruption after conversion from inline formatJan Kara2021-10-271-34/+12
* ocfs2: drop acl cache for directories tooWengang Wang2021-10-061-1/+2
* ocfs2: issue zeroout to EOF blocksJunxiao Bi2021-08-041-39/+60
* ocfs2: fix zero out valid dataJunxiao Bi2021-08-041-2/+2
* ocfs2: fix snprintf() checkingDan Carpenter2021-07-202-11/+3
* ocfs2: fix data corruption by fallocateJunxiao Bi2021-06-101-5/+50
* ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2021-04-142-12/+7
* ocfs2: fix a use after free on errorDan Carpenter2021-03-041-1/+7
* ocfs2: initialize ip_next_orphanWengang Wang2020-11-181-0/+1
* ocfs2: change slot number type s16 to u16Junxiao Bi2020-08-213-6/+6
* ocfs2: fix unbalanced lockingPavel Machek2020-08-191-1/+7
* ocfs2: fix panic on nfs server over ocfs2Junxiao Bi2020-06-301-3/+6
* ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi2020-06-301-1/+1
* ocfs2: load global_inode_allocJunxiao Bi2020-06-301-1/+1
* ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi2020-06-302-1/+17
* ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-171-0/+4
* ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan2020-02-241-3/+5
* ocfs2: fix oops when writing cloned fileGang He2020-02-111-8/+6
* ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li2020-01-171-0/+8
* ocfs2: fix passing zero to 'PTR_ERR' warningDing Xiang2020-01-041-2/+2
* quota: Check that quota is not dirty before releaseDmitry Monakhov2019-12-171-1/+1
* ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi2019-12-051-4/+2
* ocfs2: remove ocfs2_is_o2cb_active()Gang He2019-12-013-10/+1
* ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen2019-12-011-0/+17
* ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge2019-12-011-18/+59
* ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge2019-12-011-2/+2
* ocfs2: without quota support, avoid calling quota recoveryGuozhonghua2019-12-011-17/+34
* fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2019-12-011-1/+1
* Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi2019-12-011-23/+33
* ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang2019-11-121-44/+90
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai2019-11-061-1/+1
* fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai2019-11-061-1/+2
* fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai2019-11-061-33/+23
* ocfs2: clear zero in unaligned direct IOJia Guo2019-11-061-1/+21
* ocfs2: fix panic due to ocfs2_wq is nullYi Li2019-10-292-2/+4