index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GFS2] Fix bug in clear_inode
Steven Whitehouse
2006-07-28
1
-0
/
+1
*
[GFS2] Fix bug in super block reading code
Steven Whitehouse
2006-07-27
1
-1
/
+3
*
[GFS2] Change some allocations to GFP_NOFS
Steven Whitehouse
2006-07-27
1
-7
/
+6
*
[GFS2] Use a bio to read the superblock
Steven Whitehouse
2006-07-27
4
-35
/
+64
*
[GFS2] Remove page.[ch]
Steven Whitehouse
2006-07-26
9
-235
/
+184
*
[GFS2] Tidy gfs2_unstuffer_page
Steven Whitehouse
2006-07-26
7
-77
/
+66
*
[GFS2] Alter direct I/O path
Steven Whitehouse
2006-07-25
2
-205
/
+19
*
[GFS2] gfs2_set_flags double locking patch
Abhijith Das
2006-07-21
1
-4
/
+1
*
[GFS2] fix typo in locking/dlm
David Teigland
2006-07-21
1
-1
/
+1
*
[GFS2] Fix endian conversion bug
Steven Whitehouse
2006-07-17
1
-4
/
+4
*
[GFS2] Fix use after free bug in dir.c
Steven Whitehouse
2006-07-17
1
-3
/
+2
*
[GFS2] NFS update
Wendy Cheng
2006-07-13
2
-12
/
+24
*
[GFS2] Fix a coupls of warnings in dir.c
Steven Whitehouse
2006-07-11
1
-2
/
+2
*
[PATCH] patch to init di_payload_format field in gfs2_dinode
Abhijith Das
2006-07-11
1
-0
/
+1
*
[GFS2] Fix deadlock in memory allocation
Steven Whitehouse
2006-07-11
1
-1
/
+1
*
[GFS2] Add generation number
Steven Whitehouse
2006-07-11
8
-147
/
+149
*
[GFS2] Bug fix to gfs2_readpages()
Steven Whitehouse
2006-07-10
1
-5
/
+5
*
[GFS2] Remove unused code from dir.c
Steven Whitehouse
2006-07-10
1
-5
/
+0
*
[GFS2] Fixes to scanning of glocks (again)
Steven Whitehouse
2006-07-06
4
-11
/
+7
*
[GFS2] Correct logic in glock scanner
Steven Whitehouse
2006-07-05
1
-2
/
+5
*
[GFS2] Add cast for printk
Steven Whitehouse
2006-07-05
1
-1
/
+1
*
[GFS2] Make GFS2 work with lock validator
Steven Whitehouse
2006-07-05
1
-1
/
+1
*
[GFS2] Fix locking for Direct I/O reads
Steven Whitehouse
2006-07-05
1
-3
/
+7
*
[GFS2] Mark file_operations const
Steven Whitehouse
2006-07-03
2
-4
/
+4
*
[GFS2] Make our address_space_operations const
Steven Whitehouse
2006-07-03
3
-3
/
+3
*
[GFS2] API change for gfs2_statfs
Steven Whitehouse
2006-07-03
1
-1
/
+2
*
[patch 1/1] gfs2: get_sb_dev() fix
Andrew Morton
2006-07-03
1
-4
/
+3
*
[GFS2] Remove dependance on tty_write_message()
Steven Whitehouse
2006-07-03
1
-19
/
+4
*
[GFS2] Eliminate one instance of __GFP_NOFAIL
Steven Whitehouse
2006-06-24
2
-7
/
+7
*
[GFS2] Use generic_file_sendfile directly
Steven Whitehouse
2006-06-23
1
-19
/
+1
*
[GFS2] gfs2/dlm: mailing list and web page
David Teigland
2006-06-22
1
-1
/
+1
*
[GFS2] Remove unused flag
Steven Whitehouse
2006-06-22
2
-2
/
+0
*
[GFS2] [-mm patch] fs/gfs2/: make code static
Adrian Bunk
2006-06-22
4
-5
/
+2
*
[GFS2] Remove gfs2_repermission
Steven Whitehouse
2006-06-22
5
-20
/
+9
*
[GFS2] Fix double locking problem in rename
Steven Whitehouse
2006-06-21
1
-5
/
+11
*
[GFS2] Remove unused ra_state variable
Steven Whitehouse
2006-06-20
1
-6
/
+2
*
[GFS2] Fix printk format warnings in DLM code
David Woodhouse
2006-06-20
1
-7
/
+14
*
[GFS2] Fix use of bitops on unsigned int (struct gfs2_holder->gh_iflags)
David Woodhouse
2006-06-20
1
-1
/
+1
*
[GFS2] Always include glock in transaction
Steven Whitehouse
2006-06-19
1
-1
/
+1
*
[GFS2] Remove debugging printks
Steven Whitehouse
2006-06-19
5
-20
/
+3
*
[GFS2] Fix unlinked file handling
Steven Whitehouse
2006-06-14
38
-1867
/
+738
*
[GFS2] Fix warning on impossible event in eattr code
Steven Whitehouse
2006-06-06
1
-5
/
+4
*
[GFS2] Move some fields around to reduce wasted space
Steven Whitehouse
2006-06-06
1
-9
/
+5
*
[GFS2] Fix for selinux support
Ryan O'Hara
2006-05-25
1
-0
/
+1
*
[GFS2] Casts for printing 64bit numbers
Steven Whitehouse
2006-05-24
5
-24
/
+27
*
[GFS2] Cast 64 bit printk args to unsigned long long.
David Teigland
2006-05-24
2
-21
/
+25
*
[GFS2] Flag up issue in selinux code
Steven Whitehouse
2006-05-22
1
-7
/
+4
*
[GFS2] selinux support
Ryan O'Hara
2006-05-22
4
-6
/
+69
*
[GFS2] setup lock_dlm kobject earlier
David Teigland
2006-05-19
1
-7
/
+7
*
[GFS2] glock debugging and inode cache changes
Steven Whitehouse
2006-05-18
6
-43
/
+92
[next]