summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: clean up some dead codeJun Piao2017-09-061-1/+0
* fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-1/+1
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-191-1/+0
|\
| * ocfs2: Protect periodic quota syncing with s_umount semaphoreJan Kara2016-11-301-1/+0
* | ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani2016-12-121-1/+1
|/
* fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-1/+0
|\
| * ocfs2: cleanup implemented prototypesJoseph Qi2016-07-261-1/+0
* | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+1
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen2016-03-251-22/+15
* ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding2016-03-251-1/+0
* ocfs2: record UNWRITTEN extents when populate write descRyan Ding2016-03-251-0/+1
* ocfs2: create/remove sysfile for online file checkGang He2016-03-221-0/+5
* ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen2016-03-151-2/+3
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* ocfs2: clean up redundant NULL check before iputJoseph Qi2016-01-141-2/+1
* ocfs2: optimize bad declarations and redundant assignmentNorton.Zhu2016-01-141-6/+2
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-2/+2
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-041-2/+2
* ocfs2: add errors=continueGoldwyn Rodrigues2015-09-041-19/+44
* ocfs2: fix race between dio and recover orphanJoseph Qi2015-09-041-2/+0
* Revert "ocfs2: incorrect check for debugfs returns"Linus Torvalds2015-04-211-5/+4
* cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov2015-04-141-1/+1
* ocfs2: copy fs uuid to superblockVladimir Davydov2015-04-141-0/+2
* ocfs2: logging: remove static buffer, use vsprintf extension %pVJoe Perches2015-04-141-15/+18
* ocfs2: incorrect check for debugfs returnsChengyu Song2015-04-141-4/+5
* ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi2015-02-161-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-101-0/+17
|\
| * ocfs2: add a mount option journal_async_commit on ocfs2 filesystemalex chen2015-02-101-0/+17
* | ocfs2: Use generic helpers for quotaon and quotaoffJan Kara2015-01-301-31/+1
|/
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-101-1/+2
|\
| * ocfs2: fix error handling when creating debugfs root in ocfs2_init()Jan Kara2014-12-101-1/+2
* | ocfs2: Convert to private i_dquot fieldJan Kara2014-11-101-0/+8
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-10-111-13/+17
|\
| * ocfs2: Don't use MAXQUOTAS valueJan Kara2014-09-171-13/+17
* | ocfs2: free vol_label in ocfs2_delete_osb()Joseph Qi2014-09-261-0/+1
|/
* ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei2014-06-231-6/+2
* fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick2014-06-041-2/+2
* ocfs2: remove NULL assignments on staticFabian Frederick2014-06-041-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+2
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* | ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen2014-04-031-0/+2
* | ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues2014-04-031-29/+1
* | ocfs2: implement delayed dropping of last dquot referenceJan Kara2014-04-031-0/+8
* | ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong2014-04-031-0/+3
* | ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue2014-04-031-3/+0
* | ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang2014-04-031-7/+2
|/
* ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang2014-01-211-2/+6
OpenPOWER on IntegriCloud