index
:
kernel_samsung_smdk4412
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GFS2] Further updates to dir and logging code
Steven Whitehouse
2006-03-28
15
-318
/
+416
*
[GFS2] Remove ioctl support
Steven Whitehouse
2006-03-21
1
-95
/
+0
*
[GFS2] Fix bug in directory code and tidy up
Steven Whitehouse
2006-03-20
10
-982
/
+682
*
[GFS2] Add gfs2meta filesystem
Steven Whitehouse
2006-03-02
3
-23
/
+45
*
[GFS2] Fix some bugs
Steven Whitehouse
2006-03-01
3
-9
/
+7
*
[GFS2] Tidy up mount code.
Steven Whitehouse
2006-03-01
8
-54
/
+27
*
[GFS2] Remove uneeded memory allocation
Steven Whitehouse
2006-03-01
2
-19
/
+13
*
[GFS2] Macros removal in gfs2.h
Steven Whitehouse
2006-02-27
38
-268
/
+408
*
[GFS2] Remove pointless comment from nolock/main.c
Steven Whitehouse
2006-02-27
1
-3
/
+0
*
[GFS2] 80 Column audit of locking modules
Steven Whitehouse
2006-02-27
2
-4
/
+8
*
[GFS2] 80 Column audit of GFS2
Steven Whitehouse
2006-02-27
20
-72
/
+146
*
[GFS2] Use BUG_ON() rather then if (...) BUG();
Steven Whitehouse
2006-02-27
1
-2
/
+2
*
[GFS2] Audit printk and kmalloc
Steven Whitehouse
2006-02-27
10
-66
/
+64
*
[GFS2] Patch to remove stats counters from GFS2 (II)
David Teigland
2006-02-23
4
-6
/
+0
*
[GFS2] Patch to remove stats gathering from GFS2
David Teigland
2006-02-23
12
-226
/
+10
*
[DLM] Remove support for range locks (II)
David Teigland
2006-02-23
3
-7
/
+7
*
[GFS2] Missed deletion of debugging code
Steven Whitehouse
2006-02-22
1
-1
/
+0
*
[GFS2] Add list empty test to databuf_lo_add
Steven Whitehouse
2006-02-22
1
-25
/
+8
*
[GFS2] Use mutices rather than semaphores
Steven Whitehouse
2006-02-21
17
-118
/
+118
*
[GFS2] Fix a case where we didn't get unstuffing right
Steven Whitehouse
2006-02-15
1
-9
/
+9
*
[GFS2] Fix for lock recursion problem for internal files
Steven Whitehouse
2006-02-15
3
-8
/
+25
*
[GFS2] Fix the bugs I introduced in the last patch but one
Steven Whitehouse
2006-02-14
1
-27
/
+29
*
[GFS2] Put back O_DIRECT support
Steven Whitehouse
2006-02-14
2
-26
/
+75
*
[GFS2] Change ondisk format (hopefully for the last time)
Steven Whitehouse
2006-02-13
1
-17
/
+19
*
[GFS2] Fix for root inode ref count bug
Steven Whitehouse
2006-02-13
12
-133
/
+103
*
[GFS2] Make journaled data files identical to normal files on disk
Steven Whitehouse
2006-02-08
18
-1477
/
+714
*
[GFS2] Update truncate function (shrinking partial blocks)
Steven Whitehouse
2006-01-31
4
-57
/
+63
*
[GFS2] Add gfs2_internal_read()
Steven Whitehouse
2006-01-30
12
-149
/
+187
*
[GFS2] Remove unused prototype
Steven Whitehouse
2006-01-30
1
-1
/
+0
*
[GFS2] Make dir.c independant of jdata.c
Steven Whitehouse
2006-01-30
1
-9
/
+255
*
[GFS2] Use mpage_readpage() in gfs2_readpage()
Steven Whitehouse
2006-01-30
1
-1
/
+2
*
[GFS2] Bug fix relating to endian conversion in inode.c
Steven Whitehouse
2006-01-30
1
-1
/
+2
*
[GFS2] Rename get_block and make it extern
Steven Whitehouse
2006-01-30
2
-7
/
+9
*
[GFS2] Remove unused file resize.c
Steven Whitehouse
2006-01-30
3
-311
/
+0
*
[GFS2] Remove pointless argument relating to truncate
Steven Whitehouse
2006-01-24
3
-12
/
+8
*
[GFS2] Rename gfs2_meta_pin to gfs2_pin
Steven Whitehouse
2006-01-18
3
-10
/
+10
*
[GFS2] Change memory allocations to GFP_NOFS
Steven Whitehouse
2006-01-18
1
-3
/
+3
*
[GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structure
Steven Whitehouse
2006-01-18
5
-32
/
+24
*
[GFS2] Make the new argument to gfs2_trans_add_bh() actually do something
Steven Whitehouse
2006-01-18
3
-6
/
+9
*
[GFS2] Add an additional argument to gfs2_trans_add_bh()
Steven Whitehouse
2006-01-18
17
-85
/
+86
*
[GFS2] Update init_dinode() to reduce stack usage
Steven Whitehouse
2006-01-18
2
-18
/
+31
*
[GFS2] Remove unused code from ondisk.c/gfs2_ondisk.h
Steven Whitehouse
2006-01-18
1
-63
/
+0
*
[GFS2] Remove unused code from various files
Steven Whitehouse
2006-01-18
8
-232
/
+1
*
[GFS2] Remove remains of the GFS2 identify ioctl()
David Teigland
2006-01-18
1
-7
/
+0
*
[GFS2] Only two args for kobject_uevent() in locking/dlm/mount.c
David Teigland
2006-01-18
1
-3
/
+3
*
[GFS2] An update of the GFS2 lock modules
David Teigland
2006-01-17
10
-490
/
+752
*
[GFS2] Fix typo in GFS2 Makefile
David Teigland
2006-01-17
1
-2
/
+2
*
[GFS2] The lock modules for GFS2
David Teigland
2006-01-16
9
-0
/
+1916
*
[GFS2] The core of GFS2
David Teigland
2006-01-16
79
-0
/
+28772