summaryrefslogtreecommitdiff
path: root/fs/ocfs2
Commit message (Expand)AuthorAge
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-16
|\
| * Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-13
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-15
|\ \
| * | ocfs2: remove unneeded goto in ocfs2_reserve_cluster_bitmap_bits()Guozhonghua2017-11-15
| * | ocfs2/dlm: get mle inuse only when it is initializedChangwei Ge2017-11-15
| * | ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen2017-11-15
| * | ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen2017-11-15
| * | ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen2017-11-15
| * | ocfs2: clean up some unused function declarationspiaojun2017-11-15
| * | ocfs2: fix cluster hang after a node diesChangwei Ge2017-11-15
| * | ocfs2: cleanup unused func declaration and assignmentpiaojun2017-11-15
| * | ocfs2: no need flush workqueue before destroying itpiaojun2017-11-15
| * | ocfs2: remove unused declaration ocfs2_publish_get_mount_state()Guozhonghua2017-11-15
* | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\ \ \ | |/ / |/| |
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-31
* | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-14
|\ \ \ | |_|/ |/| |
| * | ocfs2/cluster: make config_item_type constBhumika Goyal2017-10-19
| |/
* | ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-03
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-07
|\ \
| * | quota: Reduce contention on dq_data_lockJan Kara2017-08-17
| * | quota: Push dqio_sem down to ->read_file_info()Jan Kara2017-08-17
| * | quota: Push dqio_sem down to ->write_file_info()Jan Kara2017-08-17
| * | quota: Acquire dqio_sem for reading in vfs_load_quota_inode()Jan Kara2017-08-17
| * | quota: Convert dqio_mutex to rwsemJan Kara2017-08-17
* | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\ \ \
| * | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-06
|\ \ \
| * | | ocfs2: clean up some dead codeJun Piao2017-09-06
| * | | ocfs2: make ocfs2_set_acl() staticJan Kara2017-09-06
| | |/ | |/|
* | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-06
|\ \ \ | |/ / |/| |
| * | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-01
| |/
* | ocfs2: don't clear SGID when inheriting ACLsJan Kara2017-08-02
|/
* ocfs2: constify attribute_group structuresArvind Yadav2017-07-06
* ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun2017-07-06
* ocfs2: use magic.hFabian Frederick2017-07-06
* ocfs2: fix a static checker warningGang He2017-07-06
* Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-03
|\
| * Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-13
| |\
| * \ Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-12
| |\ \
| * | | block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-03
|\ \ \ \ | | |_|/ | |/| |
| * | | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-05
| | |/ | |/|
* | | ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2017-06-23
|/ /
* | ocfs2: Use ERR_CAST() to avoid cross-structure castKees Cook2017-05-28
|/
* fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang2017-05-03