aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-11-30[GFS2] Make sentinel dirents compatible with gfs1Steven Whitehouse1-10/+16
2006-11-30[GFS2] Remove gfs2_inode_attr_inSteven Whitehouse1-0/+4
2006-11-30[GFS2] Shrink gfs2_inode (7) - di_payload_formatSteven Whitehouse1-1/+0
2006-11-30[GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctimeSteven Whitehouse1-5/+5
2006-11-30[GFS2] Change argument of gfs2_dinode_outSteven Whitehouse1-10/+10
2006-11-30[GFS2] gfs2 misc endianness annotationsAl Viro1-11/+13
2006-11-30[GFS2] split and annotate gfs2_inumAl Viro1-4/+4
2006-10-20[GFS2] gfs2_dir_read_data(): fix uninitialized variable usageAdrian Bunk1-3/+1
2006-10-20[GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variableAdrian Bunk1-1/+1
2006-10-20[GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead codeAdrian Bunk1-2/+0
2006-10-20[GFS2] gfs2 endianness bug: be16 assigned to be32 fieldAl Viro1-1/+1
2006-09-25[GFS2/DLM] Fix trailing whitespaceSteven Whitehouse1-7/+6
2006-09-21[GFS2] Tidy up meta_io codeSteven Whitehouse1-30/+26
2006-09-19[GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto1-1/+1
2006-09-07[GFS2] More style changesJan Engelhardt1-2/+2
2006-09-05[GFS2] Directory code style changesSteven Whitehouse1-48/+44
2006-09-04[GFS2] Change all types to uX styleSteven Whitehouse1-62/+62
2006-09-04[GFS2] Align all labels against LH sideSteven Whitehouse1-12/+6
2006-09-01[GFS2] Update copyright, tidy up incore.hSteven Whitehouse1-1/+1
2006-08-01[GFS2] Fix bug in directory codeSteven Whitehouse1-0/+2
2006-07-26[GFS2] Tidy gfs2_unstuffer_pageSteven Whitehouse1-1/+1
2006-07-17[GFS2] Fix use after free bug in dir.cSteven Whitehouse1-3/+2
2006-07-11[GFS2] Fix a coupls of warnings in dir.cSteven Whitehouse1-2/+2
2006-07-10[GFS2] Remove unused code from dir.cSteven Whitehouse1-5/+0
2006-06-14[GFS2] Fix unlinked file handlingSteven Whitehouse1-30/+36
2006-05-18[GFS2] Update copyright date to 2006Steven Whitehouse1-1/+1
2006-05-05[GFS2] Readpages supportSteven Whitehouse1-4/+4
2006-04-28[GFS2] [-mm patch] fs/gfs2/: possible cleanupsAdrian Bunk1-4/+4
2006-04-24[GFS2] Tidy up dir code as per Christoph Hellwig's commentsSteven Whitehouse1-69/+75
2006-04-18[GFS2] Use vmalloc() in dir codeSteven Whitehouse1-2/+3
2006-04-12[GFS2] Fix bug which was causing postmark to failSteven Whitehouse1-3/+2
2006-04-11[GFS2] Update journal accounting code.Steven Whitehouse1-6/+2
2006-04-07[GFS2] Finally get ref counting correctSteven Whitehouse1-5/+12
2006-04-07[GFS2] Fix a ref count bug and other clean upsSteven Whitehouse1-0/+2
2006-03-30[GFS] Fix bug in endian conversion for metadata headerSteven Whitehouse1-3/+3
2006-03-29[GFS2] Fix bug in directory expansion codeSteven Whitehouse1-9/+14
2006-03-28[GFS2] Further updates to dir and logging codeSteven Whitehouse1-251/+161
2006-03-20[GFS2] Fix bug in directory code and tidy upSteven Whitehouse1-841/+519
2006-02-27[GFS2] Macros removal in gfs2.hSteven Whitehouse1-2/+6
2006-02-27[GFS2] 80 Column audit of GFS2Steven Whitehouse1-10/+20
2006-02-14[GFS2] Fix the bugs I introduced in the last patch but oneSteven Whitehouse1-27/+29
2006-02-13[GFS2] Change ondisk format (hopefully for the last time)Steven Whitehouse1-17/+19
2006-02-08[GFS2] Make journaled data files identical to normal files on diskSteven Whitehouse1-2/+2
2006-01-30[GFS2] Make dir.c independant of jdata.cSteven Whitehouse1-9/+255
2006-01-18[GFS2] Add an additional argument to gfs2_trans_add_bh()Steven Whitehouse1-16/+16
2006-01-18[GFS2] Remove unused code from various filesSteven Whitehouse1-51/+0
2006-01-16[GFS2] The core of GFS2David Teigland1-0/+2157