index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
hpfs
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+3
2025-12-01
Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+1
2025-11-05
fs: inline current_umask() and move it to fs_struct.h
Mateusz Guzik
-0
/
+1
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
-2
/
+2
2025-10-10
Merge tag 'for-6.18/hpfs-changes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-52
/
+75
2025-09-08
fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlink
Yikang Yue
-6
/
+12
2025-09-08
hpfs: Replace simple_strtoul with kstrtoint in hpfs_parse_param
Su Hui
-6
/
+2
2025-09-08
fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
-40
/
+61
2025-09-01
fs: add an icount_read helper
Josef Bacik
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-8
/
+10
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
-8
/
+10
2025-06-17
fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Lorenzo Stoakes
-1
/
+1
2025-06-10
new helper: set_default_d_op()
Al Viro
-1
/
+1
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
-5
/
+5
2024-10-08
hpfs: convert hpfs to use the new mount api
Eric Sandeen
-210
/
+204
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
-3
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
-2
/
+2
2024-07-15
Merge tag 'vfs-6.11.module.description' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-0
/
+1
2024-05-31
hpfs: Convert hpfs_symlink_read_folio to use a folio
Matthew Wilcox (Oracle)
-12
/
+3
2024-05-28
fs: hpfs: add MODULE_DESCRIPTION()
Jeff Johnson
-0
/
+1
2024-03-12
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
-1
/
+1
2023-10-18
hpfs: convert to new timestamp accessors
Jeff Layton
-28
/
+32
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
-0
/
+1
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
-0
/
+1
2023-07-24
hpfs: convert to ctime accessor functions
Jeff Layton
-28
/
+20
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
-1
/
+1
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
-1
/
+1
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
-4
/
+4
2022-12-11
hpfs: remove ->writepage
Christoph Hellwig
-7
/
+2
2022-05-09
hpfs: Convert symlinks to read_folio
Matthew Wilcox (Oracle)
-2
/
+3
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
-3
/
+3
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
-1
/
+1
2022-05-08
fs: Remove aop flags parameter from cont_write_begin()
Matthew Wilcox (Oracle)
-1
/
+1
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
-1
/
+2
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
-1
/
+1
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
-0
/
+1
2021-10-18
treewide: Replace open-coded flex arrays in unions
Kees Cook
-4
/
+4
2021-07-27
hpfs: use iomap_fiemap to implement ->fiemap
Christoph Hellwig
-1
/
+51
2021-06-29
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
-0
/
+1
2021-05-06
hpfs: replace one-element array with flexible-array member
Gustavo A. R. Silva
-1
/
+2
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
-10
/
+15
2021-01-24
attr: handle idmapped mounts
Christian Brauner
-2
/
+2
[next]