| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-20 | ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usage | Mateusz Guzik | 1 | -1/+1 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -1/+1 |
| 2025-05-07 | ocfs2: stop quota recovery before disabling quotas | Jan Kara | 1 | -0/+3 |
| 2025-02-01 | ocfs2: fix incorrect CPU endianness conversion causing mount failure | Heming Zhao | 1 | -1/+1 |
| 2025-01-12 | ocfs2: miscellaneous spelling fixes | Dmitry Antipov | 1 | -1/+1 |
| 2025-01-12 | ocfs2: convert to the new mount API | Eric Sandeen | 1 | -322/+267 |
| 2024-11-11 | ocfs2: fix UBSAN warning in ocfs2_verify_volume() | Dmitry Antipov | 1 | -4/+9 |
| 2024-09-23 | Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+2 |
| 2024-09-01 | ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume() | qasdev | 1 | -2/+2 |
| 2024-07-22 | quota: remove unneeded return value of register_quota_format | Kemeng Shi | 1 | -4/+2 |
| 2024-06-15 | ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger() | Joseph Qi | 1 | -1/+3 |
| 2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+2 |
| 2024-03-14 | ocfs2: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 1 | -4/+3 |
| 2024-03-13 | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 1 | -4/+3 |
| 2024-02-08 | fs: super_set_uuid() | Kent Overstreet | 1 | -2/+2 |
| 2024-02-08 | quota: Properly annotate i_dquot arrays with __rcu | Jan Kara | 1 | -1/+1 |
| 2023-08-18 | ocfs2: use regular seq_show_option for osb_cluster_stack | Kees Cook | 1 | -2/+1 |
| 2023-06-12 | ocfs2: fix use-after-free when unmounting read-only filesystem | Luís Henriques | 1 | -2/+4 |
| 2022-11-30 | ocfs2: fix memory leak in ocfs2_mount_volume() | Li Zetao | 1 | -1/+4 |
| 2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2022-09-11 | ocfs2: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2022-09-11 | ocfs2: replace ll_rw_block() | Zhang Yi | 1 | -3/+1 |
| 2022-08-28 | ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown | Heming Zhao | 1 | -2/+1 |
| 2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2022-07-18 | Revert "ocfs2: mount shared volume without ha stack" | Junxiao Bi | 1 | -21/+0 |
| 2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche | 1 | -1/+1 |
| 2022-04-29 | ocfs2: rewrite error handling of ocfs2_fill_super | Heming Zhao via Ocfs2-devel | 1 | -35/+32 |
| 2022-04-29 | ocfs2: ocfs2_mount_volume does cleanup job before return error | Heming Zhao via Ocfs2-devel | 1 | -12/+23 |
| 2022-04-29 | ocfs2: ocfs2_initialize_super does cleanup job before return error | Heming Zhao via Ocfs2-devel | 1 | -18/+41 |
| 2022-04-29 | ocfs2: change return type of ocfs2_resmap_init | Heming Zhao via Ocfs2-devel | 1 | -5/+1 |
| 2022-04-29 | ocfs2: fix mounting crash if journal is not alloced | Heming Zhao via Ocfs2-devel | 1 | -0/+15 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-17 | ocfs2: fix crash when initialize filecheck kobj fails | Joseph Qi | 1 | -11/+11 |
| 2022-01-22 | mm: remove cleancache | Christoph Hellwig | 1 | -2/+0 |
| 2021-11-06 | ocfs2: cleanup journal init and shutdown | Valentin Vidic | 1 | -37/+3 |
| 2021-10-18 | ocfs2: mount fails with buffer overflow in strlen | Valentin Vidic | 1 | -4/+10 |
| 2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 1 | -3/+1 |
| 2021-02-24 | ocfs2: remove redundant conditional before iput | Yi Li | 1 | -2/+0 |
| 2020-11-14 | ocfs2: initialize ip_next_orphan | Wengang Wang | 1 | -0/+1 |
| 2020-08-07 | ocfs2: change slot number type s16 to u16 | Junxiao Bi | 1 | -2/+2 |
| 2020-06-02 | ocfs2: mount shared volume without ha stack | Gang He | 1 | -0/+21 |
| 2020-04-02 | ocfs2: use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 1 | -23/+23 |
| 2019-11-04 | fs: Use dquot_load_quota_inode() from filesystems | Jan Kara | 1 | -2/+2 |
| 2019-09-24 | ocfs2: further debugfs cleanups | Greg Kroah-Hartman | 1 | -7/+3 |
| 2019-07-12 | ocfs: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -26/+3 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 | Thomas Gleixner | 1 | -15/+1 |
| 2019-05-07 | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -10/+0 |
| 2019-05-01 | ocfs2: switch to ->free_inode() | Al Viro | 1 | -9/+3 |
| 2019-04-06 | block: remove CONFIG_LBDAF | Christoph Hellwig | 1 | -10/+0 |
| 2019-03-05 | ocfs2: fix the application IO timeout when fstrim is running | Gang He | 1 | -0/+2 |
| 2018-04-05 | ocfs2: add kobject for online file check | Gang He | 1 | -4/+23 |
| 2018-04-05 | ocfs2: remove unnecessary null pointer check before kmem_cache_destroy() | piaojun | 1 | -12/+6 |
| 2018-04-05 | ocfs2: use 'osb' instead of 'OCFS2_SB()' | piaojun | 1 | -2/+2 |
| 2018-01-31 | ocfs2: return -EROFS to mount.ocfs2 if inode block is invalid | piaojun | 1 | -3/+2 |
| 2018-01-31 | ocfs2: give an obvious tip for mismatched cluster names | Gang He | 1 | -2/+6 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -14/+14 |
| 2017-11-15 | ocfs2: no need flush workqueue before destroying it | piaojun | 1 | -3/+1 |
| 2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -9/+6 |
| 2017-09-06 | ocfs2: clean up some dead code | Jun Piao | 1 | -1/+0 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -9/+6 |
| 2017-06-05 | fs: switch ->s_uuid to uuid_t | Christoph Hellwig | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 1 | -0/+1 |
| 2016-12-19 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -1/+0 |
| 2016-12-12 | ocfs2: use time64_t to represent orphan scan times | Deepa Dinamani | 1 | -1/+1 |
| 2016-11-30 | ocfs2: Protect periodic quota syncing with s_umount semaphore | Jan Kara | 1 | -1/+0 |
| 2016-10-07 | fs/ocfs2/super: remove deprecated create_singlethread_workqueue() | Bhaktipriya Shridhar | 1 | -1/+1 |
| 2016-07-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+0 |
| 2016-07-26 | ocfs2: cleanup implemented prototypes | Joseph Qi | 1 | -1/+0 |
| 2016-06-07 | fs: have ll_rw_block users pass in op and flags separately | Mike Christie | 1 | -1/+1 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
| 2016-03-25 | ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local | jiangyiwen | 1 | -22/+15 |
| 2016-03-25 | ocfs2: fix ip_unaligned_aio deadlock with dio work queue | Ryan Ding | 1 | -1/+0 |
| 2016-03-25 | ocfs2: record UNWRITTEN extents when populate write desc | Ryan Ding | 1 | -0/+1 |
| 2016-03-22 | ocfs2: create/remove sysfile for online file check | Gang He | 1 | -0/+5 |
| 2016-03-15 | ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump() | jiangyiwen | 1 | -2/+3 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
| 2016-01-14 | ocfs2: clean up redundant NULL check before iput | Joseph Qi | 1 | -2/+1 |
| 2016-01-14 | ocfs2: optimize bad declarations and redundant assignment | Norton.Zhu | 1 | -6/+2 |
| 2015-09-04 | fs: create and use seq_show_option for escaping | Kees Cook | 1 | -2/+2 |
| 2015-09-04 | ocfs2: neaten do_error, ocfs2_error and ocfs2_abort | Joe Perches | 1 | -2/+2 |
| 2015-09-04 | ocfs2: add errors=continue | Goldwyn Rodrigues | 1 | -19/+44 |
| 2015-09-04 | ocfs2: fix race between dio and recover orphan | Joseph Qi | 1 | -2/+0 |
| 2015-04-21 | Revert "ocfs2: incorrect check for debugfs returns" | Linus Torvalds | 1 | -5/+4 |
| 2015-04-14 | cleancache: zap uuid arg of cleancache_init_shared_fs | Vladimir Davydov | 1 | -1/+1 |
| 2015-04-14 | ocfs2: copy fs uuid to superblock | Vladimir Davydov | 1 | -0/+2 |
| 2015-04-14 | ocfs2: logging: remove static buffer, use vsprintf extension %pV | Joe Perches | 1 | -15/+18 |
| 2015-04-14 | ocfs2: incorrect check for debugfs returns | Chengyu Song | 1 | -4/+5 |
| 2015-02-16 | ocfs2: wait for orphan recovery first once append O_DIRECT write crash | Joseph Qi | 1 | -0/+2 |
| 2015-02-10 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+17 |
| 2015-02-10 | ocfs2: add a mount option journal_async_commit on ocfs2 filesystem | alex chen | 1 | -0/+17 |
| 2015-01-30 | ocfs2: Use generic helpers for quotaon and quotaoff | Jan Kara | 1 | -31/+1 |
| 2014-12-10 | Merge branch 'akpm' (patchbomb from Andrew) | Linus Torvalds | 1 | -1/+2 |
| 2014-12-10 | ocfs2: fix error handling when creating debugfs root in ocfs2_init() | Jan Kara | 1 | -1/+2 |
| 2014-11-10 | ocfs2: Convert to private i_dquot field | Jan Kara | 1 | -0/+8 |
| 2014-10-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -13/+17 |
| 2014-09-26 | ocfs2: free vol_label in ocfs2_delete_osb() | Joseph Qi | 1 | -0/+1 |
| 2014-09-17 | ocfs2: Don't use MAXQUOTAS value | Jan Kara | 1 | -13/+17 |
| 2014-06-23 | ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec... | Xue jiufei | 1 | -6/+2 |
| 2014-06-04 | fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpy | Fabian Frederick | 1 | -2/+2 |
| 2014-06-04 | ocfs2: remove NULL assignments on static | Fabian Frederick | 1 | -2/+2 |
| 2014-04-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+2 |
| 2014-04-03 | ocfs2: avoid system inode ref confusion by adding mutex lock | jiangyiwen | 1 | -0/+2 |
| 2014-04-03 | ocfs2: revert iput deferring code in ocfs2_drop_dentry_lock | Goldwyn Rodrigues | 1 | -29/+1 |
| 2014-04-03 | ocfs2: implement delayed dropping of last dquot reference | Jan Kara | 1 | -0/+8 |
| 2014-04-03 | ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file | Darrick J. Wong | 1 | -0/+3 |
| 2014-04-03 | ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_super | joyce.xue | 1 | -3/+0 |
| 2014-04-03 | ocfs2: change ip_unaligned_aio to of type mutex from atomit_t | Wengang Wang | 1 | -7/+2 |
| 2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 1 | -0/+2 |
| 2014-01-21 | ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously | Yiwen Jiang | 1 | -2/+6 |
| 2014-01-21 | ocfs2: add clustername to cluster connection | Goldwyn Rodrigues | 1 | -3/+5 |
| 2014-01-21 | ocfs2: remove versioning information | Goldwyn Rodrigues | 1 | -3/+1 |
| 2013-11-13 | ocfs2: return ENOMEM when sb_getblk() fails | Rui Xiang | 1 | -2/+2 |
| 2013-09-24 | fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volume | Goldwyn Rodrigues | 1 | -1/+1 |
| 2013-08-28 | fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbers | Goldwyn Rodrigues | 1 | -1/+1 |
| 2013-07-03 | ocfs2: remove unecessary variable needs_checkpoint | Goldwyn Rodrigues | 1 | -4/+2 |
| 2013-03-07 | fs: Limit sys_mount to only request filesystem modules (Part 2). | Eric W. Biederman | 1 | -0/+1 |
| 2013-02-21 | ocfs2: remove kfree() redundant null checks | Tim Gardner | 1 | -4/+2 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-03-20 | ocfs2: fix leaks on failure exits in module_init | Al Viro | 1 | -19/+21 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+1 |
| 2012-03-20 | ... and the same failure exits cleanup for ocfs2 | Al Viro | 1 | -6/+4 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -5/+4 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-11-17 | ocfs2: send correct UUID to cleancache initialization | Dan Magenheimer | 1 | -1/+1 |
| 2011-08-21 | Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in... | Joel Becker | 1 | -6/+6 |
| 2011-07-28 | ocfs2: serialize unaligned aio | Mark Fasheh | 1 | -2/+8 |
| 2011-07-24 | ocfs2: Clean up messages in the fs | Sunil Mushran | 1 | -5/+5 |
| 2011-06-03 | more conservative S_NOSEC handling | Al Viro | 1 | -1/+1 |
| 2011-05-31 | ocfs2: Bugfix for hard readonly mount | Tiger Yang | 1 | -1/+2 |
| 2011-05-26 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -1/+1 |
| 2011-05-26 | ocfs2: add cleancache support | Dan Magenheimer | 1 | -0/+2 |
| 2011-05-23 | ocfs2: clean up mount option about atime in ocfs2.txt | Tiger Yang | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-28 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -62/+27 |
| 2011-03-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -7/+0 |
| 2011-02-23 | ocfs2: Remove masklog ML_SUPER. | Tao Ma | 1 | -19/+10 |
| 2011-02-21 | ocfs2: Add ocfs2_trace.h. | Wengang Wang | 1 | -0/+3 |
| 2011-03-07 | ocfs2: Remove EXIT from masklog. | Tao Ma | 1 | -23/+14 |
| 2011-02-21 | ocfs2: Remove ENTRY from masklog. | Tao Ma | 1 | -26/+6 |
| 2011-02-20 | ocfs2: Check heartbeat mode for kernel stacks only | Mark Fasheh | 1 | -8/+20 |
| 2011-02-01 | ocfs2: use system_wq instead of ocfs2_quota_wq | Tejun Heo | 1 | -7/+0 |
| 2011-01-21 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -3/+2 |
| 2011-01-12 | switch ocfs2, close races | Al Viro | 1 | -0/+1 |
| 2011-01-12 | quota: Fix deadlock during path resolution | Jan Kara | 1 | -3/+2 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
| 2010-10-29 | new helper: mount_bdev() | Al Viro | 1 | -7/+4 |
| 2010-10-22 | Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -7/+0 |
| 2010-10-15 | Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2... | Joel Becker | 1 | -15/+44 |
| 2010-10-11 | ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIR... | Tristan Ye | 1 | -0/+15 |
| 2010-10-11 | Initialize max_slots early | Goldwyn Rodrigues | 1 | -9/+9 |
| 2010-10-07 | ocfs2: Add support for heartbeat=global mount option | Sunil Mushran | 1 | -14/+41 |
| 2010-10-09 | ocfs2: Add an incompat feature flag OCFS2_FEATURE_INCOMPAT_CLUSTERINFO | Sunil Mushran | 1 | -1/+3 |
| 2010-10-04 | BKL: Remove BKL from OCFS2 | Arnd Bergmann | 1 | -12/+0 |
| 2010-10-04 | BKL: Explicitly add BKL around get_sb/fill_super | Jan Blunck | 1 | -0/+5 |
| 2010-09-10 | ocfs2: Cache system inodes of other slots. | Tao Ma | 1 | -3/+17 |
| 2010-09-10 | OCFS2: Allow huge (> 16 TiB) volumes to mount | Patrick J. LoPresti | 1 | -5/+46 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2010-08-09 | convert ocfs2 to ->evict_inode() | Al Viro | 1 | -2/+1 |
| 2010-06-16 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -27/+23 |
| 2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 1 | -1/+1 |
| 2010-05-24 | quota: rename default quotactl methods to dquot_ | Christoph Hellwig | 1 | -9/+9 |
| 2010-05-24 | quota: drop remount argument to ->quota_on and ->quota_off | Christoph Hellwig | 1 | -8/+2 |
| 2010-05-24 | quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers | Christoph Hellwig | 1 | -9/+5 |
| 2010-05-24 | ocfs2: Fix use after free on remount read-only | Jan Kara | 1 | -1/+7 |
| 2010-05-21 | ocfs2: Fix lock inversion in quotas during umount | Jan Kara | 1 | -0/+4 |
| 2010-05-18 | Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into oc... | Joel Becker | 1 | -1/+2 |
| 2010-05-10 | ocfs2: Wrap signal blocking in void functions. | Joel Becker | 1 | -0/+20 |
| 2010-05-05 | ocfs2: Make nointr a default mount option | Sunil Mushran | 1 | -1/+1 |
| 2010-05-05 | ocfs2: Add dir_resv_level mount option | Mark Fasheh | 1 | -0/+23 |
| 2010-05-05 | ocfs2: increase the default size of local alloc windows | Mark Fasheh | 1 | -1/+2 |
| 2010-05-05 | ocfs2: clean up localalloc mount option size parsing | Mark Fasheh | 1 | -5/+5 |
| 2010-05-05 | ocfs2: use allocation reservations during file write | Mark Fasheh | 1 | -0/+2 |
| 2010-05-05 | ocfs2: allocation reservations | Mark Fasheh | 1 | -0/+25 |
| 2010-04-13 | ocfs2: ocfs2_group_bitmap_size has to handle old volume. | Tao Ma | 1 | -1/+2 |
| 2010-04-13 | ocfs2: Define data structures for discontiguous block groups. | Joel Becker | 1 | -1/+1 |
| 2010-02-26 | ocfs2: add extent block stealing for ocfs2 v5 | Tiger Yang | 1 | -3/+7 |
| 2010-01-25 | ocfs2/trivial: Remove trailing whitespaces | Sunil Mushran | 1 | -1/+1 |
| 2009-12-24 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -47/+48 |
| 2009-10-29 | ocfs2: return f_fsid info in ocfs2_statfs() | Coly Li | 1 | -0/+4 |
| 2009-10-28 | ocfs2: Set MS_POSIXACL on remount | Jan Kara | 1 | -0/+4 |
| 2009-10-28 | ocfs2: Make acl use the default | Jan Kara | 1 | -38/+44 |
| 2009-10-28 | ocfs2: Always include ACL support | Jan Kara | 1 | -9/+0 |
| 2009-10-28 | ocfs2: Return -EINVAL when a device is not ocfs2. | Joel Becker | 1 | -7/+9 |
| 2009-10-01 | const: constify remaining file_operations | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-23 | headers: utsname.h redux | Alexey Dobriyan | 1 | -1/+0 |
| 2009-09-23 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+9 |
| 2009-09-23 | ocfs2: __ocfs2_abort() should not enable panic for local mounts | Sunil Mushran | 1 | -1/+2 |
| 2009-09-22 | ocfs2: Add refcount tree lock mechanism. | Tao Ma | 1 | -0/+5 |
| 2009-09-22 | const: make struct super_block::s_qcop const | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-04 | ocfs2: move ip_created_trans to struct ocfs2_caching_info | Joel Becker | 1 | -1/+0 |
| 2009-09-04 | ocfs2: move ip_last_trans to struct ocfs2_caching_info | Joel Becker | 1 | -1/+0 |
| 2009-09-04 | ocfs2: Take the inode out of the metadata read/write paths. | Joel Becker | 1 | -1/+1 |
| 2009-09-04 | ocfs2: Change metadata caching locks to an operations structure. | Joel Becker | 1 | -2/+2 |
| 2009-09-04 | ocfs2: Make the ocfs2_caching_info structure self-contained. | Joel Becker | 1 | -1/+2 |
| 2009-08-17 | ocfs2: Don't oops in ocfs2_kill_sb on a failed mount | Jan Kara | 1 | -1/+5 |
| 2009-07-23 | ocfs2: Fix initialization of blockcheck stats | Jan Kara | 1 | -0/+1 |
| 2009-07-21 | ocfs2: Fix deadlock on umount | Jan Kara | 1 | -3/+22 |
| 2009-07-08 | ocfs2: Fixup orphan scan cleanup after failed mount | Jeff Mahoney | 1 | -1/+3 |