summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* [GFS2] make lock_dlm drop_count tunable in sysfsDavid Teigland2007-02-053-10/+15
* [GFS2] increase default lock limitDavid Teigland2007-02-051-1/+1
* [GFS2] Fix list corruption in lops.cSteven Whitehouse2007-02-051-3/+11
* [GFS2] Fix recursive locking attempt with NFSSteven Whitehouse2007-02-052-9/+16
* [GFS2] Fix typo in glock.cSteven Whitehouse2007-02-051-1/+1
* [GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2Eric Sandeen2007-02-054-12/+12
* [GFS2] Compile fix for glock.cSteven Whitehouse2007-02-051-1/+1
* [GFS2] Remove queue_empty() functionSteven Whitehouse2007-02-051-31/+7Star
* [GFS2] Tidy up glops callsSteven Whitehouse2007-02-054-77/+59Star
* [GFS2] Remove local exclusive glock modeSteven Whitehouse2007-02-055-24/+9Star
* [GFS2] Remove unused go_callback operationSteven Whitehouse2007-02-052-3/+0Star
* [GFS2] Remove the "greedy" function from glock.[ch]Steven Whitehouse2007-02-058-171/+2Star
* [GFS2] Shrink gfs2_inode memory by halfSteven Whitehouse2007-02-052-24/+44
* [GFS2] Remove max_atomic_write tunableSteven Whitehouse2007-02-053-4/+0Star
* [GFS2] Clean up/speed up readdirSteven Whitehouse2007-02-059-159/+13Star
* [GFS2] Add writepages for "data=writeback" mountsSteven Whitehouse2007-02-051-0/+27
* [GFS2] make gfs2_change_nlink_i() staticAdrian Bunk2007-02-052-45/+44Star
* [GFS2] gfs2 knows of directories which it chooses not to displayRobert Peterson2007-02-051-0/+3
* [GFS2] Fix gfs2_rename deadlockS. Wendy Cheng2007-02-053-42/+35Star
* [GFS2] BZ 217008 fsfuzzer fix.Russell Cattelan2007-02-051-1/+11
* [GFS2] Fix ordering of page disposal vs. glock_dqSteven Whitehouse2007-02-051-0/+6
* [GFS2] Fix change nlink deadlockS. Wendy Cheng2007-02-053-7/+39
* [GFS2] Fail over to readpage for stuffed filesSteven Whitehouse2007-02-051-25/+3Star
* [GFS2] Fix DIO deadlockSteven Whitehouse2007-02-051-29/+45
* [GFS2] don't try to lockfs after shutdownDavid Teigland2007-02-052-7/+4Star
* [PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner2007-01-121-2/+2
* [GFS2] Fix KconfigSteven Whitehouse2006-12-151-1/+3
* [PATCH] struct path: convert gfs2Josef Sipek2006-12-081-3/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2006-12-0741-1001/+761Star
|\
| * [GFS2] Change gfs2_fsync() to use write_inode_now()Steven Whitehouse2006-12-071-5/+6
| * [GFS2] Fix indent in recovery.cSteven Whitehouse2006-12-051-1/+1
| * [GFS2] Don't flush everything on fdatasyncSteven Whitehouse2006-11-301-3/+27
| * [GFS2] Add a comment about reading the super blockSteven Whitehouse2006-11-301-0/+18
| * [GFS2] Mount problem with the GFS2 codeSrinivasa Ds2006-11-301-1/+1
| * [GFS2] Remove gfs2_check_acl()Steven Whitehouse2006-11-303-19/+3Star
| * [GFS2] lock function parameterRandy Dunlap2006-11-301-1/+1
| * [GFS2] fs/gfs2/log.c:log_bmap() fix printk format warningRyusuke Konishi2006-11-301-1/+2
| * [GFS2] Fix recursive locking in gfs2_getattrSteven Whitehouse2006-11-301-5/+17
| * [GFS2] Fix recursive locking in gfs2_permissionSteven Whitehouse2006-11-301-6/+13
| * [GFS2] Reduce number of arguments to meta_io.c:getbuf()Steven Whitehouse2006-11-301-14/+12Star
| * [GFS2] Move gfs2_meta_syncfs() into log.cSteven Whitehouse2006-11-304-20/+21
| * [GFS2] Fix journal flush problemSteven Whitehouse2006-11-307-99/+46Star
| * [GFS2] mark_inode_dirty after write to stuffed fileSteven Whitehouse2006-11-301-1/+3
| * [GFS2] Fix glock ordering on inode creationSteven Whitehouse2006-11-301-27/+4Star
| * [GFS2] Simplify glops functionsSteven Whitehouse2006-11-304-51/+28Star
| * [GFS2] Fix Kconfig wrt CRC32Steven Whitehouse2006-11-301-0/+1
| * [GFS2] Make sentinel dirents compatible with gfs1Steven Whitehouse2006-11-301-10/+16
| * [GFS2] Remove unused function from inode.cSteven Whitehouse2006-11-304-95/+5Star
| * [GFS2] Remove unused sysfs filesSteven Whitehouse2006-11-301-8/+0Star
| * [GFS2] Tidy up bmap & fix boundary bugSteven Whitehouse2006-11-301-63/+54Star