aboutsummaryrefslogtreecommitdiff
path: root/fs/hpfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADGravatar Linus Torvalds 1-1/+1
2023-10-18hpfs: convert to new timestamp accessorsGravatar Jeff Layton 1-4/+6
2023-07-24hpfs: convert to ctime accessor functionsGravatar Jeff Layton 1-2/+3
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2019-08-30fs: hpfs: Initialize filesystem timestamp rangesGravatar Deepa Dinamani 1-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-01hpfs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2017-12-10hpfs: don't bother with the i_version counter or f_versionGravatar Jeff Layton 1-1/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-4/+4
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-7/+6
2016-05-28hpfs: implement the show_options methodGravatar Mikulas Patocka 1-11/+32
2016-05-28hpfs: fix remount failure when there are no options changedGravatar Mikulas Patocka 1-2/+3
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-09-03hpfs: support hotfixesGravatar Mikulas Patocka 1-12/+3
2015-07-09hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadGravatar Joe Perches 1-4/+7
2015-07-09hpfs: kstrdup() out of memory handlingGravatar Sanidhya Kashyap 1-2/+5
2015-07-09hpfs: Remove unessary castGravatar Firo Yang 1-1/+1
2015-07-09hpfs: add fstrim supportGravatar Mikulas Patocka 1-0/+27
2014-06-06fs/hpfs: increase pr_warn levelGravatar Fabian Frederick 1-14/+14
2014-06-06fs/hpfs: use pr_fmt for loggingGravatar Fabian Frederick 1-15/+15
2014-06-06fs/hpfs: convert printk to pr_foo()Gravatar Fabian Frederick 1-23/+32
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+2
2014-02-02hpfs: remember free spaceGravatar Mikulas Patocka 1-7/+22
2013-10-24hpfs: make freeing sbi and codetables rcu-delayedGravatar Al Viro 1-14/+14
2013-07-04hpfs: implement prefetch to improve performanceGravatar Mikulas Patocka 1-2/+7
2013-07-04hpfs: better test for errorsGravatar Mikulas Patocka 1-1/+7
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Gravatar Eric W. Biederman 1-0/+1
2012-10-09hpfs: drop lock/unlock superGravatar Marco Stornelli 1-3/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-09-21userns: Convert hpfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-7/+11
2012-05-29hpfs: assorted endianness annotationsGravatar Al Viro 1-1/+1
2012-05-29hpfs: endianness bugsGravatar Al Viro 1-2/+2
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesGravatar Mikulas Patocka 1-25/+25
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itGravatar Mikulas Patocka 1-8/+8
2011-05-09HPFS: When marking or clearing the dirty bit, sync the filesystemGravatar Mikulas Patocka 1-0/+3
2011-05-09HPFS: Remove CR/LF conversion optionGravatar Mikulas Patocka 1-25/+7
2011-05-09HPFS: Remove remaining locksGravatar Mikulas Patocka 1-4/+0
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Gravatar Mikulas Patocka 1-1/+9
2011-05-09HPFS: Make HPFS compile on preempt and SMPGravatar Mikulas Patocka 1-5/+0
2011-03-02hpfs: remove the BKLGravatar Arnd Bergmann 1-14/+9
2011-01-12switch hpfsGravatar Al Viro 1-1/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Gravatar Linus Torvalds 1-1/+1
2010-10-30hpfs: Convert sbi->hpfs_creation_de to mutexGravatar Thomas Gleixner 1-1/+1
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-1/+7