aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/file.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-4/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 1-15/+1
2018-06-07ocfs2: clean up redundant function declarationsGravatar Jia Guo 1-2/+0
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-2/+2
2016-12-10ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresGravatar Darrick J. Wong 1-0/+3
2015-02-16ocfs2: prepare some interfaces used in append direct ioGravatar Joseph Qi 1-0/+9
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-1/+1
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-1/+1
2010-07-08ocfs2: Zero the tail cluster when extending past i_size.Gravatar Joel Becker 1-2/+4
2009-09-22ocfs2: Integrate CoW in file write.Gravatar Tao Ma 1-0/+2
2009-01-05ocfs2: Implementation of local and global quota file handlingGravatar Jan Kara 1-0/+3
2008-10-13ocfs2: Make high level btree extend code genericGravatar Tao Ma 1-15/+11
2008-10-13ocfs2: Abstract ocfs2_extent_tree in b-tree operations.Gravatar Tao Ma 1-4/+0
2008-10-13ocfs2: Modify ocfs2_num_free_extents for future xattr usage.Gravatar Tao Ma 1-1/+1
2008-10-13ocfs2: POSIX file locks supportGravatar Mark Fasheh 1-0/+2
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-2/+1
2008-01-25[PATCH 1/2] ocfs2: add flock lock typeGravatar Mark Fasheh 1-0/+6
2007-10-12ocfs2: move nonsparse hole-filling into ocfs2_write_begin()Gravatar Mark Fasheh 1-0/+2
2007-07-10ocfs2: Support xfs style space reservation ioctlsGravatar Mark Fasheh 1-0/+3
2007-07-10ocfs2: Support creation of unwritten extentsGravatar Mark Fasheh 1-2/+3
2007-07-10ocfs2: support writing of unwritten extentsGravatar Mark Fasheh 1-1/+1
2007-05-02[PATCH] fs/ocfs2/: make 3 functions staticGravatar Adrian Bunk 1-5/+0
2007-04-26ocfs2: teach ocfs2_file_aio_write() about sparse filesGravatar Mark Fasheh 1-0/+4
2007-04-26ocfs2: sparse b-tree supportGravatar Mark Fasheh 1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-2/+2
2006-12-01ocfs2: implement i_op->permissionGravatar Tiger Yang 1-0/+2
2006-12-01ocfs2: core atime update functionsGravatar Tiger Yang 1-0/+5
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tGravatar Mark Fasheh 1-2/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-2/+2
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemGravatar Mark Fasheh 1-0/+57