ext3: Don't update superblock write time when filesystem is read-only
[safe/jmp/linux-2.6] / fs / gfs2 /
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-24 Alexey Dobriyanheaders: utsname.h redux
2009-09-21 Anand Gadiyartrivial: fix typo "to to" in multiple files
2009-09-16 Andi KleenHWPOISON: Enable .remove_error_page for migration aware...
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
2009-09-14 Steven WhitehouseGFS2: Whitespace fixes
2009-09-14 Christoph Hellwigblock: use blkdev_issue_discard in blk_ioctl_discard
2009-09-09 Steven WhitehouseGFS2: Remove unused sysfs file
2009-09-08 Steven WhitehouseGFS2: Be extra careful about deallocating inodes
2009-08-27 Steven WhitehouseGFS2: Remove no_formal_ino generating code
2009-08-26 Steven WhitehouseGFS2: Rename eattr.[ch] as xattr.[ch]
2009-08-26 Steven WhitehouseGFS2: Clean up of extended attribute support
2009-08-24 Bob PetersonGFS2: Add "-o errors=panic|withdraw" mount options
2009-08-24 Roel KluinGFS2: jumping to wrong label?
2009-08-18 Wengang WangGFS2: free disk inode which is deleted by remote node -V2
2009-08-17 Steven WhitehouseGFS2: Add sysfs link to device
2009-08-17 Steven WhitehouseGFS2: Replace assertion with proper error handling
2009-08-17 Steven WhitehouseGFS2: Improve error handling in inode allocation
2009-08-17 Steven WhitehouseGFS2: Add some more info to uevents
2009-08-17 Steven WhitehouseGFS2: Add online uevent to GFS2
2009-08-14 Steven WhitehouseGFS2: Fix permissions on "recover" file
2009-07-30 Benjamin MarzinskiGFS2: remove dcache entries for remote deleted inodes
2009-07-30 Benjamin MarzinskiGFS2: Fix incorrent statfs consistency check
2009-07-30 Benjamin MarzinskiGFS2: Don't put unlikely reclaim candidates on the...
2009-07-30 Steven WhitehouseGFS2: Don't try and dealloc own inode
2009-07-30 Benjamin MarzinskiGFS2: Fix panic in glock memory shrinker
2009-07-30 Benjamin MarzinskiGFS2: keep statfs info in sync on grows
2009-07-30 Steven WhitehouseGFS2: Shrink the shrinker
2009-07-13 Li Zefantracing/events: Move TRACE_SYSTEM outside of include...
2009-06-19 Bartlomiej Zolnier... block: rename CONFIG_LBD to CONFIG_LBDAF
2009-06-12 Steven WhitehouseGFS2: Remove lock_kernel from gfs2_put_super()
2009-06-12 Steven WhitehouseGFS2: Add tracepoints
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Christoph Hellwiggfs2: remove ->write_super and stop maintaining ->s_dirt
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-06-10 Steven WhitehouseGFS2: Merge gfs2_get_sb into gfs2_get_sb_meta
2009-06-10 Steven WhitehouseGFS2: Fix cache coherency between truncate and O_DIRECT...
2009-06-05 Steven WhitehouseGFS2: Fix locking issue mounting gfs2meta fs
2009-06-03 Steven WhitehouseGFS2: Remove unused variable
2009-06-02 Abhijith DasGFS2: smbd proccess hangs with flock() call.
2009-05-26 Steven WhitehouseGFS2: Remove args subdir from gfs2 sysfs files
2009-05-26 Steven WhitehouseGFS2: Remove lockstruct subdir from gfs2 sysfs files
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-22 Steven WhitehouseGFS2: Move gfs2_unlink_ok into ops_inode.c
2009-05-22 Steven WhitehouseGFS2: Move gfs2_readlinki into ops_inode.c
2009-05-22 Steven WhitehouseGFS2: Move gfs2_rmdiri into ops_inode.c
2009-05-22 Steven WhitehouseGFS2: Merge mount.c and ops_super.c into super.c
2009-05-22 Steven WhitehouseGFS2: Clean up some file names
2009-05-21 Steven WhitehouseGFS2: Be more aggressive in reclaiming unlinked inodes
2009-05-21 Steven WhitehouseGFS2: Add a rgrp bitmap full flag
2009-05-20 Steven WhitehouseGFS2: Improve resource group error handling
2009-05-19 Steven WhitehouseGFS2: Don't warn when delete inode fails on ro filesystem
2009-05-19 Steven WhitehouseGFS2: Umount recovery race fix
2009-05-13 Steven WhitehouseGFS2: Remove a couple of unused sysfs entries
2009-05-13 Steven WhitehouseGFS2: Add commit= mount option
2009-05-13 Steven WhitehouseGFS2: Move journal live test at transaction start
2009-05-12 Abhijith DasGFS2: Fix timestamps on write
2009-05-11 Steven WhitehouseGFS2: Something nonlinear this way comes!
2009-05-11 Steven WhitehouseGFS2: Optimise writepage for metadata
2009-05-11 Steven WhitehouseGFS2: Update the rw flags
2009-05-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-05-09 Al ViroReduce path_lookup() abuses
2009-05-09 Steven WhitehouseGFS2: Fix glock ref counting bug
2009-04-23 Steven WhitehouseGFS2: Ensure that the inode goal block settings are...
2009-04-23 Steven WhitehouseGFS2: Fix bug in block allocation
2009-04-20 Steven WhitehouseGFS2: Fix page_mkwrite() return code
2009-04-20 Steven WhitehouseGFS2: Clear dirty bit at end of inode glock sync
2009-04-15 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-fixes
2009-04-15 Nikanth Karthikesangfs2: Remove code handling bio_alloc failure with __GFP...
2009-04-15 Xu GangGFS2: Use DEFINE_SPINLOCK
2009-04-15 Christoph HellwigGFS2: cleanup file_operations mess
2009-04-15 Steven WhitehouseGFS2: Move umount flush rwsem
2009-04-15 Steven WhitehouseGFS2: Fix symlink creation race
2009-04-15 Steven WhitehouseGFS2: Make quotad's waiting interruptible
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-01 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-04-01 Al ViroNew helper - current_umask()
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Al Viroconstify dentry_operations: GFS2
2009-03-24 Steven WhitehouseGFS2: Fix freeze issue
2009-03-24 Steven WhitehouseFix a minor bug in the previous patch
2009-03-24 Steven WhitehouseGFS2: Clean up of glops.c
2009-03-24 Benjamin MarzinskiGFS2: Fix locking bug in failed shared to exclusive...
2009-03-24 Hisashi HifumiGFS2: Pagecache usage optimization on GFS2
2009-03-24 Hannes EderGFS2: fix sparse warning: Should it be static?
2009-03-24 Hannes EderGFS2: fix sparse warnings: constant is so big it is ...
2009-03-24 Steven WhitehouseGFS2: Support quota/noquota mount arguments
2009-03-24 Steven WhitehouseGFS2: Fix alignment issue and tidy gfs2_bitfit
2009-03-24 Steven WhitehouseGFS2: Add a "demote a glock" interface to sysfs
2009-03-24 Steven WhitehouseGFS2: Expose UUID via sysfs/uevent
2009-03-24 Steven WhitehouseGFS2: Support generation of discard requests
2009-03-24 Steven WhitehouseGFS2: Fix deadlock on journal flush
2009-03-24 Steven WhitehouseGFS2: Fix error path ref counting for root inode
2009-03-24 Steven WhitehouseGFS2: Remove unused field from glock
2009-03-24 Steven WhitehouseGFS2: Merge lock_dlm module into GFS2
2009-03-24 Steven WhitehouseGFS2: Remove "double" locking in quota
2009-03-24 Abhijith DasGFS2: change gfs2_quota_scan into a shrinker
2009-03-24 Abhijith DasGFS2: Bring back lvb-related stuff to lock_nolock to...
2009-03-24 Steven WhitehouseGFS2: Fix remount argument parsing
next