Joel Becker 1c520dfbf3 ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. hace 16 años
..
cluster 300df7dc89 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 hace 16 años
dlm 9405dccfd3 ocfs2/dlm: Tweak mle_state output hace 16 años
Kconfig 2fe4371dff fs/Kconfig: move ocfs2 out hace 16 años
Makefile 70ad1ba7b4 ocfs2: Add the underlying blockcheck code. hace 16 años
acl.c ce3b0f8d5c New helper - current_umask() hace 16 años
acl.h 89c38bd0ad ocfs2: add ocfs2_init_acl in mknod hace 16 años
alloc.c 6b791bcc8b ocfs2: Adjust rightmost path in ocfs2_add_branch. hace 16 años
alloc.h 9b7895efac ocfs2: Add a name indexed b-tree to directory inodes hace 16 años
aops.c 1fca3a05ef ocfs2: Pagecache usage optimization on ocfs2 hace 16 años
aops.h b6af1bcd87 ocfs2: convert to new aops hace 18 años
blockcheck.c 73be192b17 ocfs2: Add statistics for the checksum and ecc operations. hace 16 años
blockcheck.h 73be192b17 ocfs2: Add statistics for the checksum and ecc operations. hace 16 años
buffer_head_io.c b86c86fa1f ocfs2: Use BH_JBDPrivateStart instead of BH_Unshadow hace 16 años
buffer_head_io.h 970e4936d7 ocfs2: Validate metadata only when it's read from disk. hace 16 años
dcache.c a5a0a63092 ocfs2: Add missing iput() during error handling in ocfs2_dentry_attach_lock() hace 16 años
dcache.h d8fba0ffe5 constify dentry_operations: OCFS2 hace 16 años
dir.c edd45c0849 ocfs2: Correct ordering of ip_alloc_sem and localloc locks for directories hace 16 años
dir.h e7c17e4309 ocfs2: Introduce dir free space list hace 16 años
dlmglue.c 1c520dfbf3 ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. hace 16 años
dlmglue.h 83273932fb ocfs2: timer to queue scan of all orphan slots hace 16 años
export.c 5b09b507da ocfs2: Fix some printk() warnings. hace 16 años
export.h 3965516440 exportfs: make struct export_operations const hace 18 años
extent_map.c a8549fb5ab ocfs2: Wrap virtual block reads in ocfs2_read_virt_blocks() hace 16 años
extent_map.h a8549fb5ab ocfs2: Wrap virtual block reads in ocfs2_read_virt_blocks() hace 16 años
file.c e04cc15f52 ocfs2: fdatasync should skip unimportant metadata writeout hace 16 años
file.h 9e33d69f55 ocfs2: Implementation of local and global quota file handling hace 16 años
heartbeat.c 6953b4c008 ocfs2: Move o2hb functionality into the stack glue. hace 17 años
heartbeat.h 6953b4c008 ocfs2: Move o2hb functionality into the stack glue. hace 17 años
inode.c 6ca497a83e ocfs2: fix rare stale inode errors when exporting via nfs hace 16 años
inode.h 6ca497a83e ocfs2: fix rare stale inode errors when exporting via nfs hace 16 años
ioctl.c a81cb88b64 ocfs2: Don't check for NULL before brelse() hace 17 años
ioctl.h c9ec14884d ocfs2: Convert ocfs2 over to unlocked_ioctl hace 17 años
journal.c 15633a220f ocfs2 patch to track delayed orphan scan timer statistics hace 16 años
journal.h 83273932fb ocfs2: timer to queue scan of all orphan slots hace 16 años
localalloc.c 59b526a307 ocfs2: Remove debugfs file local_alloc_stats hace 16 años
localalloc.h 9c7af40b21 ocfs2: throttle back local alloc when low on disk space hace 17 años
locks.c 53da4939f3 ocfs2: POSIX file locks support hace 17 años
locks.h 53da4939f3 ocfs2: POSIX file locks support hace 17 años
mmap.c c2ec175c39 mm: page_mkwrite change prototype to match fault hace 16 años
mmap.h ccd979bdbc [PATCH] OCFS2: The Second Oracle Cluster Filesystem hace 19 años
namei.c 7e31a966ad ocfs2/trivial: Remove unused variable in ocfs2_rename. hace 16 años
namei.h 316f4b9f98 ocfs2: Move directory manipulation code into dir.c hace 18 años
ocfs1_fs_compat.h c78bad11fb fs/: Spelling fixes hace 17 años
ocfs2.h 73be192b17 ocfs2: Add statistics for the checksum and ecc operations. hace 16 años
ocfs2_fs.h 3a8df2b9c3 ocfs2: Enable indexed directories hace 16 años
ocfs2_lockid.h 83273932fb ocfs2: timer to queue scan of all orphan slots hace 16 años
ocfs2_lockingver.h d24fbcda0c ocfs2: Negotiate locking protocol versions. hace 17 años
quota.h 85eb8b73d6 ocfs2: Fix ocfs2_read_quota_block() error handling. hace 16 años
quota_global.c 4e8a301929 ocfs2: Fix possible deadlock in ocfs2_global_read_dquot() hace 16 años
quota_local.c 80d73f15d1 ocfs2: Fix possible deadlock in quota recovery hace 16 años
resize.c 13723d00e3 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. hace 16 años
resize.h 7909f2bf83 [PATCH 2/2] ocfs2: Implement group add for online resize hace 17 años
slot_map.c 970e4936d7 ocfs2: Validate metadata only when it's read from disk. hace 16 años
slot_map.h fc881fa0d5 ocfs2: De-magic the in-memory slot map. hace 17 años
stack_o2cb.c 1c520dfbf3 ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. hace 16 años
stack_user.c 1c520dfbf3 ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. hace 16 años
stackglue.c 1c520dfbf3 ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. hace 16 años
stackglue.h 1c520dfbf3 ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. hace 16 años
suballoc.c 5b09b507da ocfs2: Fix some printk() warnings. hace 16 años
suballoc.h 6ca497a83e ocfs2: fix rare stale inode errors when exporting via nfs hace 16 años
super.c 300df7dc89 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 hace 16 años
super.h a00cce356b ocfs2: use s_maxbytes directly in ocfs2_change_file_space() hace 18 años
symlink.c a731d12d6d ocfs2: Use nd_set_link(). hace 16 años
symlink.h 92e1d5be91 [PATCH] mark struct inode_operations const 2 hace 18 años
sysfile.c 5fa0613ea5 ocfs2: Silence false lockdep warnings hace 17 años
sysfile.h ccd979bdbc [PATCH] OCFS2: The Second Oracle Cluster Filesystem hace 19 años
uptodate.c fd8351f83d ocfs2: use smaller counters in ocfs2_remove_xattr_clusters_from_cache hace 17 años
uptodate.h ac11c82719 ocfs2: Add helper function in uptodate.c for removing xattr clusters hace 17 años
ver.c 0e5ae03203 ocfs2: bump version number hace 17 años
ver.h ccd979bdbc [PATCH] OCFS2: The Second Oracle Cluster Filesystem hace 19 años
xattr.c a46fa684fc ocfs2: Don't printk the error when listing too many xattrs. hace 16 años
xattr.h 9b7895efac ocfs2: Add a name indexed b-tree to directory inodes hace 16 años