summaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2019-09-24ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King1-1/+1
2019-09-24ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge1-0/+15
2019-09-24ocfs2: wait for recovering done after direct unlock requestChangwei Ge1-4/+19
2019-09-24ocfs2: delete unnecessary checks before brelse()Markus Elfring2-7/+3
2019-09-24fs/ocfs2/dir.c: remove set but not used variableszhengbin1-2/+1
2019-09-24fs/ocfs2/file.c: remove set but not used variableszhengbin1-3/+0
2019-09-24fs/ocfs2/namei.c: remove set but not used variableszhengbin1-2/+0
2019-09-24ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua1-2/+1
2019-09-24ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua1-28/+0
2019-09-24ocfs2: further debugfs cleanupsGreg Kroah-Hartman9-180/+61
2019-09-24ocfs2: use jbd2_inode dirty range scopingJoseph Qi4-11/+28
2019-08-03ocfs2: remove set but not used variable 'last_hash'YueHaibing1-3/+0
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds1-10/+3
2019-07-12ocfs2: use kmemdup rather than duplicating its implementationFuqian Huang2-9/+7
2019-07-12fs/ocfs2/dlmglue.c: unneeded variable: "status"Hariprasad Kelam1-2/+1
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman13-261/+73
2019-07-12ocfs2: add first lock wait time in locking_stateGang He2-3/+30
2019-07-12ocfs2: add locking filter debugfs fileGang He2-0/+40
2019-07-12ocfs2: add last unlock times in locking_stateGang He2-3/+16
2019-07-12ocfs2/dlm: use struct_size() helperGustavo A. R. Silva1-5/+3
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang4-4/+4
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-10/+3
2019-06-13fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang1-0/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Thomas Gleixner4-56/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner6-54/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Thomas Gleixner2-32/+2
2019-06-01ocfs2: fix error path kobject memory leakTobin C. Harding1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner14-126/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner75-1147/+75
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada2-3/+2
2019-05-14ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang1-1/+29
2019-05-14ocfs2: use common file type conversionPhillip Potter2-43/+5
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+0
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2019-05-01ocfs2: switch to ->free_inode()Al Viro1-9/+3
2019-05-01dlmfs: switch to ->free_inode()Al Viro1-8/+2
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-10/+0
2019-03-29ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong1-18/+24
2019-03-05ocfs2: Use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva1-6/+2
2019-03-05ocfs2: fix the application IO timeout when fstrim is runningGang He5-63/+106
2019-03-05ocfs2: fix a panic problem caused by o2cb_ctlJia Guo1-6/+8
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-1/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-12-28ocfs2: don't clear bh uptodate for block readJunxiao Bi1-2/+0
2018-12-28ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi1-4/+2
2018-12-28ocfs2: fix panic due to unrecovered local allocJunxiao Bi1-2/+7
2018-12-28ocfs2: improve ocfs2 MakefileLarry Chen3-3/+3