summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* [GFS2] gfs2_dir_read_data(): fix uninitialized variable usageAdrian Bunk2006-10-201-3/+1
* [GFS2] fs/gfs2/ops_fstype.c:fill_super_meta(): fix NULL dereferenceAdrian Bunk2006-10-201-2/+2
* [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variableAdrian Bunk2006-10-201-1/+1
* [GFS2] fs/gfs2/ops_fstype.c:gfs2_get_sb_meta(): remove unused variableAdrian Bunk2006-10-201-3/+0
* [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead codeAdrian Bunk2006-10-201-2/+0
* [GFS2] gfs2 endianness bug: be16 assigned to be32 fieldAl Viro2006-10-201-1/+1
* [GFS2] Fix bmap to map extents properlySteven Whitehouse2006-10-206-16/+21
* [GFS2] Pass the correct value to kunmap_atomicRussell Cattelan2006-10-122-5/+5
* [GFS2] Fix bug where lock not heldSteven Whitehouse2006-10-121-3/+2
* [GFS2] Fix uninitialised variableSteven Whitehouse2006-10-122-1/+2
* [GFS2] Fix a size calculation errorRussell Cattelan2006-10-121-2/+4
* [PATCH] misuse of strstrAl Viro2006-10-111-1/+1
* [GFS2] Fix endian bug for de_typeSteven Whitehouse2006-10-031-2/+2
* [GFS2] Initialize SELinux extended attributes at inode creation time.Ryan O'Hara2006-10-031-0/+38
* [GFS2] Move logging code into log.c (mostly)Steven Whitehouse2006-10-034-169/+165
* [GFS2] Mark nlink cleared so VFS sees it happenSteven Whitehouse2006-10-021-0/+1
* [GFS2] Two redundant casts removedSteven Whitehouse2006-10-021-2/+2
* [GFS2] Remove uneeded endian conversionSteven Whitehouse2006-10-023-14/+25
* [GFS2] Remove duplicate sb reading codeSteven Whitehouse2006-10-023-30/+16
* [GFS2] Mark metadata reads for blktraceSteven Whitehouse2006-10-022-4/+6
* [GFS2] Remove iflags.h, use FS_Steven Whitehouse2006-10-021-27/+47
* [GFS2] Fix code style/indent in ops_file.cSteven Whitehouse2006-10-021-3/+4
* [GFS2] streamline-generic_file_-interfaces-and-filemap gfs fixAndrew Morton2006-10-021-2/+2
* [GFS2] Remove readv/writev methods and use aio_read/aio_write instead (gfs bits)Badari Pulavarty2006-10-021-2/+0
* [GFS2] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-281-1/+0
* [GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs)Theodore Ts'o2006-09-283-5/+5
* [GFS2] Fix bug in Makefiles for lock modulesSteven Whitehouse2006-09-272-2/+2
* [GFS2/DLM] Fix trailing whitespaceSteven Whitehouse2006-09-2522-53/+50
* [GFS2] Tidy up meta_io codeSteven Whitehouse2006-09-2112-190/+163
* [GFS2] Remove unused constantsSteven Whitehouse2006-09-203-10/+3
* [GFS2] Remove "NFS only" readdir pathSteven Whitehouse2006-09-191-178/+9
* [GFS2] Use list_for_each_entry_safe_reverse in gfs2_ail1_start()Steven Whitehouse2006-09-191-10/+9
* [GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto2006-09-1934-308/+33
* [GFS2] inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-vs-gfs2akpm@osdl.org2006-09-191-1/+1
* [GFS2] Tweek unlock test in readpage()Steven Whitehouse2006-09-181-2/+1
* [GFS2] Fix for mmap() bug in readpageRussell Cattelan2006-09-181-2/+5
* [GFS2] Map multiple blocks at once where possibleSteven Whitehouse2006-09-186-141/+92
* [GFS2] print mount errors related to sysfsDavid Teigland2006-09-181-0/+1
* [GFS2] Fix glock hash clearingSteven Whitehouse2006-09-141-1/+1
* [GFS2] Tidy up log.cSteven Whitehouse2006-09-131-26/+14
* [GFS2] Use atomic_t rather than kref in glock.cSteven Whitehouse2006-09-132-23/+13
* [GFS2] Use hlist for glock hash chainsSteven Whitehouse2006-09-123-14/+18
* [GFS2] Rewrite of examine_bucket()Steven Whitehouse2006-09-112-65/+31
* [GFS2] Remove unused function from glock.cSteven Whitehouse2006-09-093-23/+2
* [GFS2] Add consts to glock sorting functionSteven Whitehouse2006-09-091-18/+12
* [GFS2] Make glock hash locks proportional to NR_CPUSSteven Whitehouse2006-09-092-22/+74
* [GFS2] vfree should be kfree (II)Steven Whitehouse2006-09-091-2/+1
* [GFS2] Move rwlocks in glock.c into their own arraySteven Whitehouse2006-09-082-51/+43
* [GFS2] Use void * instead of typedef for locking module interfaceSteven Whitehouse2006-09-0812-126/+113
* [GFS2] vfree should be kfreeSteven Whitehouse2006-09-081-1/+1