aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2009-04-01mm: page_mkwrite change prototype to match faultGravatar Nick Piggin 1-1/+4
2009-03-31New helper - current_umask()Gravatar Al Viro 1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+2
2009-03-27constify dentry_operations: GFS2Gravatar Al Viro 2-2/+2
2009-03-24GFS2: Fix freeze issueGravatar Steven Whitehouse 1-2/+0
2009-03-24Fix a minor bug in the previous patchGravatar Steven Whitehouse 1-2/+3
2009-03-24GFS2: Clean up of glops.cGravatar Steven Whitehouse 5-89/+57
2009-03-24GFS2: Fix locking bug in failed shared to exclusive conversionGravatar Benjamin Marzinski 2-3/+5
2009-03-24GFS2: Pagecache usage optimization on GFS2Gravatar Hisashi Hifumi 1-0/+3
2009-03-24GFS2: fix sparse warning: Should it be static?Gravatar Hannes Eder 1-1/+2
2009-03-24GFS2: fix sparse warnings: constant is so big it is ...Gravatar Hannes Eder 1-6/+6
2009-03-24GFS2: Support quota/noquota mount argumentsGravatar Steven Whitehouse 1-0/+6
2009-03-24GFS2: Fix alignment issue and tidy gfs2_bitfitGravatar Steven Whitehouse 1-62/+70
2009-03-24GFS2: Add a "demote a glock" interface to sysfsGravatar Steven Whitehouse 5-4/+61
2009-03-24GFS2: Expose UUID via sysfs/ueventGravatar Steven Whitehouse 3-0/+39
2009-03-24GFS2: Support generation of discard requestsGravatar Steven Whitehouse 4-1/+68
2009-03-24GFS2: Fix deadlock on journal flushGravatar Steven Whitehouse 3-27/+34
2009-03-24GFS2: Fix error path ref counting for root inodeGravatar Steven Whitehouse 1-0/+2
2009-03-24GFS2: Remove unused field from glockGravatar Steven Whitehouse 2-3/+0
2009-03-24GFS2: Merge lock_dlm module into GFS2Gravatar Steven Whitehouse 41-2170/+819
2009-03-24GFS2: Remove "double" locking in quotaGravatar Steven Whitehouse 3-28/+14
2009-03-24GFS2: change gfs2_quota_scan into a shrinkerGravatar Abhijith Das 7-73/+114
2009-03-24GFS2: Bring back lvb-related stuff to lock_nolock to support quotasGravatar Abhijith Das 1-0/+82
2009-03-24GFS2: Fix remount argument parsingGravatar Steven Whitehouse 5-133/+73
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsGravatar Takashi Sato 1-7/+9
2009-01-07GFS2: Fix typo in gfs_page_mkwrite()Gravatar Benjamin Marzinski 1-1/+1
2009-01-07GFS2: LSF and LBD are now one and the sameGravatar Steven Whitehouse 1-1/+1
2009-01-07GFS2: Set GFP_NOFS when allocating page on writeGravatar Steven Whitehouse 1-0/+1
2009-01-05GFS2: Use DEFINE_SPINLOCKGravatar Julia Lawall 1-1/+1
2009-01-05GFS2: Fix use-after-free bug on umount (try #2)Gravatar Steven Whitehouse 2-9/+12
2009-01-05Revert "GFS2: Fix use-after-free bug on umount"Gravatar Steven Whitehouse 6-94/+114
2009-01-05GFS2: Streamline alloc calculations for writesGravatar Steven Whitehouse 4-49/+42
2009-01-05GFS2: Send useful information with uevent messagesGravatar Steven Whitehouse 1-2/+10
2009-01-05GFS2: Fix use-after-free bug on umountGravatar Steven Whitehouse 6-114/+94
2009-01-05GFS2: Remove ancient, unused codeGravatar Steven Whitehouse 3-18/+0
2009-01-05GFS2: Move four functions from super.cGravatar Steven Whitehouse 5-168/+167
2009-01-05GFS2: Fix bug in gfs2_lock_fs_check_clean()Gravatar Steven Whitehouse 4-75/+68
2009-01-05GFS2: Send some sensible sysfs stuffGravatar Steven Whitehouse 2-2/+30
2009-01-05GFS2: Kill two daemons with one patchGravatar Steven Whitehouse 13-341/+130
2009-01-05GFS2: Move gfs2_recoverd into recovery.cGravatar Steven Whitehouse 6-43/+45
2009-01-05GFS2: Fix "truncate in progress" hangGravatar Steven Whitehouse 7-7/+75
2009-01-05GFS2: Clean up & move gfs2_quotadGravatar Steven Whitehouse 9-69/+84
2009-01-05GFS2: Add more detail to debugfs glock dumpsGravatar Steven Whitehouse 1-3/+8
2009-01-05GFS2: Banish struct gfs2_rgrpd_hostGravatar Steven Whitehouse 3-21/+13
2009-01-05GFS2: Move rg_free from gfs2_rgrpd_host to gfs2_rgrpdGravatar Steven Whitehouse 3-16/+16
2009-01-05GFS2: Move rg_igeneration into struct gfs2_rgrpdGravatar Steven Whitehouse 2-4/+4
2009-01-05GFS2: Banish struct gfs2_dinode_hostGravatar Steven Whitehouse 12-48/+38
2009-01-05GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksizeGravatar Steven Whitehouse 11-55/+56
2009-01-05GFS2: Move di_eattr into "proper" inodeGravatar Steven Whitehouse 5-20/+20