summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: wait for recovering done after direct unlock requestChangwei Ge2019-10-071-4/+19
* ocfs2: remove set but not used variable 'last_hash'YueHaibing2019-08-251-3/+0
* fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang2019-06-191-0/+12
* ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang2019-05-211-1/+29
* ocfs2: fix a panic problem caused by o2cb_ctlJia Guo2019-04-051-6/+8
* ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong2019-04-031-18/+24
* ocfs2: improve ocfs2 MakefileLarry Chen2019-02-123-3/+3
* ocfs2: don't clear bh uptodate for block readJunxiao Bi2019-02-121-2/+0
* ocfs2: fix panic due to unrecovered local allocJunxiao Bi2019-01-261-2/+7
* ocfs2: fix potential use after freePan Bian2018-12-171-1/+1
* ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen2018-12-171-21/+26
* ocfs2: free up write context when direct IO failedWengang Wang2018-11-212-2/+19
* ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2018-11-211-2/+1
* ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen2018-11-041-4/+12
* ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant2018-10-101-2/+2
* ocfs2: fix ocfs2 read block panicJunxiao Bi2018-09-291-0/+1
* ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen2018-07-221-8/+18
* ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen2018-07-221-8/+55
* ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant2018-06-211-2/+12
* ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao2018-05-303-15/+33
* ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun2018-04-261-11/+12
* ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2018-04-262-0/+8
* ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun2018-04-261-3/+2
* ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGang He2018-02-221-0/+9
* ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen2017-11-241-2/+7
* ocfs2: fix cluster hang after a node diesChangwei Ge2017-11-241-0/+1
* ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-031-6/+18
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-9/+6
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-9/+6
* | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-072-27/+26
|\ \
| * | quota: Reduce contention on dq_data_lockJan Kara2017-08-172-8/+8
| * | quota: Push dqio_sem down to ->read_file_info()Jan Kara2017-08-171-5/+0
| * | quota: Push dqio_sem down to ->write_file_info()Jan Kara2017-08-171-2/+6
| * | quota: Acquire dqio_sem for reading in vfs_load_quota_inode()Jan Kara2017-08-171-3/+3
| * | quota: Convert dqio_mutex to rwsemJan Kara2017-08-172-15/+15
* | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\ \ \
| * | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-0614-79/+20
|\ \ \
| * | | ocfs2: clean up some dead codeJun Piao2017-09-0612-71/+19
| * | | ocfs2: make ocfs2_set_acl() staticJan Kara2017-09-062-8/+1
| | |/ | |/|
* | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-1/+1
|\ \ \ | |/ / |/| |
| * | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
| |/
* / ocfs2: don't clear SGID when inheriting ACLsJan Kara2017-08-021-12/+12
|/
* ocfs2: constify attribute_group structuresArvind Yadav2017-07-061-1/+1
* ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun2017-07-061-0/+1
* ocfs2: use magic.hFabian Frederick2017-07-061-3/+2
* ocfs2: fix a static checker warningGang He2017-07-061-1/+1
* Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-3/+3
|\
| * Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-1/+1
| |\