Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-flexiantxendom0-3.2.10.git] / fs / gfs2 / inode.c
2012-04-05 Bob PetersonGFS2: Make sure rindex is uptodate before starting...
2012-02-28 Steven WhitehouseGFS2: FITRIM ioctl support
2012-02-28 Steven WhitehouseGFS2: Read resource groups on mount
2012-02-28 Bob PetersonGFS2: Read in rindex if necessary during unlink
2012-01-11 Steven WhitehouseGFS2: Fix nlink setting on inode creation
2012-01-08 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-3.0-nmw
2012-01-04 Al Virofs: propagate umode_t, misc bits
2012-01-04 Al Viroswitch ->mknod() to umode_t
2012-01-04 Al Viroswitch ->create() to umode_t
2012-01-04 Al Viroswitch vfs_mkdir() and ->mkdir() to umode_t
2011-12-06 H Hartley SweetenGFS2: local functions should be static
2011-11-22 Steven WhitehouseGFS2: Fix multi-block allocation
2011-11-22 Bob PetersonGFS2: decouple quota allocations from block allocations
2011-11-21 Bob PetersonGFS2: move toward a generic multi-block allocator
2011-11-15 Bob PetersonGFS2: combine gfs2_alloc_block and gfs2_alloc_di
2011-11-08 Steven WhitehouseGFS2: More automated code analysis fixes
2011-10-28 Linus TorvaldsMerge http://sucs.org/~rohan/git/gfs2-3.0-nmw
2011-10-21 Steven WhitehouseGFS2: Cache the most recently used resource group in...
2011-10-21 Steven WhitehouseGFS2: Make resource groups "append only" during life...
2011-10-21 Steven WhitehouseGFS2: Clean up gfs2_create
2011-10-21 Steven WhitehouseGFS2: Use ->dirty_inode()
2011-10-21 Steven WhitehouseGFS2: Fix inode allocation error path
2011-08-09 James MorrisMerge branch 'next-evm' of git://git./linux/kernel...
2011-07-25 Christoph Hellwigfs: take the ACL checks to common code
2011-07-21 Al Virosimplify gfs2_lookup()
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->permis...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to generic_...
2011-07-20 Al Virokill check_acl callback of generic_permission()
2011-07-18 Mimi Zoharsecurity: new security_inode_init_security API adds...
2011-05-13 Steven WhitehouseGFS2: Move all locking inside the inode creation function
2011-05-13 Steven WhitehouseGFS2: Clean up symlink creation
2011-05-13 Steven WhitehouseGFS2: Clean up mkdir
2011-05-10 Steven WhitehouseGFS2: Rename ops_inode.c to inode.c
2011-05-10 Steven WhitehouseGFS2: Inode.c is empty now, remove it
2011-05-09 Steven WhitehouseGFS2: Move final part of inode.c into super.c
2011-05-09 Steven WhitehouseGFS2: Move most of the remaining inode.c into ops_inode.c
2011-05-09 Steven WhitehouseGFS2: Move gfs2_refresh_inode() and friends into glops.c
2011-05-09 Steven WhitehouseGFS2: Remove gfs2_dinode_print() function
2011-05-09 Steven WhitehouseGFS2: When adding a new dir entry, inc link count if...
2011-05-05 Steven WhitehouseGFS2: Double check link count under glock
2011-04-20 Steven WhitehouseGFS2: Make writeback more responsive to system conditions
2011-04-20 Steven WhitehouseGFS2: Optimise glock lru and end of life inodes
2011-04-18 Bob PetersonGFS2: filesystem hang caused by incorrect lock order
2011-03-08 James MorrisMerge branch 'master' of git://git.infradead.org/users...
2011-02-01 Eric Parisfs/vfs/security: pass last path component to LSM on...
2011-01-18 Steven WhitehouseGFS2: Fix error path in gfs2_lookup_by_inum()
2011-01-07 Linus TorvaldsMerge branch 'vfs-scale-working' of git://git./linux...
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2010-11-30 Steven WhitehouseGFS2: Remove unreachable calls to vmtruncate
2010-11-15 Steven WhitehouseGFS2: Fix inode deallocation race
2010-09-20 Steven WhitehouseGFS2: Remove i_disksize
2010-08-09 Al Virosimplify checks for I_CLEAR/I_FREEING
2010-08-09 Christoph Hellwigremove inode_setattr
2010-07-15 Bob PetersonGFS2: Fix kernel NULL pointer dereference by dlm_astd
2010-05-21 Bob PetersonGFS2: Rework reclaiming unlinked dinodes
2010-04-14 Bob PetersonGFS2: glock livelock
2010-03-01 Steven WhitehouseGFS2: Metadata address space clean up
2009-12-17 Christoph Hellwigkill I_LOCK
2009-12-16 Christoph Hellwigsanitize xattr handler prototypes
2009-12-03 Steven WhitehouseGFS2: Tag all metadata with jid
2009-12-03 Steven WhitehouseGFS2: Clean up ACLs
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-17 Steven WhitehouseGFS2: Improve error handling in inode allocation
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: Clean up some file names
2009-04-15 Christoph HellwigGFS2: cleanup file_operations mess
2009-03-24 Steven WhitehouseGFS2: Merge lock_dlm module into GFS2
2009-01-05 Steven WhitehouseGFS2: Kill two daemons with one patch
2009-01-05 Steven WhitehouseGFS2: Banish struct gfs2_dinode_host
2009-01-05 Steven WhitehouseGFS2: Move i_size from gfs2_dinode_host and rename...
2009-01-05 Steven WhitehouseGFS2: Move di_eattr into "proper" inode
2009-01-05 Steven WhitehouseGFS2: Move "entries" into "proper" inode
2009-01-05 Steven WhitehouseGFS2: Move generation number into "proper" part of...
2009-01-05 Steven WhitehouseGFS2: Rationalise header files
2008-11-13 David HowellsCRED: Wrap task credential accesses in the GFS2 filesystem
2008-09-18 Steven WhitehouseGFS2: high time to take some time over atime
2008-09-05 Julien BrunelGFS2: Use an IS_ERR test rather than a NULL test
2008-08-27 Steven WhitehouseGFS2: Fix & clean up GFS2 rename
2008-07-27 Al Viro[PATCH] don't pass nameidata to gfs2_lookupi()
2008-07-10 Steven Whitehouse[GFS2] Remove support for unused and pointless flag
2008-07-03 Miklos Szeredi[GFS2] don't call permission()
2008-05-12 Bob Peterson[GFS2] filesystem consistency error from do_strip
2008-04-10 Josef Bacik[GFS2] fix GFP_KERNEL misuses
2008-03-31 Cyrill Gorcunov[GFS2] possible null pointer dereference fixup
2008-03-31 Denis Cheng[GFS2] re-support special inode
2008-03-31 Denis Cheng[GFS2] remove gfs2_dev_iops
2008-03-31 Steven Whitehouse[GFS2] Fix a page lock / glock deadlock
2008-03-31 Steven Whitehouse[GFS2] Eliminate (almost) duplicate field from gfs2_inode
2008-03-31 Steven Whitehouse[GFS2] Reduce inode size by merging fields
2008-03-31 Steven Whitehouse[GFS2] Shrink & rename di_depth
2008-03-31 Bob Peterson[GFS2] Fix debug inode printing
2008-03-31 Steven Whitehouse[GFS2] Streamline indirect pointer tree height calculation
2008-02-07 David Howellsiget: use iget_failed() in GFS2
2008-01-25 Bob Peterson[GFS2] Lockup on error
2008-01-25 Steven Whitehouse[GFS2] Reduce inode size by moving i_alloc out of line
2008-01-25 Wendy Cheng[GFS2] Remove lock methods for lock_nolock protocol
next