- Update to 3.3-rc2.
[linux-flexiantxendom0-3.2.10.git] / fs / ext4 / namei.c
2012-02-07 Jeff Mahoney- Update to 3.3-rc2.
2012-01-09 Al Viroext[34]: avoid i_nlink warnings triggered by drop_nlink...
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-11-16 Jeff Mahoney- Update to 3.2-rc1.
2011-11-02 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-11-02 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-02 Miklos Szeredifilesystems: add missing nlink wrappers
2011-10-29 Dmitry Monakhovext4: fix quota accounting during migration
2011-10-26 Andreas Dilgerext4: avoid setting directory i_nlink to zero
2011-09-26 Jeff Mahoney- Update to 3.1-rc7.
2011-08-31 Theodore Ts'oext4: call ext4_handle_dirty_metadata with correct...
2011-08-31 Darrick J. Wongext4: ext4_mkdir should dirty dir_block with newly...
2011-08-31 Darrick J. Wongext4: ext4_rename should dirty dir_bh with the correct...
2011-08-24 Jeff Mahoney- Update to 3.1-rc3.
2011-08-23 Christoph Hellwigblock: separate priority boosting from REQ_META
2011-08-23 Christoph Hellwigblock: remove READ_META and WRITE_META
2011-08-12 Eric Sandeenext4: Properly count journal credits for long symlinks
2011-08-01 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-07-25 Christoph Hellwigfs: take the ACL checks to common code
2011-07-20 Al Viromake d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR...
2011-07-16 Bernd Schubertext4: fix compilation with -DDX_DEBUG
2011-07-11 Lukas Czernerext4: remove unnecessary comments in ext4_orphan_add()
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-26 Sage Weilext4: remove unnecessary dentry_unhash on rmdir/rename_dir
2011-05-26 Sage Weilvfs: push dentry_unhash on rename_dir into file systems
2011-05-26 Sage Weilvfs: push dentry_unhash on rmdir into file systems
2011-05-15 Allison Hendersonext4: don't dereference null pointer when make_indexed_...
2011-05-03 Jan Karaext4: fix deadlock in ext4_symlink() in ENOSPC conditions
2011-05-03 Jan Karaext4: Fix fs corruption when make_indexed_dir() fails
2011-04-12 Jeff Mahoney- Update to 2.6.39-rc2.
2011-03-25 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-03-22 Jiaying Zhangext4: add more tracepoints and use dev_t in the trace...
2011-03-21 Amir Goldsteinext4: handle errors in ext4_rename
2011-03-15 Aneesh Kumar K.Vfs: Remove i_nlink check from file system link callback
2011-01-22 Jeff Mahoney- Update to 2.6.38-rc1.
2011-01-10 Theodore Ts'oext4: add error checking to calls to ext4_handle_dirty_...
2011-01-10 Namhyung Kimext4: add more error checks to ext4_mkdir()
2011-01-10 Theodore Ts'oext4: Use ext4_error_file() to print the pathname to...
2010-12-20 Theodore Ts'oext4: optimize ext4_check_dir_entry() with unlikely...
2010-12-20 Tobias Klauserext4: Remove redundant unlikely()
2010-12-16 Jeff Mahoney- Linux: 2.6.37-rc6.
2010-12-15 Aaro Koskinenext4: fix typo which broke '..' detection in ext4_find_...
2010-11-12 Jeff Mahoney- Update to 2.6.37-rc1.
2010-10-28 Theodore Ts'oMerge branch 'next' into upstream-merge
2010-10-28 Theodore Ts'oext4: use search_dirblock() in ext4_dx_find_entry()
2010-10-28 Theodore Ts'oext4: avoid uninitialized memory references in ext3_htr...
2010-10-26 Al Vironew helper: ihold()
2010-08-18 Jeff Mahoney- Update to 2.6.36-rc1.
2010-08-05 Eric Sandeenext4: re-inline ext4_rec_len_(to|from)_disk functions
2010-07-27 Theodore Ts'oext4: Cleanup ext4_check_dir_entry so __func__ is now...
2010-07-06 Jeff MahoneyMerge ../openSUSE-11.3
2010-06-24 Andreas Gruenbacher- patches.suse/0016-ext4-Implement-richacl-support...
2010-06-14 Andi Kleenext4: remove initialized but not read variables
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-17 Frank Mayharext4: Make fsync sync new parent directories in no...
2010-05-17 Theodore Ts'oext4: Drop whitespace at end of lines
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 dquot initialize routine
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-02 Dmitry Monakhovext4: Handle non empty on-disk orphan link
2010-02-16 Curt Wohlgemuthext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode
2010-02-15 Eric Sandeenext4: move __func__ into a macro for ext4_warning,...
2009-12-14 Dmitry Monakhovext4: quota macros cleanup
2009-12-14 Theodore Ts'oext4: fix potential buffer head leak when add_dirent_to...
2009-12-09 Dmitry Monakhovext4: quota macros cleanup
2009-11-23 Theodore Ts'oext4: fix potential buffer head leak when add_dirent_to...
2009-11-08 Theodore Ts'oext4: partial revert to fix double brelse WARNING()
2009-09-29 Curt Wohlgemuthext4: Handle nested ext4_journal_start/stop calls witho...
2009-09-11 Andreas Schlickext4: Always set dx_node's fake_dirent explicitly.
2009-09-08 Linus Torvaldsext[234]: move over to 'check_acl' permission model
2009-08-30 Theodore Ts'oext4: Limit number of links that can be created by...
2009-08-29 Aneesh Kumar K.Vext4: Allow rename to create more than EXT4_LINK_MAX...
2009-07-17 Curt Wohlgemuthext4: More buffer head reference leaks
2009-06-13 Andreas Dilgerext4: teach the inode allocator to use a goal inode...
2009-06-13 Theodore Ts'oext4: Use a hash of the topdir directory name for the...
2009-06-08 Toshiyuki Okajimaext4: fix dx_map_entry to support 256k directory blocks
2009-05-03 Aneesh Kumar K.Vext4: hook fiemap operation for directories
2009-05-01 Theodore Ts'oext4: Move fs/ext4/namei.h into ext4.h
2009-04-26 Theodore Ts'oext4: Replace lock/unlock_super() with an explicit...
2009-03-26 Jan Karaext4: Use lowercase names of quota functions
2009-03-17 Theodore Ts'oext4: Add auto_da_alloc mount option
2009-02-24 Theodore Ts'oext4: Automatically allocate delay allocated blocks...
2009-02-23 Bryan Donlanext4: return -EIO not -ESTALE on directory traversal...
2009-02-15 Wei Yongjunext4: New rec_len encoding for very large blocksizes
2009-02-15 Theodore Ts'oext4: Use unsigned int for blocksize in dx_make_map...
2009-01-18 Nick Pigginfs: symlink write_begin allocation context fix
2009-01-16 Theodore Ts'oext4: Add sanity check to make_indexed_dir
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-08 Wu Fengguanggeneric swap(): ext4: remove local swap() macro
2009-01-05 Nick Piggin- patches.fixes/fs-symlink-write_begin-allocation-conte...
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-12-31 Al Vironfsd race fixes: ext4
2008-12-03 Greg Kroah-Hartman- Update to 2.6.27.8-rc1:
next