aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hpfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2023-10-18hpfs: convert to new timestamp accessorsJeff Layton4-28/+32
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-24hpfs: convert to ctime accessor functionsJeff Layton4-28/+20
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-4/+4
2022-12-11hpfs: remove ->writepageChristoph Hellwig1-7/+2
2022-05-09hpfs: Convert symlinks to read_folioMatthew Wilcox (Oracle)1-2/+3
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook1-4/+4
2021-07-27hpfs: use iomap_fiemap to implement ->fiemapChristoph Hellwig2-1/+51
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-05-06hpfs: replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-10/+15
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-06-06hpfs: fix warning due to superfluous semicolonZou Wei1-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+3
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-4/+3
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2-0/+2
2019-08-30fs: hpfs: Initialize filesystem timestamp rangesDeepa Dinamani2-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-01hpfs: switch to ->free_inode()Al Viro1-8/+2
2019-03-12hpfs: fix spelling mistake "partion" -> "partition"Colin Ian King1-4/+4
2018-08-25hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King1-1/+1
2018-08-17fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann2-9/+16
2018-06-30hpfs: fix an inode leak in lookup, switch to d_splice_alias()Al Viro1-16/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+3
2018-06-09hpfs: Use EUCLEAN for filesystem errorsMikulas Patocka1-2/+1
2017-12-10hpfs: don't bother with the i_version counter or f_versionJeff Layton3-4/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman14-0/+14
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-10/+9
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells3-10/+9
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+5
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-05hpfs: support FIEMAPMikulas Patocka1-0/+6
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro1-1/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-05-28hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-12hpfs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-12hpfs: handle allocation failures in hpfs_add_pos()Al Viro3-6/+14
2016-02-27hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-01-22wrappers for ->i_mutex accessAl Viro1-3/+3
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-01-04hpfs: missing endianness annotationAl Viro1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro2-3/+3
2015-11-09fs/hpfs/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-2/+0
2015-09-03hpfs: update ctime and mtime on directory modificationMikulas Patocka1-1/+24
2015-09-03hpfs: support hotfixesMikulas Patocka5-20/+76
2015-07-09hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches1-4/+7
2015-07-09hpfs: kstrdup() out of memory handlingSanidhya Kashyap1-2/+5
2015-07-09hpfs: Remove unessary castFiro Yang1-1/+1
2015-07-09hpfs: add fstrim supportMikulas Patocka5-0/+128
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2-5/+5
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2014-08-08fs/hpfs/dnode.c: fix suspect code indentFabian Frederick1-8/+9
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2014-06-06fs/hpfs: increase pr_warn levelFabian Frederick8-47/+47
2014-06-06fs/hpfs: use __func__ for loggingFabian Frederick2-12/+12
2014-06-06fs/hpfs: use pr_fmt for loggingFabian Frederick10-51/+56
2014-06-06fs/hpfs: convert printk to pr_foo()Fabian Frederick10-67/+89
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+2
2014-02-02hpfs: optimize quad buffer loadingMikulas Patocka1-46/+50
2014-02-02hpfs: remember free spaceMikulas Patocka3-10/+87
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields1-1/+1
2013-10-24hpfs: make freeing sbi and codetables rcu-delayedAl Viro2-14/+15
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-07-04Merge branch 'hpfs' from Mikulas PatockaLinus Torvalds5-13/+106
2013-07-04hpfs: implement prefetch to improve performanceMikulas Patocka4-5/+63
2013-07-04hpfs: use mpageMikulas Patocka1-6/+34
2013-07-04hpfs: better test for errorsMikulas Patocka2-2/+9
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-5/+2
2013-06-29[readdir] convert hpfsAl Viro1-27/+29
2013-06-08hpfs: fix warnings when the filesystem fills upMikulas Patocka1-0/+4
2013-05-31hpfs: deadlock and race in directory lseek()Al Viro1-4/+6
2013-04-09hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro1-16/+20
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2013-02-22new helper: file_inode(file)Al Viro2-3/+3
2013-01-29Merge branch 'master' into for-nextJiri Kosina3-8/+18
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2012-12-20hpfs: drop vmtruncateMarco Stornelli3-8/+18
2012-10-09hpfs: drop lock/unlock superMarco Stornelli1-3/+0
2012-10-06hpfs: convert to use leXX_add_cpu()Wei Yongjun2-17/+17
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-21userns: Convert hpfs to use kuid and kgid where appropriateEric W. Biederman4-21/+28
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro2-2/+2
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds11-233/+229
2012-05-31HPFS: remove PRINTK() macroDan Carpenter2-8/+0
2012-05-29hpfs: assorted endianness annotationsAl Viro4-60/+60
2012-05-29hpfs: annotate eaAl Viro1-2/+2
2012-05-29hpfs: annotate struct hpfs_direntAl Viro3-12/+12
2012-05-29hpfs: annotate struct anodeAl Viro1-4/+4
2012-05-29hpfs: annotate struct fnodeAl Viro1-14/+14
2012-05-29hpfs: annotate btree nodes, get rid of bitfields messAl Viro3-51/+52
2012-05-29hpfs: annotate struct dnodeAl Viro1-4/+4
2012-05-29hpfs: bitmaps are little-endianAl Viro3-12/+12
2012-05-29hpfs: get rid of bitfields in struct fnodeAl Viro8-38/+32
2012-05-29hpfs: get rid of bitfields endianness wanking in extended_attributeAl Viro3-34/+35
2012-05-29hpfs: endianness bugsAl Viro2-3/+3
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi3-9/+9
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-2/+7
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-0/+4
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-05-28hpfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+6
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-05-26vfs: remove dget() from dentry_unhash()Sage Weil1-3/+0
2011-05-09HPFS: Remove unused variableMikulas Patocka1-4/+0
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka1-1/+1
2011-05-09HPFS: Fix some unaligned accessesMikulas Patocka3-24/+32
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka11-418/+498
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka1-2/+2
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka1-8/+8
2011-05-09HPFS: Restrict uid and gid to 16-bit valuesMikulas Patocka1-0/+4
2011-05-09HPFS: When marking or clearing the dirty bit, sync the filesystemMikulas Patocka1-0/+3
2011-05-09HPFS: Use types with defined widthMikulas Patocka1-112/+107
2011-05-09HPFS: Remove mark_inode_dirtyMikulas Patocka1-3/+0
2011-05-09HPFS: Remove CR/LF conversion optionMikulas Patocka6-75/+7
2011-05-09HPFS: Remove remaining locksMikulas Patocka9-155/+50
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka4-18/+51
2011-05-09HPFS: Make HPFS compile on preempt and SMPMikulas Patocka2-6/+0
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-02hpfs: remove the BKLArnd Bergmann7-62/+75
2011-01-17hpfs_setattr error case avoids unlock_kernelDr. David Alan Gilbert1-1/+1
2011-01-12switch hpfsAl Viro4-9/+3
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-8/+14
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds3-4/+4
2010-10-30hpfs: Convert sbi->hpfs_creation_de to mutexThomas Gleixner3-4/+4
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+7
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-0/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-08-09switch hpfs to ->evict_inode()Al Viro3-7/+9
2010-08-09remove inode_setattrChristoph Hellwig1-3/+9
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+10
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4-0/+4
2010-03-03Don't mess with generic_permission() under ->d_lock in hpfsAl Viro1-6/+9
2010-03-03sanitize signedness/const for pointers to char in hpfs a bitAl Viro10-82/+97
2009-12-16hpfs: use bitmap_weight()Akinobu Mita1-6/+8
2009-12-16hpfs: use hweight32Akinobu Mita1-5/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan5-1/+4
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+4
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro1-0/+3
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+5
2009-05-09Fix races around the access to ->s_optionsAl Viro1-2/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-04-02fs/hpfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-1/+1
2009-01-22fs/Kconfig: move hpfs outAlexey Dobriyan1-0/+14
2008-11-14CRED: Wrap task credential accesses in the HPFS filesystemDavid Howells2-14/+14