summaryrefslogtreecommitdiffstats
path: root/fs/sysv/namei.c
Commit message (Expand)AuthorAgeFilesLines
* sysv: convert to ctime accessor functionsJeff Layton2023-07-241-3/+3
* highmem: Rename put_and_unmap_page() to unmap_and_put_page()Fabio M. De Francesco2023-06-051-4/+4
* sysv: switch to put_and_unmap_page()Al Viro2023-03-121-4/+4
* Merge branch 'work.sysv' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2023-02-241-20/+22
|\
| * sysv: fix handling of delete_entry and set_link failuresAl Viro2023-01-191-14/+19
| * fs/sysv: Replace kmap() with kmap_local_page()Fabio M. De Francesco2023-01-191-2/+2
| * fs/sysv: Use dir_put_page() in sysv_rename()Fabio M. De Francesco2023-01-191-6/+3
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-9/+12
* sysv: bury the broken "quietly truncate the long filenames" logicsAl Viro2019-04-091-15/+0
* sysv_lookup: use d_splice_alias()Al Viro2018-05-221-7/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* 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-2/+2
|/
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-5/+5
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-2/+1
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-11/+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
* sysv: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* sysv: i_nlink races in rename()Al Viro2011-03-031-6/+2
* switch sysvAl Viro2011-01-121-1/+0
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-1/+2
* new helper: ihold()Al Viro2010-10-251-1/+1
* constify dentry_operations: misc filesystemsAl Viro2009-03-271-1/+1
* iget: stop the SYSV filesystem from using iget() and read_inode()David Howells2008-02-071-3/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-1/+1
* [PATCH] sysv: switch to inode_inc_count, inode_dec_countAlexey Dobriyan2006-03-231-30/+18
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+318