summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_file.c
Commit message (Expand)AuthorAgeFilesLines
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* gfs2: nfs lock support for gfs2Marc Eshel2007-05-071-0/+5
* locks: give posix_test_lock same interface as ->lockMarc Eshel2007-05-061-6/+1Star
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [GFS2] Clean up/speed up readdirSteven Whitehouse2007-02-051-51/+1Star
* [PATCH] struct path: convert gfs2Josef Sipek2006-12-081-3/+3
* [GFS2] Change gfs2_fsync() to use write_inode_now()Steven Whitehouse2006-12-071-5/+6
* [GFS2] Don't flush everything on fdatasyncSteven Whitehouse2006-11-301-3/+27
* [GFS2] Remove unused function from inode.cSteven Whitehouse2006-11-301-1/+1
* [GFS2] Only set inode flags when requiredSteven Whitehouse2006-11-301-0/+19
* [GFS2] Shrink gfs2_inode (3) - di_modeSteven Whitehouse2006-11-301-3/+3
* [GFS2] Change argument of gfs2_dinode_outSteven Whitehouse2006-11-301-1/+1
* [GFS2] gfs2 __user misannotation fixAl Viro2006-11-301-2/+2
* [GFS2] split and annotate gfs2_inumAl Viro2006-11-301-1/+1
* [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/+0Star
* [GFS2/DLM] Fix trailing whitespaceSteven Whitehouse2006-09-251-3/+3
* [GFS2] Remove "NFS only" readdir pathSteven Whitehouse2006-09-191-178/+9Star
* [GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto2006-09-191-1/+1
* [GFS2] More code style updatesSteven Whitehouse2006-09-041-30/+30
* [GFS2] Spelling sentinal -> sentinelSteven Whitehouse2006-09-041-2/+2
* [GFS2] Change all types to uX styleSteven Whitehouse2006-09-041-5/+5
* [GFS2] Align all labels against LH sideSteven Whitehouse2006-09-041-2/+1Star
* [GFS2] Update copyright, tidy up incore.hSteven Whitehouse2006-09-011-1/+1
* [GFS2] Tidy up in various filesSteven Whitehouse2006-07-311-6/+3Star
* [GFS2] Alter direct I/O pathSteven Whitehouse2006-07-251-167/+3Star
* [GFS2] gfs2_set_flags double locking patchAbhijith Das2006-07-211-4/+1Star
* [GFS2] Add generation numberSteven Whitehouse2006-07-111-1/+1
* [GFS2] Mark file_operations constSteven Whitehouse2006-07-031-2/+2
* [GFS2] Use generic_file_sendfile directlySteven Whitehouse2006-06-231-19/+1Star
* [GFS2] Remove gfs2_repermissionSteven Whitehouse2006-06-221-1/+1
* [GFS2] Fix unlinked file handlingSteven Whitehouse2006-06-141-21/+21
* [GFS2] Update copyright date to 2006Steven Whitehouse2006-05-181-1/+1
* [GFS2] Remove semaphore.h from C filesSteven Whitehouse2006-05-181-1/+0Star
* [GFS2] Fix attributes setting logicSteven Whitehouse2006-05-121-3/+10
* [GFS2] Remove inherited flags from exported flags.Steven Whitehouse2006-04-251-14/+9Star
* [GFS2] Fix a ref count bug and other clean upsSteven Whitehouse2006-04-071-11/+12
* [GFS2] Finish off ioctl supportSteven Whitehouse2006-04-041-9/+13
* [GFS2] Update GFS2 for the recent pull from LinusSteven Whitehouse2006-03-311-11/+8Star
* [GFS2] Update ioctl() to new interfaceSteven Whitehouse2006-03-311-102/+36Star
* [GFS2] Further updates to dir and logging codeSteven Whitehouse2006-03-281-4/+215
* [GFS2] Remove ioctl supportSteven Whitehouse2006-03-211-95/+0Star
* [GFS2] Macros removal in gfs2.hSteven Whitehouse2006-02-271-18/+22
* [GFS2] 80 Column audit of GFS2Steven Whitehouse2006-02-271-2/+4
* [GFS2] Patch to remove stats counters from GFS2 (II)David Teigland2006-02-231-2/+0Star
* [GFS2] Patch to remove stats gathering from GFS2David Teigland2006-02-231-27/+2Star
* [GFS2] Use mutices rather than semaphoresSteven Whitehouse2006-02-211-5/+5
* [GFS2] Fix for lock recursion problem for internal filesSteven Whitehouse2006-02-151-1/+13