summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-03ext4: fix crash when a directory's i_size is too smallChandan Rajendra1-0/+4
2017-02-23ext4: release bh in make_indexed_dirgmail1-8/+6
2015-08-07ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-8/+10
2015-01-01ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov1-4/+3
2014-12-14ext4: bail out from make_indexed_dir() on first errorJan Kara1-10/+17
2014-12-14ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o1-2/+2
2014-12-14ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o1-1/+1
2013-10-27ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o1-1/+2
2013-07-27ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro1-5/+2
2012-10-17ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2012-06-10ext4: disallow hard-linked directory in ext4_lookupAndreas Dilger1-0/+6
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-4/+4
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus 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-12ext4: Properly count journal credits for long symlinksEric Sandeen1-2/+4
2011-08-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus 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-17ext4: fix compilation with -DDX_DEBUGBernd Schubert1-2/+2
2011-07-12ext4: 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/tyt...Linus Torvalds1-3/+10
2011-03-22ext4: add more tracepoints and use dev_t in the trace bufferJiaying Zhang1-0/+3
2011-03-21ext4: 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-20ext4: optimize ext4_check_dir_entry() with unlikely() annotationsTheodore Ts'o1-7/+7
2010-12-20ext4: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-15ext4: fix typo which broke '..' detection in ext4_find_entry()Aaro Koskinen1-1/+1
2010-10-28Merge branch 'next' into upstream-mergeTheodore Ts'o1-36/+27
2010-10-28ext4: use search_dirblock() in ext4_dx_find_entry()Theodore Ts'o1-21/+12
2010-10-28ext4: avoid uninitialized memory references in ext3_htree_next_block()Theodore Ts'o1-15/+15
2010-10-26new 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