aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-27ext4: ext4_bread usage auditCarlos Maiolino1-12/+75
2012-09-26ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2012-09-18ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov1-4/+3
2012-09-17ext4: fix possible non-initialized variable in htree_dirblock_to_tree()Carlos Maiolino1-1/+1
2012-08-17ext4: add max_dir_size_kb mount optionTheodore Ts'o1-0/+7
2012-07-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+11
2012-07-22ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy1-2/+2
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-2/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-09ext4: use proper csum calculation in ext4_renameTao Ma1-2/+9
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-26/+419
2012-05-28ext4: disallow hard-linked directory in ext4_lookupAndreas Dilger1-0/+6
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-4/+1
2012-04-30ext4: remove unnecessary check in add_dirent_to_buf()Theodore Ts'o1-5/+2
2012-04-29ext4: calculate and verify checksums of directory leaf blocksDarrick J. Wong1-15/+245
2012-04-29ext4: Calculate and verify checksums for htree nodesDarrick J. Wong1-4/+156
2012-04-29ext4: calculate and verify superblock checksumDarrick J. Wong1-2/+2
2012-04-29ext4: change on-disk layout to support extended metadata checksummingDarrick J. Wong1-0/+8
2012-02-20ext4: format flag in dx_probe()Zheng Liu1-1/+1
2012-01-08ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in symlink()Al Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
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