aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-4/+4
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-11/+10
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-3/+3
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-29ext4: fix quota accounting during migrationDmitry Monakhov1-4/+4
2011-10-26ext4: avoid setting directory i_nlink to zeroAndreas Dilger1-3/+2
2011-08-31ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entryTheodore Ts'o1-2/+2
2011-08-31ext4: ext4_mkdir should dirty dir_block with newly created directory inodeDarrick J. Wong1-1/+1
2011-08-31ext4: ext4_rename should dirty dir_bh with the correct directoryDarrick J. Wong1-1/+1
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig1-1/+2
2011-08-23block: remove READ_META and WRITE_METAChristoph Hellwig1-1/+1
2011-08-11ext4: Properly count journal credits for long symlinksEric Sandeen1-2/+4
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-14/+7
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-2/+2
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-9/+5
2011-07-16ext4: fix compilation with -DDX_DEBUGBernd Schubert1-2/+2
2011-07-11ext4: remove unnecessary comments in ext4_orphan_add()Lukas Czerner1-12/+5
2011-05-15ext4: don't dereference null pointer when make_indexed_dir() failsAllison Henderson1-2/+4
2011-05-03ext4: fix deadlock in ext4_symlink() in ENOSPC conditionsJan Kara1-11/+55
2011-05-03ext4: Fix fs corruption when make_indexed_dir() failsJan Kara1-2/+12
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+10
2011-03-21ext4: add more tracepoints and use dev_t in the trace bufferJiaying Zhang1-0/+3
2011-03-20ext4: handle errors in ext4_renameAmir Goldstein1-3/+7
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-7/+0
2011-01-10ext4: add error checking to calls to ext4_handle_dirty_metadata()Theodore Ts'o1-6/+26
2011-01-10ext4: add more error checks to ext4_mkdir()Namhyung Kim1-7/+14
2011-01-10ext4: Use ext4_error_file() to print the pathname to the corrupted inodeTheodore Ts'o1-5/+5
2010-12-19ext4: optimize ext4_check_dir_entry() with unlikely() annotationsTheodore Ts'o1-7/+7
2010-12-19ext4: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-14ext4: fix typo which broke '..' detection in ext4_find_entry()Aaro Koskinen1-1/+1
2010-10-27Merge branch 'next' into upstream-mergeTheodore Ts'o1-36/+27
2010-10-27ext4: use search_dirblock() in ext4_dx_find_entry()Theodore Ts'o1-21/+12
2010-10-27ext4: avoid uninitialized memory references in ext3_htree_next_block()Theodore Ts'o1-15/+15
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-08-05ext4: re-inline ext4_rec_len_(to|from)_disk functionsEric Sandeen1-24/+0
2010-07-27ext4: Cleanup ext4_check_dir_entry so __func__ is now implicitTheodore Ts'o1-8/+6
2010-06-14ext4: remove initialized but not read variablesAndi Kleen1-2/+0
2010-05-17ext4: Make fsync sync new parent directories in no-journal modeFrank Mayhar1-0/+2
2010-05-17ext4: Drop whitespace at end of linesTheodore Ts'o1-5/+5
2010-05-16ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov1-5/+5
2010-05-16ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()Theodore Ts'o1-21/+18
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-3/+20
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-12/+12
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+17
2010-03-01ext4: Handle non empty on-disk orphan linkDmitry Monakhov1-0/+8
2010-02-16ext4: Fix BUG_ON at fs/buffer.c:652 in no journal modeCurt Wohlgemuth1-2/+2
2010-02-15ext4: move __func__ into a macro for ext4_warning, ext4_errorEric Sandeen1-29/+22
2009-12-08ext4: quota macros cleanupDmitry Monakhov1-4/+4
2009-11-23ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPCTheodore Ts'o1-18/+12
2009-11-08ext4: partial revert to fix double brelse WARNING()Theodore Ts'o1-12/+4