Linus Torvalds 835c92d43b Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 9 years ago
..
cluster 0e06f5c0de Merge branch 'akpm' (patches from Andrew) 9 years ago
dlm 835c92d43b Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 9 years ago
dlmfs 612645f7cf qstr: constify instances in ocfs2 9 years ago
Kconfig 7b1fff7e4f ocfs2: Make OCFS2_FS depend on CONFIGFS_FS 14 years ago
Makefile 7186ee06b6 ocfs2: disable BUG assertions in reading blocks 9 years ago
acl.c c25a1e0671 ocfs2: fix posix_acl_create deadlock 9 years ago
acl.h c25a1e0671 ocfs2: fix posix_acl_create deadlock 9 years ago
alloc.c 2070ad1aeb ocfs2: retry on ENOSPC if sufficient space in truncate log 9 years ago
alloc.h 2070ad1aeb ocfs2: retry on ENOSPC if sufficient space in truncate log 9 years ago
aops.c 2070ad1aeb ocfs2: retry on ENOSPC if sufficient space in truncate log 9 years ago
aops.h e63890f38a ocfs2: fix ip_unaligned_aio deadlock with dio work queue 9 years ago
blockcheck.c 1db5df98fa ocfs2: kill endianness abuses in blockcheck.c 13 years ago
blockcheck.h 73be192b17 ocfs2: Add statistics for the checksum and ecc operations. 16 years ago
buffer_head_io.c d05d7f4079 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block 9 years ago
buffer_head_io.h 8cb471e8f8 ocfs2: Take the inode out of the metadata read/write paths. 16 years ago
dcache.c 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
dcache.h 8ed6b23709 ocfs2: revert iput deferring code in ocfs2_drop_dentry_lock 11 years ago
dir.c 5955102c99 wrappers for ->i_mutex access 9 years ago
dir.h 2b0143b5c9 VFS: normal filesystems (and lustre): d_inode() annotations 10 years ago
dlmglue.c e81f1c5c4a ocfs2: remove obscure BUG_ON in dlmglue 9 years ago
dlmglue.h 84d86f83f9 ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert thread 11 years ago
export.c 9ec3a646fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 10 years ago
export.h 3965516440 exportfs: make struct export_operations const 18 years ago
extent_map.c 7ecef14ab1 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort 10 years ago
extent_map.h 93862d5e1a ocfs2: Implement llseek() 14 years ago
file.c 7f427d3a60 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 9 years ago
file.h 026749a86e ocfs2: prepare some interfaces used in append direct io 10 years ago
filecheck.c a860f6eb4c ocfs2: sysfile interfaces for online file check 9 years ago
filecheck.h a860f6eb4c ocfs2: sysfile interfaces for online file check 9 years ago
heartbeat.c b5770f98b0 ocfs2: Remove mlog(0) from fs/ocfs2/heartbeat.c 14 years ago
heartbeat.h 6953b4c008 ocfs2: Move o2hb functionality into the stack glue. 17 years ago
inode.c 1f3a437fa0 ocfs2: fix improper handling of return errno 9 years ago
inode.h 698d44b43a ocfs2: cleanup implemented prototypes 9 years ago
ioctl.c 5955102c99 wrappers for ->i_mutex access 9 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 0b492f68bb ocfs2: improve recovery performance 9 years ago
journal.h 41617e1a8d jbd2: add support for avoiding data writes during transaction commits 9 years ago
localalloc.c 35ddf78e41 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local 9 years ago
localalloc.h fb951eb5e1 ocfs2: free allocated clusters if error occurs after ocfs2_claim_clusters 11 years ago
locks.c b5a8bc338e ocfs2: fix flock panic issue 9 years ago
locks.h 53da4939f3 ocfs2: POSIX file locks support 17 years ago
mmap.c 09cbfeaf1a mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros 9 years ago
mmap.h ccd979bdbc [PATCH] OCFS2: The Second Oracle Cluster Filesystem 19 years ago
move_extents.c 5955102c99 wrappers for ->i_mutex access 9 years ago
move_extents.h 53069d4e76 Ocfs2/move_extents: move/defrag extents within a certain range. 14 years ago
namei.c c25a1e0671 ocfs2: fix posix_acl_create deadlock 9 years ago
namei.h 30edc43c7f ocfs2: do not include dio entry in case of orphan scan 10 years ago
ocfs1_fs_compat.h c78bad11fb fs/: Spelling fixes 17 years ago
ocfs2.h 09cbfeaf1a mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros 9 years ago
ocfs2_fs.h 8ba442214c ocfs2: fix comment in struct ocfs2_extended_slot 9 years ago
ocfs2_ioctl.h 220ebc4334 Ocfs2/move_extents: Adding new ioctl code 'OCFS2_IOC_MOVE_EXT' to ocfs2. 14 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
ocfs2_trace.h f1f973ffce ocfs2: code clean up for direct io 9 years ago
quota.h d1b98c23f7 quota: constify qtree_fmt_operations structures 9 years ago
quota_global.c e008bb6134 quota: use time64_t internally 9 years ago
quota_local.c 7ecef14ab1 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort 10 years ago
refcounttree.c c25a1e0671 ocfs2: fix posix_acl_create deadlock 9 years ago
refcounttree.h c7dd3392ad ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page 12 years ago
reservations.c 8989b67330 ocfs2: make resv_lock spinlock static 10 years ago
reservations.h 25985edced Fix common misspellings 14 years ago
resize.c 584dca3440 ocfs2: solve a problem of crossing the boundary in updating backups 9 years ago
resize.h 7909f2bf83 [PATCH 2/2] ocfs2: Implement group add for online resize 17 years ago
slot_map.c 8f9b1802c2 ocfs2: clean up an unneeded goto in ocfs2_put_slot() 9 years ago
slot_map.h fc881fa0d5 ocfs2: De-magic the in-memory slot map. 17 years ago
stack_o2cb.c 7a8346429d ocfs2: avoid a pointless delay in o2cb_cluster_check() 10 years ago
stack_user.c 01a36b6758 ocfs2: ensure that dlm lockspace is created by kernel module 9 years ago
stackglue.c 191df2b513 ocfs2: fix a redundant re-initialization 9 years ago
stackglue.h 9dde5e4f33 ocfs2: export ocfs2_kset for online file check 9 years ago
suballoc.c 2070ad1aeb ocfs2: retry on ENOSPC if sufficient space in truncate log 9 years ago
suballoc.h db66c71577 ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failed 11 years ago
super.c 0e06f5c0de Merge branch 'akpm' (patches from Andrew) 9 years ago
super.h 35ddf78e41 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local 9 years ago
symlink.c fceef393a5 switch ->get_link() to delayed_call, kill ->put_link() 9 years ago
symlink.h ea022dfb3c ocfs: simplify symlink handling 13 years ago
sysfile.c 43b10a2037 ocfs2: avoid system inode ref confusion by adding mutex lock 11 years ago
sysfile.h ccd979bdbc [PATCH] OCFS2: The Second Oracle Cluster Filesystem 19 years ago
uptodate.c 1a5c4e2a0e ocfs2: remove NULL assignments on static 11 years ago
uptodate.h 0cf2f7632b ocfs2: Pass struct ocfs2_caching_info to the journal functions. 16 years ago
xattr.c 69c4289449 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 9 years ago
xattr.h c25a1e0671 ocfs2: fix posix_acl_create deadlock 9 years ago