aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2020-04-10ocfs2: no need try to truncate file beyond i_sizeGravatar Changwei Ge 1-0/+4
2020-04-02ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveGravatar Matthew Wilcox (Oracle) 1-14/+10
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 4-80/+80
2020-04-02ocfs2: roll back the reference count modification of the parent directory if ...Gravatar wangjian 1-4/+11
2020-04-02ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-9/+9
2020-04-02ocfs2: dlm: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-4/+4
2020-04-02ocfs2: cluster: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-02ocfs2: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-02ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...Gravatar Jules Irenge 1-0/+2
2020-04-02ocfs2: remove useless errGravatar Alex Shi 2-4/+3
2020-04-02ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"Gravatar wangyan 1-1/+1
2020-04-02ocfs2: there is no need to log twice in several functionsGravatar wangyan 2-6/+0
2020-04-02ocfs2: remove dlm_lock_is_remoteGravatar Alex Shi 1-2/+0
2020-04-02ocfs2: use OCFS2_SEC_BITS in macroGravatar Alex Shi 1-1/+1
2020-04-02ocfs2: remove unused macrosGravatar Alex Shi 4-8/+0
2020-04-02ocfs2: remove FS_OCFS2_NMGravatar Alex Shi 1-2/+0
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 1-1/+1
2020-02-04ocfs2: fix oops when writing cloned fileGravatar Gang He 1-8/+6
2020-01-31ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...Gravatar wangyan 1-2/+1
2020-01-31ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()Gravatar wangyan 1-3/+5
2020-01-31ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useGravatar Andy Shevchenko 1-4/+0
2020-01-31ocfs2/dlm: remove redundant assignment to retGravatar Colin Ian King 1-1/+1
2020-01-31ocfs2: make local header paths relative to C filesGravatar Masahiro Yamada 13-45/+41
2020-01-31ocfs2: remove unneeded semicolonsGravatar zhengbin 2-2/+2
2020-01-31fs: ocfs: remove unnecessary assertion in dlm_migrate_lockresGravatar Aditya Pakki 1-2/+0
2020-01-04ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGravatar Gang He 1-0/+1
2020-01-04ocfs2: call journal flush to mark journal as empty after journal recovery whe...Gravatar Kai Li 1-0/+8
2019-12-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2019-12-01ocfs2: fix passing zero to 'PTR_ERR' warningGravatar Ding Xiang 1-2/+2
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+0
2019-11-30Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-3/+3
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-28/+31
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Gravatar Joseph Qi 1-23/+33
2019-11-06ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Gravatar Shuning Zhang 1-44/+90
2019-11-06Pull series refactoring quota enabling and disabling code.Gravatar Jan Kara 4-38/+49
2019-11-05Merge branch 'jk/jbd2-revoke-overflow'Gravatar Theodore Ts'o 2-20/+20
2019-11-05jbd2: Reserve space for revoke descriptor blocksGravatar Jan Kara 1-2/+2
2019-11-05ocfs2: Use accessor function for h_buffer_creditsGravatar Jan Kara 2-18/+18
2019-11-04fs: Use dquot_load_quota_inode() from filesystemsGravatar Jan Kara 1-2/+2
2019-10-31quota: Check that quota is not dirty before releaseGravatar Dmitry Monakhov 1-1/+1
2019-10-23pipe: Reduce #inclusion of pipe_fs_i.hGravatar David Howells 1-1/+0
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsGravatar Arnd Bergmann 1-0/+1
2019-10-21jbd2: Make state lock a spinlockGravatar Thomas Gleixner 1-8/+11
2019-10-19ocfs2: fix panic due to ocfs2_wq is nullGravatar Yi Li 2-2/+4
2019-10-19ocfs2: fix error handling in ocfs2_setattr()Gravatar Chengguang Xu 1-0/+2
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Gravatar Qian Cai 1-1/+1
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Gravatar Jia-Ju Bai 1-1/+1
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Gravatar Jia-Ju Bai 1-1/+2