summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: remove set but not used variable 'last_hash'YueHaibing2019-08-031-3/+0Star
* Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-131-10/+3Star
|\
| * vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-10/+3Star
* | ocfs2: use kmemdup rather than duplicating its implementationFuqian Huang2019-07-122-9/+7Star
* | fs/ocfs2/dlmglue.c: unneeded variable: "status"Hariprasad Kelam2019-07-121-2/+1Star
* | ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-1213-261/+73Star
* | 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/+3Star
* | fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang2019-07-124-4/+4
* | fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang2019-06-141-0/+12
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Thomas Gleixner2019-06-054-56/+4Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-056-54/+6Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Thomas Gleixner2019-06-052-32/+2Star
* ocfs2: fix error path kobject memory leakTobin C. Harding2019-06-021-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3014-126/+14Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-3075-1147/+75Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-182-3/+2Star
* 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/+5Star
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-081-10/+0Star
|\
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-10/+0Star
* | 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-091-0/+1
* | | ocfs2: switch to ->free_inode()Al Viro2019-05-021-9/+3Star
* | | dlmfs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
| |/ |/|
* | 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-061-6/+2Star
* ocfs2: fix the application IO timeout when fstrim is runningGang He2019-03-065-63/+106
* ocfs2: fix a panic problem caused by o2cb_ctlJia Guo2019-03-061-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-041-2/+2
|/
* ocfs2: don't clear bh uptodate for block readJunxiao Bi2018-12-281-2/+0Star
* ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi2018-12-281-4/+2Star
* ocfs2: fix panic due to unrecovered local allocJunxiao Bi2018-12-281-2/+7
* ocfs2: improve ocfs2 MakefileLarry Chen2018-12-283-3/+3
* ocfs2: remove set but not used variable 'lastzero'zhong jiang2018-12-281-2/+1Star
* ocfs2: dlmfs: remove set but not used variable 'status'zhong jiang2018-12-281-2/+1Star
* ocfs2: optimize the reading of heartbeat dataJia Guo2018-12-281-5/+12
* Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-12-281-5/+5
|\
| * ocfs2: properly initial file_lock used for unlock.NeilBrown2018-11-301-5/+5
* | ocfs2: fix potential use after freePan Bian2018-11-301-1/+1
* | ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen2018-11-301-21/+26
* | ocfs2: free up write context when direct IO failedWengang Wang2018-11-182-2/+19
|/
* ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen2018-11-031-0/+17
* ocfs2: dlmglue: clean up timestamp handlingArnd Bergmann2018-11-031-17/+9Star
* ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge2018-11-031-18/+59