summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
...
* | | GFS2: For exhash conversion, only one block is neededSteven Whitehouse2014-01-081-0/+5
* | | GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson2014-01-071-1/+15
* | | GFS2: Remember directory insert pointSteven Whitehouse2014-01-063-16/+42
* | | GFS2: Consolidate transaction blocks calculation for dir addSteven Whitehouse2014-01-061-12/+26
* | | GFS2: Add directory addition info structureSteven Whitehouse2014-01-063-33/+43
* | | GFS2: Use only a single address space for rgrpsSteven Whitehouse2014-01-035-8/+31
* | | GFS2: Use range based functions for rgrp sync/invalidationSteven Whitehouse2014-01-033-4/+15
* | | GFS2: Remove test which is always trueSteven Whitehouse2014-01-031-1/+1
* | | GFS2: Remove gfs2_quota_change_host structureSteven Whitehouse2014-01-031-25/+12
* | | GFS2: Clean up releasepageSteven Whitehouse2014-01-031-13/+5
* | | GFS2: Implement a "rgrp has no extents longer than X" schemeBob Peterson2014-01-033-6/+28
* | | GFS2: Drop inadequate rgrps from the reservation treeBob Peterson2014-01-031-3/+4
* | | GFS2: If requested is too large, use the largest extent in the rgrpBob Peterson2014-01-031-15/+49
|/ /
* | GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa2014-01-021-0/+2
* | GFS2: Wait for async DIO in glock state changesSteven Whitehouse2013-12-201-2/+8
* | GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse2013-12-201-0/+30
* | GFS2: Fix slab memory leak in gfs2_bufdataBob Peterson2013-12-131-0/+5
* | GFS2: Fix use-after-free race when calling gfs2_remove_from_ailBob Peterson2013-12-131-2/+2
* | GFS2: don't hold s_umount over blkdev_putSteven Whitehouse2013-12-131-1/+11
|/
* GFS2: Fix ref count bug relating to atomic_openSteven Whitehouse2013-11-211-1/+4
* GFS2: fix potential NULL pointer dereferenceMichal Nazarewicz2013-11-211-1/+2
* gfs2: endianness misannotationsAl Viro2013-11-153-19/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-8/+1
|\
| * new helper: kfree_put_link()Al Viro2013-10-241-8/+1
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-1119-339/+448
|\ \ | |/ |/|
| * GFS2: Use generic list_lru for quotaSteven Whitehouse2013-11-044-66/+85
| * GFS2: Rename quota qd_lru_lock qd_lockSteven Whitehouse2013-11-041-35/+35
| * GFS2: Use reflink for quota data cacheSteven Whitehouse2013-11-042-15/+29
| * GFS2: Use lockref for glocksSteven Whitehouse2013-10-154-49/+45
| * GFS2: Protect quota sync generationSteven Whitehouse2013-10-043-2/+6
| * GFS2: Inline qd_trylock into gfs2_quota_unlockSteven Whitehouse2013-10-041-25/+20
| * GFS2: Make two similar quota code fragments into a functionSteven Whitehouse2013-10-041-34/+26
| * GFS2: Remove obsolete quota tunableSteven Whitehouse2013-10-044-5/+1
| * GFS2: Move gfs2_icbit_munge into quota.cSteven Whitehouse2013-10-023-22/+20
| * GFS2: Speed up starting point selection for block allocationSteven Whitehouse2013-10-021-10/+31
| * GFS2: Add allocation parameters structureSteven Whitehouse2013-10-029-21/+51
| * GFS2: Clean up reservation removalSteven Whitehouse2013-09-276-9/+10
| * GFS2: fix dentry leaksMiklos Szeredi2013-09-231-10/+16
| * GFS2: new function gfs2_rbm_incrBob Peterson2013-09-181-3/+27
| * GFS2: Introduce rbm field biiBob Peterson2013-09-182-54/+65
| * GFS2: Do not reset flags on active reservationsBob Peterson2013-09-171-1/+0
| * GFS2: introduce bi_blocks for optimizationBob Peterson2013-09-172-1/+6
| * GFS2: optimize rbm_from_block wrt bi_startBob Peterson2013-09-171-1/+1
| * GFS2: d_splice_alias() can't return errorMiklos Szeredi2013-09-171-3/+1
* | gfs2: set FILE_CREATEDMiklos Szeredi2013-09-161-1/+3
|/
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-121-2/+2
|\
| * truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-2/+2
* | fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-104-20/+33
* | super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-102-2/+2
|/
* Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-097-77/+99
|\