summaryrefslogtreecommitdiffstats
path: root/fs/hpfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hpfs: don't truncate the file when delete failsMikulas Patocka2016-02-271-28/+3
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-3/+2
* fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-091-2/+0
* hpfs: update ctime and mtime on directory modificationMikulas Patocka2015-09-031-1/+24
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* fs/hpfs: use pr_fmt for loggingFabian Frederick2014-06-061-1/+1
* fs/hpfs: convert printk to pr_foo()Fabian Frederick2014-06-061-1/+1
* locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-1/+1
* userns: Convert hpfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-4/+4
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* hpfs: get rid of bitfields in struct fnodeAl Viro2012-05-291-1/+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
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-4/+4
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+1
* hpfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-3/+6
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+4
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
| * vfs: remove dget() from dentry_unhash()Sage Weil2011-05-261-3/+0
* | HPFS: Remove unused variableMikulas Patocka2011-05-091-4/+0
* | HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka2011-05-091-25/+25
* | HPFS: Remove CR/LF conversion optionMikulas Patocka2011-05-091-3/+0
* | HPFS: Remove remaining locksMikulas Patocka2011-05-091-46/+7
|/
* hpfs: remove the BKLArnd Bergmann2011-03-021-25/+24
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+1
* Don't mess with generic_permission() under ->d_lock in hpfsAl Viro2010-03-031-6/+9
* sanitize signedness/const for pointers to char in hpfs a bitAl Viro2010-03-031-30/+30
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* CRED: Wrap task credential accesses in the HPFS filesystemDavid Howells2008-11-141-12/+12
* [PATCH] hpfs: cleanup ->setattrChristoph Hellwig2008-10-231-1/+1
* [patch 05/14] hpfs: dont call permission()Miklos Szeredi2008-07-261-1/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-1/+1
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-2/+2
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-2/+2
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-3/+3
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] sem2mutex: HPFSIngo Molnar2006-03-231-30/+30
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+673