summaryrefslogtreecommitdiff
path: root/fs/hpfs/namei.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
* fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
* hpfs: don't truncate the file when delete failsMikulas Patocka2016-02-27
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
* fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-09
* hpfs: update ctime and mtime on directory modificationMikulas Patocka2015-09-03
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* fs/hpfs: use pr_fmt for loggingFabian Frederick2014-06-06
* fs/hpfs: convert printk to pr_foo()Fabian Frederick2014-06-06
* locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-09
* userns: Convert hpfs to use kuid and kgid where appropriateEric W. Biederman2012-09-21
* don't pass nameidata to ->create()Al Viro2012-07-14
* hpfs: get rid of bitfields in struct fnodeAl Viro2012-05-29
* 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
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-20
* kill check_acl callback of generic_permission()Al Viro2011-07-20
* hpfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-26
|\
| * 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
| * vfs: remove dget() from dentry_unhash()Sage Weil2011-05-26
* | HPFS: Remove unused variableMikulas Patocka2011-05-09
* | HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka2011-05-09
* | HPFS: Remove CR/LF conversion optionMikulas Patocka2011-05-09
* | HPFS: Remove remaining locksMikulas Patocka2011-05-09
|/
* hpfs: remove the BKLArnd Bergmann2011-03-02
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* Don't mess with generic_permission() under ->d_lock in hpfsAl Viro2010-03-03
* sanitize signedness/const for pointers to char in hpfs a bitAl Viro2010-03-03
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* CRED: Wrap task credential accesses in the HPFS filesystemDavid Howells2008-11-14
* [PATCH] hpfs: cleanup ->setattrChristoph Hellwig2008-10-23
* [patch 05/14] hpfs: dont call permission()Miklos Szeredi2008-07-26
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-12
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-01
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-01
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-01
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-28
* [PATCH] sem2mutex: HPFSIngo Molnar2006-03-23
* Linux-2.6.12-rc2Linus Torvalds2005-04-16