aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/ocfs2_fs.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-03ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGravatar Gustavo A. R. Silva 1-4/+4
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2020-06-26ocfs2: fix value of OCFS2_INVALID_SLOTGravatar Junxiao Bi 1-1/+1
2020-06-26ocfs2: load global_inode_allocGravatar Junxiao Bi 1-1/+1
2020-04-02ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-9/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Gravatar Thomas Gleixner 1-14/+1
2019-05-14ocfs2: use common file type conversionGravatar Phillip Potter 1-27/+1
2018-06-07ocfs2: correct the comments position of struct ocfs2_dir_block_trailerGravatar Guozhonghua 1-4/+4
2017-07-06ocfs2: use magic.hGravatar Fabian Frederick 1-3/+2
2016-05-19ocfs2: fix comment in struct ocfs2_extended_slotGravatar Guozhonghua 1-1/+1
2015-08-07treewide: fix typos in comment blocksGravatar Masahiro Yamada 1-2/+2
2015-03-12ocfs2: make append_dio an incompat featureGravatar Mark Fasheh 1-7/+8
2015-02-16ocfs2: set append dio as a ro compat featureGravatar Joseph Qi 1-1/+7
2015-02-16ocfs2: add functions to add and remove inode in orphan dirGravatar Joseph Qi 1-1/+5
2011-04-26Revert wrong fixes for common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-12-22ocfs2: Fix system inodes cache overflow.Gravatar Tao Ma 1-1/+1
2010-10-15Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Gravatar Joel Becker 1-18/+60
2010-10-07ocfs2: Add support for heartbeat=global mount optionGravatar Sunil Mushran 1-0/+1
2010-10-09ocfs2: Add an incompat feature flag OCFS2_FEATURE_INCOMPAT_CLUSTERINFOGravatar Sunil Mushran 1-6/+34
2010-09-23ocfs2: Sync inode flags with ext2.Gravatar Tao Ma 1-12/+25
2010-09-10ocfs2: Cache system inodes of other slots.Gravatar Tao Ma 1-0/+5
2010-03-18ocfs2: enable discontig block group support.Gravatar Tao Ma 1-1/+2
2010-05-17ocfs2: Add ocfs2_gd_is_discontig.Gravatar Tao Ma 1-0/+14
2010-04-13ocfs2: ocfs2_group_bitmap_size has to handle old volume.Gravatar Tao Ma 1-12/+25
2010-03-26ocfs2: Add suballoc_loc to metadata blocks.Gravatar Joel Becker 1-5/+24
2010-04-13ocfs2: Allocate discontiguous block groups.Gravatar Joel Becker 1-0/+20
2010-04-13ocfs2: Define data structures for discontiguous block groups.Gravatar Joel Becker 1-7/+46
2010-05-05ocfs2: increase the default size of local alloc windowsGravatar Mark Fasheh 1-8/+0
2010-03-02Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.hGravatar Tristan Ye 1-57/+0
2010-01-25ocfs2: Sync max_inline_data_with_xattr from tools.Gravatar Tao Ma 1-2/+9
2009-12-17ocfs2: replace u8 by __u8 in ocfs2_fs.hGravatar Coly Li 1-1/+1
2009-09-22ocfs2: Add ioctl for reflink.Gravatar Tao Ma 1-0/+9
2009-09-22ocfs2: Enable refcount tree support.Gravatar Tao Ma 1-1/+2
2009-09-22ocfs2: Add support for incrementing refcount in the tree.Gravatar Tao Ma 1-0/+7
2009-09-22ocfs2: Define refcount tree structure.Gravatar Tao Ma 1-3/+85
2009-04-03ocfs2: Enable indexed directoriesGravatar Mark Fasheh 1-1/+2
2009-04-03ocfs2: Add total entry count to dx_root_blockGravatar Mark Fasheh 1-1/+5
2009-04-03ocfs2: Increase max links countGravatar Mark Fasheh 1-1/+3
2009-04-03ocfs2: Introduce dir free space listGravatar Mark Fasheh 1-1/+4
2009-04-03ocfs2: Store dir index records inlineGravatar Mark Fasheh 1-4/+24
2009-04-03ocfs2: Add a name indexed b-tree to directory inodesGravatar Mark Fasheh 1-3/+99
2009-03-12ocfs2: tweak to get the maximum inline data size with xattrGravatar Tiger Yang 1-6/+0
2009-01-05ocfs2: Enable metadata checksums.Gravatar Joel Becker 1-1/+2
2009-01-05ocfs2: Checksum and ECC for directory blocks.Gravatar Joel Becker 1-1/+1
2009-01-05ocfs2: Add directory block trailers.Gravatar Mark Fasheh 1-0/+29
2009-01-05ocfs2: Add the on-disk structures for metadata checksums.Gravatar Joel Becker 1-5/+50
2009-01-05ocfs2: Enable quota accounting on mount, disable on umountGravatar Jan Kara 1-1/+3
2009-01-05ocfs2: Implementation of local and global quota file handlingGravatar Jan Kara 1-0/+103
2009-01-05ocfs2: Assign feature bits and system inodes to quota feature and quota filesGravatar Jan Kara 1-3/+18