mm: fault feedback #1
[safe/jmp/linux-2.6] / fs / gfs2 / ops_file.c
2007-07-19 Nick Pigginmm: fault feedback #1
2007-07-19 Nick Pigginmm: merge populate and nopage into fault (fixes nonlinear)
2007-07-19 Nick Pigginmm: fix fault vs invalidate race for linear mappings
2007-07-18 Marc Eshelgfs2: stop giving out non-cluster-coherent leases
2007-07-10 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-07-09 Steven Whitehouse[GFS2] Clean up inode number handling
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-07 Marc Eshelgfs2: nfs lock support for gfs2
2007-05-06 Marc Eshellocks: give posix_test_lock same interface as ->lock
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-05 Steven Whitehouse[GFS2] Clean up/speed up readdir
2006-12-08 Josef Sipek[PATCH] struct path: convert gfs2
2006-12-07 Steven Whitehouse[GFS2] Change gfs2_fsync() to use write_inode_now()
2006-11-30 Steven Whitehouse[GFS2] Don't flush everything on fdatasync
2006-11-30 Steven Whitehouse[GFS2] Remove unused function from inode.c
2006-11-30 Steven Whitehouse[GFS2] Only set inode flags when required
2006-11-30 Steven Whitehouse[GFS2] Shrink gfs2_inode (3) - di_mode
2006-11-30 Steven Whitehouse[GFS2] Change argument of gfs2_dinode_out
2006-11-30 Al Viro[GFS2] gfs2 __user misannotation fix
2006-11-30 Al Viro[GFS2] split and annotate gfs2_inum
2006-10-02 Steven Whitehouse[GFS2] Remove iflags.h, use FS_
2006-10-02 Steven Whitehouse[GFS2] Fix code style/indent in ops_file.c
2006-10-02 Andrew Morton[GFS2] streamline-generic_file_-interfaces-and-filemap...
2006-10-02 Badari Pulavarty[GFS2] Remove readv/writev methods and use aio_read...
2006-09-25 Steven Whitehouse[GFS2/DLM] Fix trailing whitespace
2006-09-19 Steven Whitehouse[GFS2] Remove "NFS only" readdir path
2006-09-19 Fabio Massimo Di... [GFS2] Export lm_interface to kernel headers
2006-09-04 Steven Whitehouse[GFS2] More code style updates
2006-09-04 Steven Whitehouse[GFS2] Spelling sentinal -> sentinel
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-07-31 Steven Whitehouse[GFS2] Tidy up in various files
2006-07-25 Steven Whitehouse[GFS2] Alter direct I/O path
2006-07-21 Abhijith Das[GFS2] gfs2_set_flags double locking patch
2006-07-11 Steven Whitehouse[GFS2] Add generation number
2006-07-03 Steven Whitehouse[GFS2] Mark file_operations const
2006-06-23 Steven Whitehouse[GFS2] Use generic_file_sendfile directly
2006-06-22 Steven Whitehouse[GFS2] Remove gfs2_repermission
2006-06-14 Steven Whitehouse[GFS2] Fix unlinked file handling
2006-05-18 Steven Whitehouse[GFS2] Update copyright date to 2006
2006-05-18 Steven Whitehouse[GFS2] Remove semaphore.h from C files
2006-05-12 Steven Whitehouse[GFS2] Fix attributes setting logic
2006-04-25 Steven Whitehouse[GFS2] Remove inherited flags from exported flags.
2006-04-07 Steven Whitehouse[GFS2] Fix a ref count bug and other clean ups
2006-04-04 Steven Whitehouse[GFS2] Finish off ioctl support
2006-03-31 Steven Whitehouse[GFS2] Update GFS2 for the recent pull from Linus
2006-03-31 Steven Whitehouse[GFS2] Update ioctl() to new interface
2006-03-28 Steven Whitehouse[GFS2] Further updates to dir and logging code
2006-03-21 Steven Whitehouse[GFS2] Remove ioctl support
2006-02-27 Steven Whitehouse[GFS2] Macros removal in gfs2.h
2006-02-27 Steven Whitehouse[GFS2] 80 Column audit of GFS2
2006-02-23 David Teigland[GFS2] Patch to remove stats counters from GFS2 (II)
2006-02-23 David Teigland[GFS2] Patch to remove stats gathering from GFS2
2006-02-21 Steven Whitehouse[GFS2] Use mutices rather than semaphores
2006-02-15 Steven Whitehouse[GFS2] Fix for lock recursion problem for internal...
2006-02-14 Steven Whitehouse[GFS2] Put back O_DIRECT support
2006-02-08 Steven Whitehouse[GFS2] Make journaled data files identical to normal...
2006-01-18 Steven Whitehouse[GFS2] Add an additional argument to gfs2_trans_add_bh()
2006-01-18 David Teigland[GFS2] Remove remains of the GFS2 identify ioctl()
2006-01-16 David Teigland[GFS2] The core of GFS2