aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2019-10-07fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Gravatar Jia-Ju Bai 1-33/+23
2019-10-07ocfs2: clear zero in unaligned direct IOGravatar Jia Guo 1-1/+21
2019-09-24ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Gravatar Colin Ian King 1-1/+1
2019-09-24ocfs2: checkpoint appending truncate log transaction before flushingGravatar Changwei Ge 1-0/+15
2019-09-24ocfs2: wait for recovering done after direct unlock requestGravatar Changwei Ge 1-4/+19
2019-09-24ocfs2: delete unnecessary checks before brelse()Gravatar Markus Elfring 2-7/+3
2019-09-24fs/ocfs2/dir.c: remove set but not used variablesGravatar zhengbin 1-2/+1
2019-09-24fs/ocfs2/file.c: remove set but not used variablesGravatar zhengbin 1-3/+0
2019-09-24fs/ocfs2/namei.c: remove set but not used variablesGravatar zhengbin 1-2/+0
2019-09-24ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGravatar Guozhonghua 1-2/+1
2019-09-24ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Gravatar Guozhonghua 1-28/+0
2019-09-24ocfs2: further debugfs cleanupsGravatar Greg Kroah-Hartman 9-180/+61
2019-09-24ocfs2: use jbd2_inode dirty range scopingGravatar Joseph Qi 4-11/+28
2019-08-03ocfs2: remove set but not used variable 'last_hash'Gravatar YueHaibing 1-3/+0
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 1-10/+3
2019-07-12ocfs2: use kmemdup rather than duplicating its implementationGravatar Fuqian Huang 2-9/+7
2019-07-12fs/ocfs2/dlmglue.c: unneeded variable: "status"Gravatar Hariprasad Kelam 1-2/+1
2019-07-12ocfs: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 13-261/+73
2019-07-12ocfs2: add first lock wait time in locking_stateGravatar Gang He 2-3/+30
2019-07-12ocfs2: add locking filter debugfs fileGravatar Gang He 2-0/+40
2019-07-12ocfs2: add last unlock times in locking_stateGravatar Gang He 2-3/+16
2019-07-12ocfs2/dlm: use struct_size() helperGravatar Gustavo A. R. Silva 1-5/+3
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"Gravatar ChenGang 4-4/+4
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-10/+3
2019-06-13fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Gravatar Wengang Wang 1-0/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Gravatar Thomas Gleixner 4-56/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Gravatar Thomas Gleixner 6-54/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Gravatar Thomas Gleixner 2-32/+2
2019-06-01ocfs2: fix error path kobject memory leakGravatar Tobin C. Harding 1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 14-126/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 75-1147/+75
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 4-0/+4
2019-05-18treewide: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 2-3/+2
2019-05-14ocfs2: fix ocfs2 read inode data panic in ocfs2_igetGravatar Shuning Zhang 1-1/+29
2019-05-14ocfs2: use common file type conversionGravatar Phillip Potter 2-43/+5
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+0
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2019-05-01ocfs2: switch to ->free_inode()Gravatar Al Viro 1-9/+3
2019-05-01dlmfs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2019-04-06block: remove CONFIG_LBDAFGravatar Christoph Hellwig 1-10/+0
2019-03-29ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockGravatar Darrick J. Wong 1-18/+24
2019-03-05ocfs2: Use zero-sized array and struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-6/+2
2019-03-05ocfs2: fix the application IO timeout when fstrim is runningGravatar Gang He 5-63/+106
2019-03-05ocfs2: fix a panic problem caused by o2cb_ctlGravatar Jia Guo 1-6/+8
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2019-01-04fs: don't open code lru_to_page()Gravatar Nikolay Borisov 1-1/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2018-12-28ocfs2: don't clear bh uptodate for block readGravatar Junxiao Bi 1-2/+0
2018-12-28ocfs2: clear journal dirty flag after shutdown journalGravatar Junxiao Bi 1-4/+2