Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / ext4 / xattr.c
2012-04-09 Jeff Mahoney- Update richacl patchset for 3.4.
2012-03-20 Joe Perchesext4: add no_printk argument validation, fix fallout
2012-02-21 Eric Sandeenext4: avoid deadlock on sync-mounted FS w/o journal
2012-02-20 Zheng Liuext4: remove unneeded variable in ext4_xattr_check_block()
2011-11-16 Jeff Mahoney- Update to 3.2-rc1.
2011-10-29 Eric Sandeenext4: fix race in xattr block allocation path
2011-10-26 Eric Sandeenext4: use ext4_reserve_inode_write in ext4_xattr_set_handle
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-31 Jeff MahoneyRevert "- Updated to 3.0-rc1."
2011-05-31 Jeff Mahoney- Updated to 3.0-rc1.
2011-05-25 Allison Hendersonext4: add flag to ext4_has_free_blocks
2011-04-12 Jeff Mahoney- Update to 2.6.39-rc2.
2011-03-21 Amir Goldsteinext4: unify the ext4_handle_release_buffer() api
2011-02-22 Peter Hueweext4: Fix sparse warning: Using plain integer as NULL...
2011-01-22 Jeff Mahoney- Update to 2.6.38-rc1.
2011-01-10 Wang Sheng-Huiext2,ext3,ext4: clarify comment for extN_xattr_set_handle
2011-01-10 Theodore Ts'oext4: clean up ext4_xattr_list()'s error code checking...
2010-11-12 Jeff Mahoney- Update to 2.6.37-rc1.
2010-10-28 Theodore Ts'oext4: rename {exit,init}_ext4_*() to ext4_{exit,init...
2010-08-18 Jeff Mahoney- Update to 2.6.36-rc1.
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-09 Andreas Gruenbachermbcache: Remove unused features
2010-07-06 Jeff MahoneyMerge ../openSUSE-11.3
2010-06-24 Andreas Gruenbacher- patches.suse/0016-ext4-Implement-richacl-support...
2010-06-12 Theodore Ts'oext4: Clean up s_dirt handling
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-27 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-05-21 Stephen Hemmingerext4: constify xattr_handler
2010-05-17 Dmitry Monakhovext4: Use bitops to read/modify i_flags in struct ext4_...
2010-05-17 Theodore Ts'oext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-04 Christoph Hellwigdquot: cleanup space allocation / freeing routines
2010-02-15 Roel Kluinext4: add missing error checking to ext4_expand_extra_i...
2010-02-15 Eric Sandeenext4: move __func__ into a macro for ext4_warning,...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-24 Theodore Ts'oext4: Use bitops to read/modify EXT4_I(inode)->i_state
2009-12-23 Julia Lawallext4: Eliminate potential double free on error path
2009-12-16 Christoph Hellwigsanitize xattr handler prototypes
2009-12-14 Eric Sandeenext4: journal all modifications in ext4_xattr_set_handle
2009-11-23 Theodore Ts'oext4: call ext4_forget() from ext4_free_blocks()
2009-11-15 Eric Sandeenext4: journal all modifications in ext4_xattr_set_handle
2009-09-16 Eric Sandeenext4: limit block allocations for indirect-block files...
2009-03-26 Jan Karaext4: Use lowercase names of quota functions
2008-12-05 Kalpak Shahext4: fix xattr deadlock
2008-12-03 Greg Kroah-Hartman- Update to 2.6.27.8-rc1:
2009-01-07 Frank Mayharext4: Allow ext4 to run without a journal
2008-12-12 Theodore Ts'oext4: remove do_blk_alloc()
2008-12-07 Theodore Ts'oext4: remove ext4_new_meta_block()
2008-10-11 Theodore Ts'oext4: Rename ext4dev to ext4
2008-10-09 Kalpak Shahext4: fix xattr deadlock
2008-07-26 Theodore Ts'oext4: Cleanup whitespace and other miscellaneous style...
2008-07-11 Aneesh Kumar K.Vext4: Use inode preallocation with -o noextents
2008-06-09 Tiger Yangext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
2008-05-15 Tiger Yangext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
2008-04-29 Christoph Hellwigext4: move headers out of include/linux
2008-04-30 Josef Bacikext4: fix wrong gfp type under transaction
2008-04-17 Harvey Harrisonext4: replace remaining __FUNCTION__ occurrences
2008-04-17 Mingming Caoext4: make ext4_xattr_list() static
2008-04-17 Akinobu Mitaext4: use ext4_group_first_block_no()
2008-04-17 Marcin Slusarzext4: le*_add_cpu conversion
2008-04-16 Jan Karavfs: fix possible deadlock in ext2, ext3, ext4 when...
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-01-29 Alex Tomasext4: Add multi block allocator for ext4
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-17 Aneesh Kumar K.Vext4: sparse fixes
2007-10-17 Mingming CaoJBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4
2007-07-18 Kalpak Shahext4: Expand extra_inodes space per the s_{want,min...
2007-07-18 Kalpak Shahext4: Add nanosecond timestamps
2007-03-01 Mingming Cao[PATCH] ext[34]: EA block reference count racing fix
2006-12-07 Andreas Gruenbacher[PATCH] Remove superfluous lock_super() in extN xattr...
2006-10-11 Mingming Cao[PATCH] ext4: blk_type from sector_t to unsigned long...
2006-10-11 Mingming Cao[PATCH] jbd2: enable building of jbd2 and have ext4...
2006-10-11 Mingming Cao[PATCH] ext4: rename ext4 symbols to avoid duplication...
2006-10-11 Dave Kleikamp[PATCH] ext4: initial copy of files from ext3