summaryrefslogtreecommitdiff
path: root/fs/ocfs2/super.c
AgeCommit message (Expand)Author
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09convert ocfs2 to ->evict_inode()Al Viro
2010-06-16Merge branch 'master' into for-nextJiri Kosina
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-24ocfs2: Fix use after free on remount read-onlyJan Kara
2010-05-21ocfs2: Fix lock inversion in quotas during umountJan Kara
2010-05-18Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into oc...Joel Becker
2010-05-10ocfs2: Wrap signal blocking in void functions.Joel Becker
2010-05-05ocfs2: Make nointr a default mount optionSunil Mushran
2010-05-05ocfs2: Add dir_resv_level mount optionMark Fasheh
2010-05-05ocfs2: increase the default size of local alloc windowsMark Fasheh
2010-05-05ocfs2: clean up localalloc mount option size parsingMark Fasheh
2010-05-05ocfs2: use allocation reservations during file writeMark Fasheh
2010-05-05ocfs2: allocation reservationsMark Fasheh
2010-04-13ocfs2: ocfs2_group_bitmap_size has to handle old volume.Tao Ma
2010-04-13ocfs2: Define data structures for discontiguous block groups.Joel Becker
2010-02-26ocfs2: add extent block stealing for ocfs2 v5Tiger Yang
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran
2009-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-10-29ocfs2: return f_fsid info in ocfs2_statfs()Coly Li
2009-10-28ocfs2: Set MS_POSIXACL on remountJan Kara
2009-10-28ocfs2: Make acl use the defaultJan Kara
2009-10-28ocfs2: Always include ACL supportJan Kara
2009-10-28ocfs2: Return -EINVAL when a device is not ocfs2.Joel Becker
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-23headers: utsname.h reduxAlexey Dobriyan
2009-09-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-09-23ocfs2: __ocfs2_abort() should not enable panic for local mountsSunil Mushran
2009-09-22ocfs2: Add refcount tree lock mechanism.Tao Ma
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan
2009-09-04ocfs2: move ip_created_trans to struct ocfs2_caching_infoJoel Becker
2009-09-04ocfs2: move ip_last_trans to struct ocfs2_caching_infoJoel Becker
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Joel Becker
2009-09-04ocfs2: Change metadata caching locks to an operations structure.Joel Becker
2009-09-04ocfs2: Make the ocfs2_caching_info structure self-contained.Joel Becker
2009-08-17ocfs2: Don't oops in ocfs2_kill_sb on a failed mountJan Kara
2009-07-23ocfs2: Fix initialization of blockcheck statsJan Kara
2009-07-21ocfs2: Fix deadlock on umountJan Kara
2009-07-08ocfs2: Fixup orphan scan cleanup after failed mountJeff Mahoney
2009-06-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-06-22ocfs2: Disable orphan scanning for local and hard-ro mountsSunil Mushran
2009-06-22ocfs2: Stop orphan scan as early as possible during umountSunil Mushran
2009-06-22ocfs2: Fix ocfs2_osb_dump()Sunil Mushran
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz
2009-06-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11push BKL down into ->put_superChristoph Hellwig