aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds3-16/+16
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-7/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-38/+86
2017-11-15ocfs2: remove unneeded goto in ocfs2_reserve_cluster_bitmap_bits()Guozhonghua1-4/+1
2017-11-15ocfs2/dlm: get mle inuse only when it is initializedChangwei Ge1-1/+3
2017-11-15ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2017-11-15ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen1-8/+18
2017-11-15ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen1-2/+7
2017-11-15ocfs2: clean up some unused function declarationspiaojun1-3/+0
2017-11-15ocfs2: fix cluster hang after a node diesChangwei Ge1-0/+1
2017-11-15ocfs2: cleanup unused func declaration and assignmentpiaojun2-4/+0
2017-11-15ocfs2: no need flush workqueue before destroying itpiaojun3-5/+1
2017-11-15ocfs2: remove unused declaration ocfs2_publish_get_mount_state()Guozhonghua1-3/+0
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-2/+2
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2-6/+6
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-7/+1
2017-11-03ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant1-6/+18
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-10-19ocfs2/cluster: make config_item_type constBhumika Goyal2-6/+6
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+6
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-27/+26
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-79/+20
2017-09-06ocfs2: clean up some dead codeJun Piao12-71/+19
2017-09-06ocfs2: make ocfs2_set_acl() staticJan Kara2-8/+1
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-08-17quota: Reduce contention on dq_data_lockJan Kara2-8/+8
2017-08-17quota: Push dqio_sem down to ->read_file_info()Jan Kara1-5/+0
2017-08-17quota: Push dqio_sem down to ->write_file_info()Jan Kara1-2/+6
2017-08-17quota: Acquire dqio_sem for reading in vfs_load_quota_inode()Jan Kara1-3/+3
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara2-15/+15
2017-08-02ocfs2: don't clear SGID when inheriting ACLsJan Kara1-12/+12
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-9/+6
2017-07-06ocfs2: constify attribute_group structuresArvind Yadav1-1/+1
2017-07-06ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun1-0/+1
2017-07-06ocfs2: use magic.hFabian Frederick1-3/+2
2017-07-06ocfs2: fix a static checker warningGang He1-1/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-1/+1
2017-06-23ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2-10/+17
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-baseChristoph Hellwig1-1/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2017-05-28ocfs2: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2017-05-03fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang1-1/+1