Linus Torvalds c32da02342 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 15 years ago
..
cluster 03affdef4f fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4 15 years ago
dlm bc9838c4d4 dlm: allow dlm do recovery during shutdown 15 years ago
dlmfs 6fcef3f04a ocfs2/userdlm: Add tracing in userdlm 15 years ago
Kconfig e6aabe0cac ocfs2: Always include ACL support 15 years ago
Makefile 34a9dd7e29 ocfs2_dlmfs: Move to its own directory 15 years ago
acl.c 45e62974fb Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 15 years ago
acl.h e6aabe0cac ocfs2: Always include ACL support 15 years ago
alloc.c e213e26ab3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 15 years ago
alloc.h 38a04e4327 ocfs2: Find proper end cpos for a leaf refcount block. 15 years ago
aops.c e213e26ab3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 15 years ago
aops.h 6f70fa5199 ocfs2: Add CoW support. 16 years ago
blockcheck.c bf48aabb89 tree-wide: fix typos "offest" -> "offset" 15 years ago
blockcheck.h 73be192b17 ocfs2: Add statistics for the checksum and ecc operations. 16 years ago
buffer_head_io.c 2bd632165c ocfs2/trivial: Remove trailing whitespaces 15 years ago
buffer_head_io.h 8cb471e8f8 ocfs2: Take the inode out of the metadata read/write paths. 16 years ago
dcache.c a1b08e75df ocfs2: invalidate dentry if its dentry_lock isn't initialized. 16 years ago
dcache.h f7b1aa69be ocfs2: Fix deadlock on umount 16 years ago
dir.c e213e26ab3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 15 years ago
dir.h e7c17e4309 ocfs2: Introduce dir free space list 16 years ago
dlmglue.c 318ae2edc3 Merge branch 'for-next' into for-linus 15 years ago
dlmglue.h 8dec98edfe ocfs2: Add new refcount tree lock resource in dlmglue. 16 years ago
export.c 2bd632165c ocfs2/trivial: Remove trailing whitespaces 15 years ago
export.h 3965516440 exportfs: make struct export_operations const 18 years ago
extent_map.c 318ae2edc3 Merge branch 'for-next' into for-linus 15 years ago
extent_map.h 1061f9c1c9 ocfs2: Return extent flags for xattr value tree. 16 years ago
file.c e213e26ab3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 15 years ago
file.h 293b2f70b4 ocfs2: Integrate CoW in file write. 16 years ago
heartbeat.c 6953b4c008 ocfs2: Move o2hb functionality into the stack glue. 17 years ago
heartbeat.h 6953b4c008 ocfs2: Move o2hb functionality into the stack glue. 17 years ago
inode.c 871a293155 dquot: cleanup dquot initialize routine 15 years ago
inode.h 6136ca5f5f ocfs2: Drop struct inode from ocfs2_extent_tree_operations. 16 years ago
ioctl.c 34e6c59af0 ocfs2: Use compat_ptr in reflink_arguments. 15 years ago
ioctl.h 9df5778ece Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h 15 years ago
journal.c 2bd632165c ocfs2/trivial: Remove trailing whitespaces 15 years ago
journal.h bcbbb24a6a ocfs2: Decrement refcount when truncating refcounted extents. 16 years ago
localalloc.c b89c54282d ocfs2: add extent block stealing for ocfs2 v5 15 years ago
localalloc.h 9c7af40b21 ocfs2: throttle back local alloc when low on disk space 17 years ago
locks.c 53da4939f3 ocfs2: POSIX file locks support 17 years ago
locks.h 53da4939f3 ocfs2: POSIX file locks support 17 years ago
mmap.c f0f37e2f77 const: mark struct vm_struct_operations 16 years ago
mmap.h ccd979bdbc [PATCH] OCFS2: The Second Oracle Cluster Filesystem 19 years ago
namei.c 871a293155 dquot: cleanup dquot initialize routine 15 years ago
namei.h bc13d34757 ocfs2: Create reflinked file in orphan dir. 16 years ago
ocfs1_fs_compat.h c78bad11fb fs/: Spelling fixes 17 years ago
ocfs2.h 9df5778ece Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h 15 years ago
ocfs2_fs.h 9df5778ece Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h 15 years ago
ocfs2_ioctl.h 9df5778ece Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h 15 years ago
ocfs2_lockid.h 8dec98edfe ocfs2: Add new refcount tree lock resource in dlmglue. 16 years ago
ocfs2_lockingver.h cbe0e331fd ocfs2_dlmfs: Enable the use of user cluster stacks. 15 years ago
quota.h 3067393005 quota: Move definition of QFMT_OCFS2 to linux/quota.h 15 years ago
quota_global.c 871a293155 dquot: cleanup dquot initialize routine 15 years ago
quota_local.c 984b3f5746 bitops: rename for_each_bit() to for_each_set_bit() 15 years ago
refcounttree.c e213e26ab3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 15 years ago
refcounttree.h bd50873dc7 ocfs2: Add ioctl for reflink. 16 years ago
resize.c 0cf2f7632b ocfs2: Pass struct ocfs2_caching_info to the journal functions. 16 years ago
resize.h 7909f2bf83 [PATCH 2/2] ocfs2: Implement group add for online resize 17 years ago
slot_map.c 8cb471e8f8 ocfs2: Take the inode out of the metadata read/write paths. 16 years ago
slot_map.h fc881fa0d5 ocfs2: De-magic the in-memory slot map. 17 years ago
stack_o2cb.c 110946c8fb ocfs2: Hang the locking proto on the cluster conn and use it in asts. 15 years ago
stack_user.c e603cfb074 ocfs2: Remove the ast pointers from ocfs2_stack_plugins 15 years ago
stackglue.c cbe0e331fd ocfs2_dlmfs: Enable the use of user cluster stacks. 15 years ago
stackglue.h cbe0e331fd ocfs2_dlmfs: Enable the use of user cluster stacks. 15 years ago
suballoc.c b89c54282d ocfs2: add extent block stealing for ocfs2 v5 15 years ago
suballoc.h b89c54282d ocfs2: add extent block stealing for ocfs2 v5 15 years ago
super.c b89c54282d ocfs2: add extent block stealing for ocfs2 v5 15 years ago
super.h a00cce356b ocfs2: use s_maxbytes directly in ocfs2_change_file_space() 18 years ago
symlink.c 1dd473fdf1 ocfs2: Fix refcnt leak on ocfs2_fast_follow_link() error path 15 years ago
symlink.h 92e1d5be91 [PATCH] mark struct inode_operations const 2 18 years ago
sysfile.c d246ab307d ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define. 16 years ago
sysfile.h ccd979bdbc [PATCH] OCFS2: The Second Oracle Cluster Filesystem 19 years ago
uptodate.c 2bd632165c ocfs2/trivial: Remove trailing whitespaces 15 years ago
uptodate.h 0cf2f7632b ocfs2: Pass struct ocfs2_caching_info to the journal functions. 16 years ago
ver.c 0e5ae03203 ocfs2: bump version number 17 years ago
ver.h ccd979bdbc [PATCH] OCFS2: The Second Oracle Cluster Filesystem 19 years ago
xattr.c 399ff3a748 ocfs2: Handle errors while setting external xattr values. 15 years ago
xattr.h e6aabe0cac ocfs2: Always include ACL support 15 years ago