aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/super.c
Commit message (Expand)AuthorAge
* ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec...Xue jiufei2014-06-23
* fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick2014-06-04
* ocfs2: remove NULL assignments on staticFabian Frederick2014-06-04
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* | ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen2014-04-03
* | ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues2014-04-03
* | ocfs2: implement delayed dropping of last dquot referenceJan Kara2014-04-03
* | ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong2014-04-03
* | ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue2014-04-03
* | ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang2014-04-03
|/
* ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang2014-01-21
* ocfs2: add clustername to cluster connectionGoldwyn Rodrigues2014-01-21
* ocfs2: remove versioning informationGoldwyn Rodrigues2014-01-21
* ocfs2: return ENOMEM when sb_getblk() failsRui Xiang2013-11-12
* fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volumeGoldwyn Rodrigues2013-09-24
* fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbersGoldwyn Rodrigues2013-08-28
* ocfs2: remove unecessary variable needs_checkpointGoldwyn Rodrigues2013-07-03
* fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman2013-03-07
* ocfs2: remove kfree() redundant null checksTim Gardner2013-02-21
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* ocfs2: fix leaks on failure exits in module_initAl Viro2012-03-20
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20
* ... and the same failure exits cleanup for ocfs2Al Viro2012-03-20
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-06
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* ocfs2: send correct UUID to cleancache initializationDan Magenheimer2011-11-17
* Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in...Joel Becker2011-08-22
|\
| * ocfs2: Clean up messages in the fsSunil Mushran2011-07-24
| * more conservative S_NOSEC handlingAl Viro2011-06-03
* | ocfs2: serialize unaligned aioMark Fasheh2011-07-28
* | ocfs2: Bugfix for hard readonly mountTiger Yang2011-05-31
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2011-05-26
|\
| * ocfs2: clean up mount option about atime in ocfs2.txtTiger Yang2011-05-24
* | ocfs2: add cleancache supportDan Magenheimer2011-05-26
|/
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-28
|\
| * ocfs2: Remove masklog ML_SUPER.Tao Ma2011-02-23
| * ocfs2: Add ocfs2_trace.h.Wengang Wang2011-02-20
| * ocfs2: Remove EXIT from masklog.Tao Ma2011-03-07
| * ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-20
* | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-16
|\ \ | |/ |/|
| * ocfs2: use system_wq instead of ocfs2_quota_wqTejun Heo2011-02-01
* | ocfs2: Check heartbeat mode for kernel stacks onlyMark Fasheh2011-02-20
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-01-21
|\
| * quota: Fix deadlock during path resolutionJan Kara2011-01-12
* | switch ocfs2, close racesAl Viro2011-01-12
|/
* fs: icache RCU free inodesNick Piggin2011-01-07
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* new helper: mount_bdev()Al Viro2010-10-29