summaryrefslogtreecommitdiff
path: root/fs/hpfs/namei.c
AgeCommit message (Expand)Author
2023-10-18hpfs: convert to new timestamp accessorsJeff Layton
2023-07-24hpfs: convert to ctime accessor functionsJeff Layton
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2022-05-09hpfs: Convert symlinks to read_folioMatthew Wilcox (Oracle)
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2018-08-25hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King
2018-08-17fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-02-27hpfs: don't truncate the file when delete failsMikulas Patocka
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-11-09fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai
2015-09-03hpfs: update ctime and mtime on directory modificationMikulas Patocka
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-06-06fs/hpfs: use pr_fmt for loggingFabian Frederick
2014-06-06fs/hpfs: convert printk to pr_foo()Fabian Frederick
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2012-09-21userns: Convert hpfs to use kuid and kgid where appropriateEric W. Biederman
2012-07-14don't pass nameidata to ->create()Al Viro
2012-05-29hpfs: get rid of bitfields in struct fnodeAl 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-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-05-28hpfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
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-05-26vfs: remove dget() from dentry_unhash()Sage Weil
2011-05-09HPFS: Remove unused variableMikulas Patocka
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka
2011-05-09HPFS: Remove CR/LF conversion optionMikulas Patocka
2011-05-09HPFS: Remove remaining locksMikulas Patocka
2011-03-02hpfs: remove the BKLArnd Bergmann
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2010-03-03Don't mess with generic_permission() under ->d_lock in hpfsAl Viro
2010-03-03sanitize signedness/const for pointers to char in hpfs a bitAl Viro
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2008-11-14CRED: Wrap task credential accesses in the HPFS filesystemDavid Howells
2008-10-23[PATCH] hpfs: cleanup ->setattrChristoph Hellwig
2008-07-26[patch 05/14] hpfs: dont call permission()Miklos Szeredi
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven