| .. |
|
locking
|
2d56d3c43c
Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux
|
hace 18 años |
|
Kconfig
|
9beeb9f3c5
[DLM/GFS2] indent help text
|
hace 19 años |
|
Makefile
|
e9fc2aa091
[GFS2] Update copyright, tidy up incore.h
|
hace 19 años |
|
acl.c
|
77386e1f66
[GFS2] Remove gfs2_check_acl()
|
hace 19 años |
|
acl.h
|
77386e1f66
[GFS2] Remove gfs2_check_acl()
|
hace 19 años |
|
bmap.c
|
cd354f1ae7
[PATCH] remove many unneeded #includes of sched.h
|
hace 19 años |
|
bmap.h
|
23591256d6
[GFS2] Fix bmap to map extents properly
|
hace 19 años |
|
daemon.c
|
b004157ab5
[GFS2] Fix journal flush problem
|
hace 19 años |
|
daemon.h
|
e9fc2aa091
[GFS2] Update copyright, tidy up incore.h
|
hace 19 años |
|
dir.c
|
f391a4ead6
[GFS2] printk warning fixes
|
hace 18 años |
|
dir.h
|
3699e3a44b
[GFS2] Clean up/speed up readdir
|
hace 19 años |
|
eaops.c
|
cd354f1ae7
[PATCH] remove many unneeded #includes of sched.h
|
hace 19 años |
|
eaops.h
|
cca195c5c0
[GFS2] Extended attribute code style changes
|
hace 19 años |
|
eattr.c
|
cd354f1ae7
[PATCH] remove many unneeded #includes of sched.h
|
hace 19 años |
|
eattr.h
|
b44b84d765
[GFS2] gfs2 misc endianness annotations
|
hace 19 años |
|
gfs2.h
|
e9fc2aa091
[GFS2] Update copyright, tidy up incore.h
|
hace 19 años |
|
glock.c
|
37fde8ca6c
[GFS2] Uncomment sprintf_symbol calling code
|
hace 18 años |
|
glock.h
|
04b933f27b
[GFS2] Red Hat bz 228540: owner references
|
hace 18 años |
|
glops.c
|
c3f49bc209
[GFS2] Fix bz 229873, alternate test: assertion "!ip->i_inode.i_mapping->nrpages" failed
|
hace 19 años |
|
glops.h
|
f2f7ba5237
[GFS2] Make headers compile on their own
|
hace 19 años |
|
incore.h
|
5f8820960c
[GFS2] lockdump improvements
|
hace 18 años |
|
inode.c
|
1be3867955
[GFS2] Fix bz 229831, lookup returns wrong inode
|
hace 19 años |
|
inode.h
|
dcd2479959
[GFS2] Remove unused function from inode.c
|
hace 19 años |
|
lm.c
|
cd354f1ae7
[PATCH] remove many unneeded #includes of sched.h
|
hace 19 años |
|
lm.h
|
9b47c11d1c
[GFS2] Use void * instead of typedef for locking module interface
|
hace 19 años |
|
locking.c
|
7d308590ae
[GFS2] Export lm_interface to kernel headers
|
hace 19 años |
|
log.c
|
aed3255f22
[GFS2] fs/gfs2/log.c:log_bmap() fix printk format warning
|
hace 19 años |
|
log.h
|
a25311c8e0
[GFS2] Move gfs2_meta_syncfs() into log.c
|
hace 19 años |
|
lops.c
|
6883562588
[GFS2] Fix log entry list corruption
|
hace 18 años |
|
lops.h
|
5516762261
[GFS2] split and annotate gfs2_log_head
|
hace 19 años |
|
main.c
|
5cefcab3db
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
|
hace 18 años |
|
meta_io.c
|
c376222960
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
|
hace 19 años |
|
meta_io.h
|
a25311c8e0
[GFS2] Move gfs2_meta_syncfs() into log.c
|
hace 19 años |
|
mount.c
|
476c006be0
[GFS2] use lib/parser for parsing mount options
|
hace 18 años |
|
mount.h
|
f2f7ba5237
[GFS2] Make headers compile on their own
|
hace 19 años |
|
ondisk.c
|
cd354f1ae7
[PATCH] remove many unneeded #includes of sched.h
|
hace 19 años |
|
ops_address.c
|
bf126aee6d
[GFS2] Patch to fix mmap of stuffed files
|
hace 18 años |
|
ops_address.h
|
f2f7ba5237
[GFS2] Make headers compile on their own
|
hace 19 años |
|
ops_dentry.c
|
cd354f1ae7
[PATCH] remove many unneeded #includes of sched.h
|
hace 19 años |
|
ops_dentry.h
|
f2f7ba5237
[GFS2] Make headers compile on their own
|
hace 19 años |
|
ops_export.c
|
a7d2b2bdc9
[GFS2] NFS filehandle check
|
hace 19 años |
|
ops_export.h
|
629a21e7ec
[GFS2] split and annotate gfs2_inum
|
hace 19 años |
|
ops_file.c
|
586759f03e
gfs2: nfs lock support for gfs2
|
hace 18 años |
|
ops_file.h
|
6b124d8dba
[GFS2] Only set inode flags when required
|
hace 19 años |
|
ops_fstype.c
|
5f8820960c
[GFS2] lockdump improvements
|
hace 18 años |
|
ops_fstype.h
|
f2f7ba5237
[GFS2] Make headers compile on their own
|
hace 19 años |
|
ops_inode.c
|
cd354f1ae7
[PATCH] remove many unneeded #includes of sched.h
|
hace 19 años |
|
ops_inode.h
|
92e1d5be91
[PATCH] mark struct inode_operations const 2
|
hace 19 años |
|
ops_super.c
|
3b8249f617
[GFS2] Fix bz 224480 and cleanup glock demotion code
|
hace 18 años |
|
ops_super.h
|
ee9b6d61a2
[PATCH] Mark struct super_operations const
|
hace 19 años |
|
ops_vm.c
|
cd354f1ae7
[PATCH] remove many unneeded #includes of sched.h
|
hace 19 años |
|
ops_vm.h
|
f2f7ba5237
[GFS2] Make headers compile on their own
|
hace 19 años |
|
quota.c
|
2e95b6653b
[GFS2] fix locking mistake
|
hace 19 años |
|
quota.h
|
f2f7ba5237
[GFS2] Make headers compile on their own
|
hace 19 años |
|
recovery.c
|
cd354f1ae7
[PATCH] remove many unneeded #includes of sched.h
|
hace 19 años |
|
recovery.h
|
5516762261
[GFS2] split and annotate gfs2_log_head
|
hace 19 años |
|
rgrp.c
|
a43a49066d
[GFS2] Fix bz 234168 (ignoring rgrp flags)
|
hace 18 años |
|
rgrp.h
|
f5c54804d9
[GFS2] Fix uninitialised variable
|
hace 19 años |
|
super.c
|
04b159b132
[GFS2] Remove unused variable
|
hace 19 años |
|
super.h
|
bd209cc017
[GFS2] split and annotate gfs2_statfs_change
|
hace 19 años |
|
sys.c
|
823bccfc40
remove "struct subsystem" as it is no longer needed
|
hace 18 años |
|
sys.h
|
f2f7ba5237
[GFS2] Make headers compile on their own
|
hace 19 años |
|
trans.c
|
7d308590ae
[GFS2] Export lm_interface to kernel headers
|
hace 19 años |
|
trans.h
|
f2f7ba5237
[GFS2] Make headers compile on their own
|
hace 19 años |
|
util.c
|
cd354f1ae7
[PATCH] remove many unneeded #includes of sched.h
|
hace 19 años |
|
util.h
|
1c1afa3c05
Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
|
hace 19 años |