summaryrefslogtreecommitdiffstats
path: root/fs/ext2/namei.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello2021-07-161-2/+2
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+1
|\
| * useful constants: struct qstr for ".."Al Viro2021-04-151-2/+1
* | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-291-12/+22
|\ \
| * | fs/ext2: Replace kmap() with kmap_local_page()Ira Weiny2021-03-311-14/+21
| * | ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry()Ira Weiny2021-03-311-2/+5
| |/
* / ext2: convert to fileattrMiklos Szeredi2021-04-121-0/+2
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-8/+14
* fs/ext2: Use ext2_put_pageIra Weiny2020-11-131-10/+5
* ext2: ext2_find_entry() return -ENOENT if no entry foundzhangyi (F)2020-07-091-19/+8
* ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)2020-07-091-6/+26
* ext2: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-221-4/+0
* ext2: Fix i_op setting for special inodeChengguang Xu2020-05-221-2/+0
* ext2: support statx syscallyangerkun2019-02-181-0/+2
* ext2: make sure that partially set up inodes won't be returned by ext2_iget()Al Viro2018-08-031-6/+3
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2
* ext2, dax: introduce ext2_dax_aopsDan Williams2018-04-031-16/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-4/+8
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-3/+3
| |/
* / vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-6/+0
|/
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+1
|\
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
|/
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* fs/ext2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-3/+0
* ext2: Handle error from dquot_initalize()Jan Kara2015-07-231-12/+34
* ext2: use simple_follow_link()Al Viro2015-05-101-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-7/+7
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-7/+7
* | dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-151-8/+2
|/
* ext2: get rid of most mentions of XIP in ext2Matthew Wilcox2015-02-161-4/+4
* ext2: remove ext2_aops_xipMatthew Wilcox2015-02-161-2/+2
* ext2: remove xip.c and xip.hMatthew Wilcox2015-02-161-1/+0
* ext2: remove ext2_use_xipMatthew Wilcox2015-02-161-2/+2
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-0/+2
* [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-291-0/+24
* don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-231-2/+2
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-101-1/+1
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-12/+1
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-2/+2
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-9/+5