aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2009-11-20SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULEGravatar David Howells 1-0/+1
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearGravatar David Howells 2-2/+3
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 1-1/+1
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 1-0/+3
2009-09-23headers: utsname.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-09-21trivial: fix typo "to to" in multiple filesGravatar Anand Gadiyar 1-1/+1
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsGravatar Andi Kleen 1-0/+3
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+4
2009-09-14GFS2: Whitespace fixesGravatar Steven Whitehouse 3-4/+4
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardGravatar Christoph Hellwig 1-2/+4
2009-09-09GFS2: Remove unused sysfs fileGravatar Steven Whitehouse 3-14/+1
2009-09-08GFS2: Be extra careful about deallocating inodesGravatar Steven Whitehouse 4-35/+51
2009-08-27GFS2: Remove no_formal_ino generating codeGravatar Steven Whitehouse 5-190/+10
2009-08-26GFS2: Rename eattr.[ch] as xattr.[ch]Gravatar Steven Whitehouse 7-6/+6
2009-08-26GFS2: Clean up of extended attribute supportGravatar Steven Whitehouse 11-526/+333
2009-08-24GFS2: Add "-o errors=panic|withdraw" mount optionsGravatar Bob Peterson 4-14/+71
2009-08-24GFS2: jumping to wrong label?Gravatar Roel Kluin 1-1/+1
2009-08-18GFS2: free disk inode which is deleted by remote node -V2Gravatar Wengang Wang 1-0/+18
2009-08-17GFS2: Add sysfs link to deviceGravatar Steven Whitehouse 1-0/+10
2009-08-17GFS2: Replace assertion with proper error handlingGravatar Steven Whitehouse 1-1/+3
2009-08-17GFS2: Improve error handling in inode allocationGravatar Steven Whitehouse 3-13/+27
2009-08-17GFS2: Add some more info to ueventsGravatar Steven Whitehouse 1-3/+10
2009-08-17GFS2: Add online uevent to GFS2Gravatar Steven Whitehouse 3-3/+15
2009-08-14GFS2: Fix permissions on "recover" fileGravatar Steven Whitehouse 1-10/+10
2009-07-30GFS2: remove dcache entries for remote deleted inodesGravatar Benjamin Marzinski 5-5/+65
2009-07-30GFS2: Fix incorrent statfs consistency checkGravatar Benjamin Marzinski 1-11/+3
2009-07-30GFS2: Don't put unlikely reclaim candidates on the reclaim list.Gravatar Benjamin Marzinski 1-26/+46
2009-07-30GFS2: Don't try and dealloc own inodeGravatar Steven Whitehouse 1-3/+6
2009-07-30GFS2: Fix panic in glock memory shrinkerGravatar Benjamin Marzinski 1-0/+4
2009-07-30GFS2: keep statfs info in sync on growsGravatar Benjamin Marzinski 3-14/+68
2009-07-30GFS2: Shrink the shrinkerGravatar Steven Whitehouse 1-18/+5
2009-07-13tracing/events: Move TRACE_SYSTEM outside of include guardGravatar Li Zefan 1-4/+4
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2009-06-12GFS2: Remove lock_kernel from gfs2_put_super()Gravatar Steven Whitehouse 1-4/+0
2009-06-12GFS2: Add tracepointsGravatar Steven Whitehouse 8-6/+442
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+4
2009-06-11gfs2: remove ->write_super and stop maintaining ->s_dirtGravatar Christoph Hellwig 2-15/+0
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-3/+3
2009-06-10GFS2: Merge gfs2_get_sb into gfs2_get_sb_metaGravatar Steven Whitehouse 1-12/+4
2009-06-10GFS2: Fix cache coherency between truncate and O_DIRECT readGravatar Steven Whitehouse 1-1/+1
2009-06-05GFS2: Fix locking issue mounting gfs2meta fsGravatar Steven Whitehouse 1-14/+22
2009-06-03GFS2: Remove unused variableGravatar Steven Whitehouse 1-2/+0
2009-06-02GFS2: smbd proccess hangs with flock() call.Gravatar Abhijith Das 1-2/+2
2009-05-26GFS2: Remove args subdir from gfs2 sysfs filesGravatar Steven Whitehouse 1-51/+1
2009-05-26GFS2: Remove lockstruct subdir from gfs2 sysfs filesGravatar Steven Whitehouse 1-33/+8
2009-05-22block: Do away with the notion of hardsect_sizeGravatar Martin K. Petersen 2-3/+3
2009-05-22GFS2: Move gfs2_unlink_ok into ops_inode.cGravatar Steven Whitehouse 3-41/+38
2009-05-22GFS2: Move gfs2_readlinki into ops_inode.cGravatar Steven Whitehouse 3-58/+56
2009-05-22GFS2: Move gfs2_rmdiri into ops_inode.cGravatar Steven Whitehouse 3-54/+53
2009-05-22GFS2: Merge mount.c and ops_super.c into super.cGravatar Steven Whitehouse 4-956/+903