summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King2019-09-241-1/+1
* ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge2019-09-241-0/+15
* ocfs2: wait for recovering done after direct unlock requestChangwei Ge2019-09-241-4/+19
* ocfs2: delete unnecessary checks before brelse()Markus Elfring2019-09-242-7/+3
* fs/ocfs2/dir.c: remove set but not used variableszhengbin2019-09-241-2/+1
* fs/ocfs2/file.c: remove set but not used variableszhengbin2019-09-241-3/+0
* fs/ocfs2/namei.c: remove set but not used variableszhengbin2019-09-241-2/+0
* ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua2019-09-241-2/+1
* ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua2019-09-241-28/+0
* ocfs2: further debugfs cleanupsGreg Kroah-Hartman2019-09-249-180/+61
* ocfs2: use jbd2_inode dirty range scopingJoseph Qi2019-09-244-11/+28
* ocfs2: remove set but not used variable 'last_hash'YueHaibing2019-08-031-3/+0
* Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-121-10/+3
|\
| * vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-10/+3
* | ocfs2: use kmemdup rather than duplicating its implementationFuqian Huang2019-07-122-9/+7
* | fs/ocfs2/dlmglue.c: unneeded variable: "status"Hariprasad Kelam2019-07-121-2/+1
* | ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-1213-261/+73
* | ocfs2: add first lock wait time in locking_stateGang He2019-07-122-3/+30
* | ocfs2: add locking filter debugfs fileGang He2019-07-122-0/+40
* | ocfs2: add last unlock times in locking_stateGang He2019-07-122-3/+16
* | ocfs2/dlm: use struct_size() helperGustavo A. R. Silva2019-07-121-5/+3
* | fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang2019-07-124-4/+4
* | fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang2019-06-131-0/+12
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Thomas Gleixner2019-06-054-56/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-056-54/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Thomas Gleixner2019-06-052-32/+2
* ocfs2: fix error path kobject memory leakTobin C. Harding2019-06-011-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3014-126/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-3075-1147/+75
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-182-3/+2
* ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang2019-05-141-1/+29
* ocfs2: use common file type conversionPhillip Potter2019-05-142-43/+5
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-10/+0
|\
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-10/+0
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-0/+1
|\ \
| * | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+1
* | | ocfs2: switch to ->free_inode()Al Viro2019-05-011-9/+3
* | | dlmfs: switch to ->free_inode()Al Viro2019-05-011-8/+2
| |/ |/|
* | ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong2019-03-291-18/+24
|/
* ocfs2: Use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva2019-03-051-6/+2
* ocfs2: fix the application IO timeout when fstrim is runningGang He2019-03-055-63/+106
* ocfs2: fix a panic problem caused by o2cb_ctlJia Guo2019-03-051-6/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-1/+2
|\
| * fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-1/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
|/
* ocfs2: don't clear bh uptodate for block readJunxiao Bi2018-12-281-2/+0
* ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi2018-12-281-4/+2
* ocfs2: fix panic due to unrecovered local allocJunxiao Bi2018-12-281-2/+7
* ocfs2: improve ocfs2 MakefileLarry Chen2018-12-283-3/+3