Linus Torvalds e07dd2ad30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw 17 년 전
..
locking e07dd2ad30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw 17 년 전
Kconfig 9beeb9f3c5 [DLM/GFS2] indent help text 18 년 전
Makefile 3cc3f710ce [GFS2] Use ->page_mkwrite() for mmap() 17 년 전
acl.c 3bd858ab1c Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check 18 년 전
acl.h 77386e1f66 [GFS2] Remove gfs2_check_acl() 18 년 전
bmap.c 1af535727b [GFS2] Fix write alloc required shortcut calculation 17 년 전
bmap.h e9e1ef2b6e [GFS2] Remove function gfs2_get_block 17 년 전
daemon.c ec69b18883 [GFS2] Move gfs2_logd into log.c 17 년 전
daemon.h ec69b18883 [GFS2] Move gfs2_logd into log.c 17 년 전
dir.c 6dbd822487 [GFS2] Reduce inode size by moving i_alloc out of line 17 년 전
dir.h dbb7cae2a3 [GFS2] Clean up inode number handling 18 년 전
eaops.c bcd405599f [GFS2] Remove unrequired code 17 년 전
eaops.h 4ef290025c [GFS2] mark struct *_operations const 17 년 전
eattr.c 6dbd822487 [GFS2] Reduce inode size by moving i_alloc out of line 17 년 전
eattr.h b44b84d765 [GFS2] gfs2 misc endianness annotations 18 년 전
gfs2.h e9fc2aa091 [GFS2] Update copyright, tidy up incore.h 18 년 전
glock.c 398bbe6832 [GFS2] Reorganize function gfs2_glmutex_lock 17 년 전
glock.h b4c20166dc [GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118! 17 년 전
glops.c 3042a2ccd6 [GFS2] Reorder writeback for glock sync 17 년 전
glops.h f2f7ba5237 [GFS2] Make headers compile on their own 18 년 전
incore.h 598278bd48 [GFS2] Remove unneeded i_spin 17 년 전
inode.c 1b8177ec1e [GFS2] Lockup on error 17 년 전
inode.h 5561093e2c [GFS2] Introduce gfs2_set_aops() 17 년 전
lm.c cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h 18 년 전
lm.h 9b47c11d1c [GFS2] Use void * instead of typedef for locking module interface 18 년 전
locking.c 7d308590ae [GFS2] Export lm_interface to kernel headers 18 년 전
log.c ac39aadd04 [GFS2] Fix assert in log code 17 년 전
log.h ec69b18883 [GFS2] Move gfs2_logd into log.c 17 년 전
lops.c 2bcd610d2f [GFS2] Don't add glocks to the journal 17 년 전
lops.h 2332c4435b [GFS2] assertion failure after writing to journaled file, umount 18 년 전
main.c 598278bd48 [GFS2] Remove unneeded i_spin 17 년 전
meta_io.c 3e5cd0877e [GFS2] Fix typo 17 년 전
meta_io.h f91a0d3e24 [GFS2] Remove useless i_cache from inodes 17 년 전
mount.c 9a5ad13856 [GFS2] Add NULL entry to token table 17 년 전
mount.h f2f7ba5237 [GFS2] Make headers compile on their own 18 년 전
ops_address.c 6dbd822487 [GFS2] Reduce inode size by moving i_alloc out of line 17 년 전
ops_address.h e9e1ef2b6e [GFS2] Remove function gfs2_get_block 17 년 전
ops_dentry.c dbb7cae2a3 [GFS2] Clean up inode number handling 18 년 전
ops_dentry.h f2f7ba5237 [GFS2] Make headers compile on their own 18 년 전
ops_export.c 3965516440 exportfs: make struct export_operations const 17 년 전
ops_file.c b7fe2e391e [GFS2] Fix page_mkwrite truncation race path 17 년 전
ops_fstype.c 0811a127cb [GFS2] Initialize extent_list earlier 17 년 전
ops_fstype.h 3965516440 exportfs: make struct export_operations const 17 년 전
ops_inode.c 6dbd822487 [GFS2] Reduce inode size by moving i_alloc out of line 17 년 전
ops_inode.h c97bfe4351 [GFS2] Remove lock methods for lock_nolock protocol 17 년 전
ops_super.c e7e36f1435 [GFS2] Remove unused field in struct gfs2_inode 17 년 전
ops_super.h ee9b6d61a2 [PATCH] Mark struct super_operations const 18 년 전
quota.c 6dbd822487 [GFS2] Reduce inode size by moving i_alloc out of line 17 년 전
quota.h f2f7ba5237 [GFS2] Make headers compile on their own 18 년 전
recovery.c 7bc5c414fe [GFS2] Allow journal recovery on read-only mount 17 년 전
recovery.h 5516762261 [GFS2] split and annotate gfs2_log_head 18 년 전
rgrp.c 6dbd822487 [GFS2] Reduce inode size by moving i_alloc out of line 17 년 전
rgrp.h 6dbd822487 [GFS2] Reduce inode size by moving i_alloc out of line 17 년 전
super.c 0811a127cb [GFS2] Initialize extent_list earlier 17 년 전
super.h bb8d8a6f54 [GFS2] Fix sign problem in quota/statfs and cleanup _host structures 18 년 전
sys.c e07dd2ad30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw 17 년 전
sys.h f2f7ba5237 [GFS2] Make headers compile on their own 18 년 전
trans.c 2bcd610d2f [GFS2] Don't add glocks to the journal 17 년 전
trans.h 2bcd610d2f [GFS2] Don't add glocks to the journal 17 년 전
util.c bb8d8a6f54 [GFS2] Fix sign problem in quota/statfs and cleanup _host structures 18 년 전
util.h 1c1afa3c05 Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw 18 년 전