| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-08 | fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlink | Yikang Yue | 1 | -6/+12 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -5/+5 |
| 2024-05-31 | hpfs: Convert hpfs_symlink_read_folio to use a folio | Matthew Wilcox (Oracle) | 1 | -12/+3 |
| 2023-10-18 | hpfs: convert to new timestamp accessors | Jeff Layton | 1 | -11/+11 |
| 2023-07-24 | hpfs: convert to ctime accessor functions | Jeff Layton | 1 | -19/+10 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2022-05-09 | hpfs: Convert symlinks to read_folio | Matthew Wilcox (Oracle) | 1 | -2/+3 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -8/+12 |
| 2018-08-25 | hpfs: remove unnecessary checks on the value of r when assigning error code | Colin Ian King | 1 | -1/+1 |
| 2018-08-17 | fs/hpfs: extend gmt_to_local() conversion to 64-bit times | Arnd Bergmann | 1 | -6/+6 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-27 | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi | 1 | -2/+6 |
| 2016-02-27 | hpfs: don't truncate the file when delete fails | Mikulas Patocka | 1 | -28/+3 |
| 2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro | 1 | -3/+2 |
| 2015-11-09 | fs/hpfs/namei.c: remove unnecessary new_valid_dev() check | Yaowei Bai | 1 | -2/+0 |
| 2015-09-03 | hpfs: update ctime and mtime on directory modification | Mikulas Patocka | 1 | -1/+24 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -4/+4 |
| 2014-06-06 | fs/hpfs: use pr_fmt for logging | Fabian Frederick | 1 | -1/+1 |
| 2014-06-06 | fs/hpfs: convert printk to pr_foo() | Fabian Frederick | 1 | -1/+1 |
| 2013-11-09 | locks: break delegations on any attribute modification | J. Bruce Fields | 1 | -1/+1 |
| 2012-09-21 | userns: Convert hpfs to use kuid and kgid where appropriate | Eric W. Biederman | 1 | -4/+4 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -1/+1 |
| 2012-05-29 | hpfs: get rid of bitfields in struct fnode | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -4/+4 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to generic_permission() | Al Viro | 1 | -1/+1 |
| 2011-07-20 | kill check_acl callback of generic_permission() | Al Viro | 1 | -1/+1 |
| 2011-05-28 | hpfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
| 2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+6 |
| 2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -0/+4 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
| 2011-05-26 | vfs: remove dget() from dentry_unhash() | Sage Weil | 1 | -3/+0 |
| 2011-05-09 | HPFS: Remove unused variable | Mikulas Patocka | 1 | -4/+0 |
| 2011-05-09 | HPFS: Fix endianity. Make hpfs work on big-endian machines | Mikulas Patocka | 1 | -25/+25 |
| 2011-05-09 | HPFS: Remove CR/LF conversion option | Mikulas Patocka | 1 | -3/+0 |
| 2011-05-09 | HPFS: Remove remaining locks | Mikulas Patocka | 1 | -46/+7 |
| 2011-03-02 | hpfs: remove the BKL | Arnd Bergmann | 1 | -25/+24 |
| 2011-01-07 | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 1 | -1/+1 |
| 2010-03-03 | Don't mess with generic_permission() under ->d_lock in hpfs | Al Viro | 1 | -6/+9 |
| 2010-03-03 | sanitize signedness/const for pointers to char in hpfs a bit | Al Viro | 1 | -30/+30 |
| 2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
| 2008-11-14 | CRED: Wrap task credential accesses in the HPFS filesystem | David Howells | 1 | -12/+12 |
| 2008-10-23 | [PATCH] hpfs: cleanup ->setattr | Christoph Hellwig | 1 | -1/+1 |
| 2008-07-26 | [patch 05/14] hpfs: dont call permission() | Miklos Szeredi | 1 | -1/+1 |
| 2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -1/+1 |
| 2007-02-12 | [PATCH] mark struct inode_operations const 2 | Arjan van de Ven | 1 | -1/+1 |
| 2006-10-01 | [PATCH] r/o bind mounts: monitor zeroing of i_nlink | Dave Hansen | 1 | -2/+2 |
| 2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -2/+2 |
| 2006-10-01 | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 1 | -3/+3 |
| 2006-06-28 | [PATCH] mark address_space_operations const | Christoph Hellwig | 1 | -1/+1 |
| 2006-03-23 | [PATCH] sem2mutex: HPFS | Ingo Molnar | 1 | -30/+30 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+673 |