summaryrefslogtreecommitdiff
path: root/fs/minix/namei.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
* | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-29
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-20
* switch ->mknod() to umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* minix: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* minix: i_nlink races in rename()Al Viro2011-03-03
* minixfs: kill dead codeAl Viro2011-01-12
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* new helper: ihold()Al Viro2010-10-25
* minix: fix regression in minix_mkdir()Jorge Boncompte [DTI2]2010-09-09
* minix: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-21
* minix: remove !NO_TRUNCATE codeAdrian Bunk2008-07-25
* iget: stop the MINIX filesystem from using iget() and read_inode()David Howells2008-02-07
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-12
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-01
* [PATCH] minix: switch to inode_inc_link_count, inode_dec_link_countAlexey Dobriyan2006-03-23
* Linux-2.6.12-rc2Linus Torvalds2005-04-16