summaryrefslogtreecommitdiff
path: root/fs/gfs2/dir.c
AgeCommit message (Expand)Author
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-01-25[GFS2] Reduce inode size by moving i_alloc out of lineSteven Whitehouse
2007-10-10[GFS2] Alternate gfs2_iget to avoid looking up inodes being freedBenjamin Marzinski
2007-10-10[GFS2] Add a missing gfs2_trans_add_bh()Steven Whitehouse
2007-07-09[GFS2] Obtaining no_formal_ino from directory entryWendy Cheng
2007-07-09[GFS2] Add nanosecond timestamp featureSteven Whitehouse
2007-07-09[GFS2] Fix sign problem in quota/statfs and cleanup _host structuresSteven Whitehouse
2007-07-09[GFS2] Clean up inode number handlingSteven Whitehouse
2007-05-01[GFS2] printk warning fixesakpm@linux-foundation.org
2007-05-01[GFS2] Patch to detect corrupt number of dir entries in leaf and/or inode blocksSteven Whitehouse
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-05[GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2Eric Sandeen
2007-02-05[GFS2] Clean up/speed up readdirSteven Whitehouse
2006-11-30[GFS2] Make sentinel dirents compatible with gfs1Steven Whitehouse
2006-11-30[GFS2] Remove gfs2_inode_attr_inSteven Whitehouse
2006-11-30[GFS2] Shrink gfs2_inode (7) - di_payload_formatSteven Whitehouse
2006-11-30[GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctimeSteven Whitehouse
2006-11-30[GFS2] Change argument of gfs2_dinode_outSteven Whitehouse
2006-11-30[GFS2] gfs2 misc endianness annotationsAl Viro
2006-11-30[GFS2] split and annotate gfs2_inumAl Viro
2006-10-20[GFS2] gfs2_dir_read_data(): fix uninitialized variable usageAdrian Bunk
2006-10-20[GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variableAdrian Bunk
2006-10-20[GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead codeAdrian Bunk
2006-10-20[GFS2] gfs2 endianness bug: be16 assigned to be32 fieldAl Viro
2006-09-25[GFS2/DLM] Fix trailing whitespaceSteven Whitehouse
2006-09-21[GFS2] Tidy up meta_io codeSteven Whitehouse
2006-09-19[GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto
2006-09-07[GFS2] More style changesJan Engelhardt
2006-09-05[GFS2] Directory code style changesSteven Whitehouse
2006-09-04[GFS2] Change all types to uX styleSteven Whitehouse
2006-09-04[GFS2] Align all labels against LH sideSteven Whitehouse
2006-09-01[GFS2] Update copyright, tidy up incore.hSteven Whitehouse
2006-08-01[GFS2] Fix bug in directory codeSteven Whitehouse
2006-07-26[GFS2] Tidy gfs2_unstuffer_pageSteven Whitehouse
2006-07-17[GFS2] Fix use after free bug in dir.cSteven Whitehouse
2006-07-11[GFS2] Fix a coupls of warnings in dir.cSteven Whitehouse
2006-07-10[GFS2] Remove unused code from dir.cSteven Whitehouse
2006-06-14[GFS2] Fix unlinked file handlingSteven Whitehouse
2006-05-18[GFS2] Update copyright date to 2006Steven Whitehouse
2006-05-05[GFS2] Readpages supportSteven Whitehouse
2006-04-28[GFS2] [-mm patch] fs/gfs2/: possible cleanupsAdrian Bunk
2006-04-24[GFS2] Tidy up dir code as per Christoph Hellwig's commentsSteven Whitehouse
2006-04-18[GFS2] Use vmalloc() in dir codeSteven Whitehouse
2006-04-12[GFS2] Fix bug which was causing postmark to failSteven Whitehouse
2006-04-11[GFS2] Update journal accounting code.Steven Whitehouse
2006-04-07[GFS2] Finally get ref counting correctSteven Whitehouse
2006-04-07[GFS2] Fix a ref count bug and other clean upsSteven Whitehouse
2006-03-30[GFS] Fix bug in endian conversion for metadata headerSteven Whitehouse
2006-03-29[GFS2] Fix bug in directory expansion codeSteven Whitehouse
2006-03-28[GFS2] Further updates to dir and logging codeSteven Whitehouse