summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang2019-06-111-1/+29
* ocfs2: fix a panic problem caused by o2cb_ctlJia Guo2019-04-271-6/+8
* ocfs2: don't clear bh uptodate for block readJunxiao Bi2019-02-201-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: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2018-11-211-2/+1
* 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: subsystem.su_mutex is required while accessing the item->ci_parentalex chen2018-07-221-8/+55
* 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-05-301-11/+12
* ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2018-05-302-0/+8
* ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun2018-05-301-3/+2
* Revert "ocfs2: should wait dio before inode lock in ocfs2_setattr()"Greg Kroah-Hartman2017-12-091-7/+2
* ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen2017-11-241-2/+7
* ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-081-6/+18
* ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren2017-10-213-3/+121
* ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi2017-07-051-4/+4
* fs: add i_blocksize()Fabian Frederick2017-06-142-2/+2
* ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-01-193-0/+19
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-10-311-6/+4
* ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-09-301-10/+24
* ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-09-301-6/+6
* ocfs2: fix posix_acl_create deadlockJunxiao Bi2016-05-186-48/+77
* ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi2016-05-183-2/+27
* ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2016-04-122-1/+13
* ocfs2/dlm: fix race between convert and recoveryJoseph Qi2016-04-121-1/+10
* ocfs2: unlock inode if deleting inode from orphan failsGuozhonghua2016-03-031-0/+1
* ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei2016-02-171-0/+2
* ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei2016-02-171-11/+15
* ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed2016-02-171-0/+6
* ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei2015-12-291-0/+2
* ocfs2: fix flock panic issueJunxiao Bi2015-12-291-1/+4
* ocfs2: fix BUG when calculate new backup superJoseph Qi2015-12-291-3/+12
* ocfs2: fix SGID not inherited issueJunxiao Bi2015-12-121-3/+1
* ocfs2: fix umask ignored issueJunxiao Bi2015-11-201-0/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-132-374/+112
|\
| * ocfs2/cluster: use per-attribute show and store methodsChristoph Hellwig2015-10-132-346/+100
| * ocfs2/cluster: move locking into attribute store methodsChristoph Hellwig2015-10-131-35/+19
* | xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-18/+27
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-0512-59/+107
|\ \
| * | ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Joseph Qi2015-11-051-4/+1
| * | ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi2015-11-055-6/+10
| * | ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an erroralex chen2015-11-051-1/+10
| * | ocfs2: fix race between mount and delete node/clusterJoseph Qi2015-11-051-3/+16
| * | ocfs2: only take lock if dio entry when recover orphansJoseph Qi2015-11-052-39/+49
| * | ocfs2: do not include dio entry in case of orphan scanJoseph Qi2015-11-053-5/+15
| * | ocfs2: improve performance for localallocJoseph Qi2015-11-051-1/+4
| * | ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen2015-11-051-0/+1