summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* dlmfs_file_write(): fix the bogosity in handling non-zero *pposAl Viro2020-04-231-15/+12
* ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-101-0/+4
* ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)2020-04-021-14/+10
* ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-024-80/+80
* ocfs2: roll back the reference count modification of the parent directory if ...wangjian2020-04-021-4/+11
* ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-9/+9
* ocfs2: dlm: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-4/+4
* ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
* ocfs2: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
* ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...Jules Irenge2020-04-021-0/+2
* ocfs2: remove useless errAlex Shi2020-04-022-4/+3
* ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"wangyan2020-04-021-1/+1
* ocfs2: there is no need to log twice in several functionswangyan2020-04-022-6/+0
* ocfs2: remove dlm_lock_is_remoteAlex Shi2020-04-021-2/+0
* ocfs2: use OCFS2_SEC_BITS in macroAlex Shi2020-04-021-1/+1
* ocfs2: remove unused macrosAlex Shi2020-04-024-8/+0
* ocfs2: remove FS_OCFS2_NMAlex Shi2020-04-021-2/+0
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* ocfs2: fix oops when writing cloned fileGang He2020-02-041-8/+6
* ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...wangyan2020-01-311-2/+1
* ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan2020-01-311-3/+5
* ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2020-01-311-4/+0
* ocfs2/dlm: remove redundant assignment to retColin Ian King2020-01-311-1/+1
* ocfs2: make local header paths relative to C filesMasahiro Yamada2020-01-3113-45/+41
* ocfs2: remove unneeded semicolonszhengbin2020-01-312-2/+2
* fs: ocfs: remove unnecessary assertion in dlm_migrate_lockresAditya Pakki2020-01-311-2/+0
* ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He2020-01-041-0/+1
* ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li2020-01-041-0/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-011-2/+2
|\
| * ocfs2: fix passing zero to 'PTR_ERR' warningDing Xiang2019-12-011-2/+2
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+1
|\ \
| * | fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-231-0/+1
* | | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-1/+0
|\ \ \ | |_|/ |/| |
| * | pipe: Reduce #inclusion of pipe_fs_i.hDavid Howells2019-10-231-1/+0
| |/
* | Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-11-302-3/+3
|\ \
| * \ Pull series refactoring quota enabling and disabling code.Jan Kara2019-11-064-38/+49
| |\ \
| | * | fs: Use dquot_load_quota_inode() from filesystemsJan Kara2019-11-041-2/+2
| * | | quota: Check that quota is not dirty before releaseDmitry Monakhov2019-10-311-1/+1
| | |/ | |/|
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-11-303-28/+31
|\ \ \
| * \ \ Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o2019-11-052-20/+20
| |\ \ \
| | * | | jbd2: Reserve space for revoke descriptor blocksJan Kara2019-11-051-2/+2
| | * | | ocfs2: Use accessor function for h_buffer_creditsJan Kara2019-11-052-18/+18
| | | |/ | | |/|
| * / | jbd2: Make state lock a spinlockThomas Gleixner2019-10-211-8/+11
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\ \ \
| * | | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
| |/ /
* | | Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi2019-11-221-23/+33
* | | ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang2019-11-061-44/+90
* | | ocfs2: fix panic due to ocfs2_wq is nullYi Li2019-10-192-2/+4
* | | ocfs2: fix error handling in ocfs2_setattr()Chengguang Xu2019-10-191-0/+2
|/ /
* | fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai2019-10-071-1/+1