aboutsummaryrefslogtreecommitdiff
path: root/fs/hpfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsGravatar Arnd Bergmann 1-0/+1
2018-06-30hpfs: fix an inode leak in lookup, switch to d_splice_alias()Gravatar Al Viro 1-16/+7
2017-12-10hpfs: don't bother with the i_version counter or f_versionGravatar Jeff Layton 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2016-05-12hpfs: switch to ->iterate_shared()Gravatar Al Viro 1-1/+1
2016-05-12hpfs: handle allocation failures in hpfs_add_pos()Gravatar Al Viro 1-2/+8
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-3/+3
2015-07-09hpfs: add fstrim supportGravatar Mikulas Patocka 1-0/+1
2014-06-06fs/hpfs: increase pr_warn levelGravatar Fabian Frederick 1-1/+1
2014-06-06fs/hpfs: use pr_fmt for loggingGravatar Fabian Frederick 1-1/+1
2014-06-06fs/hpfs: convert printk to pr_foo()Gravatar Fabian Frederick 1-3/+3
2013-06-29[readdir] convert hpfsGravatar Al Viro 1-27/+29
2013-05-31hpfs: deadlock and race in directory lseek()Gravatar Al Viro 1-4/+6
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-05-29hpfs: get rid of bitfields in struct fnodeGravatar Al Viro 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekGravatar Josef Bacik 1-0/+4
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesGravatar Mikulas Patocka 1-10/+10
2011-05-09HPFS: Remove CR/LF conversion optionGravatar Mikulas Patocka 1-2/+0
2011-03-02hpfs: remove the BKLGravatar Arnd Bergmann 1-12/+11
2011-01-12switch hpfsGravatar Al Viro 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-03sanitize signedness/const for pointers to char in hpfs a bitGravatar Al Viro 1-7/+7
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2006-12-08[PATCH] struct path: convert hpfsGravatar Josef Sipek 1-2/+2
2006-12-07[PATCH] hpfs: fix printk format warningsGravatar Randy Dunlap 1-3/+7
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+320