summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULEDavid Howells2009-11-201-0/+1
* SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-192-2/+3
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-0/+3
|\
| * HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen2009-09-161-0/+3
* | headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
|/
* Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-141-2/+4
|\
| * block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2009-09-141-2/+4
* | GFS2: Whitespace fixesSteven Whitehouse2009-09-143-4/+4
* | GFS2: Remove unused sysfs fileSteven Whitehouse2009-09-093-14/+1
* | GFS2: Be extra careful about deallocating inodesSteven Whitehouse2009-09-084-35/+51
* | GFS2: Remove no_formal_ino generating codeSteven Whitehouse2009-08-275-190/+10
* | GFS2: Rename eattr.[ch] as xattr.[ch]Steven Whitehouse2009-08-267-6/+6
* | GFS2: Clean up of extended attribute supportSteven Whitehouse2009-08-2611-526/+333
* | GFS2: Add "-o errors=panic|withdraw" mount optionsBob Peterson2009-08-244-14/+71
* | GFS2: jumping to wrong label?Roel Kluin2009-08-241-1/+1
* | GFS2: free disk inode which is deleted by remote node -V2Wengang Wang2009-08-181-0/+18
* | GFS2: Add sysfs link to deviceSteven Whitehouse2009-08-171-0/+10
* | GFS2: Replace assertion with proper error handlingSteven Whitehouse2009-08-171-1/+3
* | GFS2: Improve error handling in inode allocationSteven Whitehouse2009-08-173-13/+27
* | GFS2: Add some more info to ueventsSteven Whitehouse2009-08-171-3/+10
* | GFS2: Add online uevent to GFS2Steven Whitehouse2009-08-173-3/+15
|/
* GFS2: Fix permissions on "recover" fileSteven Whitehouse2009-08-141-10/+10
* GFS2: remove dcache entries for remote deleted inodesBenjamin Marzinski2009-07-305-5/+65
* GFS2: Fix incorrent statfs consistency checkBenjamin Marzinski2009-07-301-11/+3
* GFS2: Don't put unlikely reclaim candidates on the reclaim list.Benjamin Marzinski2009-07-301-26/+46
* GFS2: Don't try and dealloc own inodeSteven Whitehouse2009-07-301-3/+6
* GFS2: Fix panic in glock memory shrinkerBenjamin Marzinski2009-07-301-0/+4
* GFS2: keep statfs info in sync on growsBenjamin Marzinski2009-07-303-14/+68
* GFS2: Shrink the shrinkerSteven Whitehouse2009-07-301-18/+5
* tracing/events: Move TRACE_SYSTEM outside of include guardLi Zefan2009-07-131-4/+4
* block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz2009-06-191-1/+1
* GFS2: Remove lock_kernel from gfs2_put_super()Steven Whitehouse2009-06-121-4/+0
* GFS2: Add tracepointsSteven Whitehouse2009-06-128-6/+442
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
* gfs2: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2009-06-112-15/+0
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-112-3/+3
|\
| * block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-222-3/+3
* | GFS2: Merge gfs2_get_sb into gfs2_get_sb_metaSteven Whitehouse2009-06-101-12/+4
* | GFS2: Fix cache coherency between truncate and O_DIRECT readSteven Whitehouse2009-06-101-1/+1
* | GFS2: Fix locking issue mounting gfs2meta fsSteven Whitehouse2009-06-051-14/+22
* | GFS2: Remove unused variableSteven Whitehouse2009-06-031-2/+0
* | GFS2: smbd proccess hangs with flock() call.Abhijith Das2009-06-021-2/+2
* | GFS2: Remove args subdir from gfs2 sysfs filesSteven Whitehouse2009-05-261-51/+1
* | GFS2: Remove lockstruct subdir from gfs2 sysfs filesSteven Whitehouse2009-05-261-33/+8
* | GFS2: Move gfs2_unlink_ok into ops_inode.cSteven Whitehouse2009-05-223-41/+38
* | GFS2: Move gfs2_readlinki into ops_inode.cSteven Whitehouse2009-05-223-58/+56
* | GFS2: Move gfs2_rmdiri into ops_inode.cSteven Whitehouse2009-05-223-54/+53
* | GFS2: Merge mount.c and ops_super.c into super.cSteven Whitehouse2009-05-224-956/+903