summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2019-02-12ocfs2: improve ocfs2 MakefileLarry Chen
2019-02-12ocfs2: don't clear bh uptodate for block readJunxiao Bi
2019-01-26ocfs2: fix panic due to unrecovered local allocJunxiao Bi
2018-12-17ocfs2: fix potential use after freePan Bian
2018-12-17ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen
2018-11-21ocfs2: free up write context when direct IO failedWengang Wang
2018-11-21ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge
2018-11-04ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen
2018-10-10ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant
2018-09-29ocfs2: fix ocfs2 read block panicJunxiao Bi
2018-07-22ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen
2018-07-22ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen
2018-06-21ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant
2018-05-30ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao
2018-04-26ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun
2018-04-26ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun
2018-04-26ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun
2018-02-22ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGang He
2017-11-24ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen
2017-11-24ocfs2: fix cluster hang after a node diesChangwei Ge
2017-11-03ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06ocfs2: clean up some dead codeJun Piao
2017-09-06ocfs2: make ocfs2_set_acl() staticJan Kara
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-17quota: Reduce contention on dq_data_lockJan Kara
2017-08-17quota: Push dqio_sem down to ->read_file_info()Jan Kara
2017-08-17quota: Push dqio_sem down to ->write_file_info()Jan Kara
2017-08-17quota: Acquire dqio_sem for reading in vfs_load_quota_inode()Jan Kara
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara
2017-08-02ocfs2: don't clear SGID when inheriting ACLsJan Kara
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-06ocfs2: constify attribute_group structuresArvind Yadav
2017-07-06ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun
2017-07-06ocfs2: use magic.hFabian Frederick
2017-07-06ocfs2: fix a static checker warningGang He
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-06-23ocfs2: fix deadlock caused by recursive locking in xattrEric Ren
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-05-28ocfs2: Use ERR_CAST() to avoid cross-structure castKees Cook