summaryrefslogtreecommitdiff
path: root/fs/minix/namei.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-05-28minix: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-03-03minix: i_nlink races in rename()Al Viro
2011-01-12minixfs: kill dead codeAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2010-10-25new helper: ihold()Al Viro
2010-09-09minix: fix regression in minix_mkdir()Jorge Boncompte [DTI2]
2010-05-21minix: replace inode uid,gid,mode init with helperDmitry Monakhov
2008-07-25minix: remove !NO_TRUNCATE codeAdrian Bunk
2008-02-07iget: stop the MINIX filesystem from using iget() and read_inode()David Howells
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen
2006-03-23[PATCH] minix: switch to inode_inc_link_count, inode_dec_link_countAlexey Dobriyan
2005-04-16Linux-2.6.12-rc2Linus Torvalds