[PATCH] remove many unneeded #includes of sched.h
[safe/jmp/linux-2.6] / fs / gfs2 / dir.c
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-05 Eric Sandeen[GFS2] use CURRENT_TIME_SEC instead of get_seconds...
2007-02-05 Steven Whitehouse[GFS2] Clean up/speed up readdir
2006-11-30 Steven Whitehouse[GFS2] Make sentinel dirents compatible with gfs1
2006-11-30 Steven Whitehouse[GFS2] Remove gfs2_inode_attr_in
2006-11-30 Steven Whitehouse[GFS2] Shrink gfs2_inode (7) - di_payload_format
2006-11-30 Steven Whitehouse[GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctime
2006-11-30 Steven Whitehouse[GFS2] Change argument of gfs2_dinode_out
2006-11-30 Al Viro[GFS2] gfs2 misc endianness annotations
2006-11-30 Al Viro[GFS2] split and annotate gfs2_inum
2006-10-20 Adrian Bunk[GFS2] gfs2_dir_read_data(): fix uninitialized variable...
2006-10-20 Adrian Bunk[GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use...
2006-10-20 Adrian Bunk[GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove...
2006-10-20 Al Viro[GFS2] gfs2 endianness bug: be16 assigned to be32 field
2006-09-25 Steven Whitehouse[GFS2/DLM] Fix trailing whitespace
2006-09-21 Steven Whitehouse[GFS2] Tidy up meta_io code
2006-09-19 Fabio Massimo Di... [GFS2] Export lm_interface to kernel headers
2006-09-07 Jan Engelhardt[GFS2] More style changes
2006-09-05 Steven Whitehouse[GFS2] Directory code style changes
2006-09-04 Steven Whitehouse[GFS2] Change all types to uX style
2006-09-04 Steven Whitehouse[GFS2] Align all labels against LH side
2006-09-01 Steven Whitehouse[GFS2] Update copyright, tidy up incore.h
2006-08-01 Steven Whitehouse[GFS2] Fix bug in directory code
2006-07-26 Steven Whitehouse[GFS2] Tidy gfs2_unstuffer_page
2006-07-17 Steven Whitehouse[GFS2] Fix use after free bug in dir.c
2006-07-11 Steven Whitehouse[GFS2] Fix a coupls of warnings in dir.c
2006-07-10 Steven Whitehouse[GFS2] Remove unused code from dir.c
2006-06-14 Steven Whitehouse[GFS2] Fix unlinked file handling
2006-05-18 Steven Whitehouse[GFS2] Update copyright date to 2006
2006-05-05 Steven Whitehouse[GFS2] Readpages support
2006-04-28 Adrian Bunk[GFS2] [-mm patch] fs/gfs2/: possible cleanups
2006-04-24 Steven Whitehouse[GFS2] Tidy up dir code as per Christoph Hellwig's...
2006-04-18 Steven Whitehouse[GFS2] Use vmalloc() in dir code
2006-04-12 Steven Whitehouse[GFS2] Fix bug which was causing postmark to fail
2006-04-11 Steven Whitehouse[GFS2] Update journal accounting code.
2006-04-07 Steven Whitehouse[GFS2] Finally get ref counting correct
2006-04-07 Steven Whitehouse[GFS2] Fix a ref count bug and other clean ups
2006-03-30 Steven Whitehouse[GFS] Fix bug in endian conversion for metadata header
2006-03-30 Steven Whitehouse[GFS2] Fix bug in directory expansion code
2006-03-28 Steven Whitehouse[GFS2] Further updates to dir and logging code
2006-03-20 Steven Whitehouse[GFS2] Fix bug in directory code and tidy up
2006-02-27 Steven Whitehouse[GFS2] Macros removal in gfs2.h
2006-02-27 Steven Whitehouse[GFS2] 80 Column audit of GFS2
2006-02-14 Steven Whitehouse[GFS2] Fix the bugs I introduced in the last patch...
2006-02-13 Steven Whitehouse[GFS2] Change ondisk format (hopefully for the last...
2006-02-08 Steven Whitehouse[GFS2] Make journaled data files identical to normal...
2006-01-30 Steven Whitehouse[GFS2] Make dir.c independant of jdata.c
2006-01-18 Steven Whitehouse[GFS2] Add an additional argument to gfs2_trans_add_bh()
2006-01-18 Steven Whitehouse[GFS2] Remove unused code from various files
2006-01-16 David Teigland[GFS2] The core of GFS2