index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
hpfs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove aop flags parameter from cont_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-07-27
hpfs: use iomap_fiemap to implement ->fiemap
Christoph Hellwig
1
-1
/
+50
2021-06-29
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
1
-0
/
+1
2020-06-06
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2020-06-04
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
1
-0
/
+1
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
1
-4
/
+3
2019-10-23
fs: compat_ioctl: move FITRIM emulation into file systems
Arnd Bergmann
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-01
fs: convert a pile of fsync routines to errseq_t based reporting
Jeff Layton
1
-1
/
+1
2016-10-06
hpfs: support FIEMAP
Mikulas Patocka
1
-0
/
+6
2015-09-03
hpfs: support hotfixes
Mikulas Patocka
1
-2
/
+7
2015-07-09
hpfs: add fstrim support
Mikulas Patocka
1
-0
/
+1
2015-04-12
make new_sync_{read,write}() static
Al Viro
1
-2
/
+0
2014-05-07
write_iter variants of {__,}generic_file_aio_write()
Al Viro
1
-2
/
+2
2014-05-07
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
1
-2
/
+2
2013-09-13
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
1
-1
/
+1
2013-07-04
hpfs: use mpage
Mikulas Patocka
1
-6
/
+34
2013-06-09
hpfs: fix warnings when the filesystem fills up
Mikulas Patocka
1
-0
/
+4
2013-04-09
hpfs: move setting hpfs-private i_dirty to ->write_end()
Al Viro
1
-16
/
+20
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2012-12-21
hpfs: drop vmtruncate
Marco Stornelli
1
-7
/
+13
2011-07-21
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-1
/
+6
2011-05-09
HPFS: Implement fsync for hpfs
Mikulas Patocka
1
-2
/
+2
2011-05-09
HPFS: Introduce a global mutex and lock it on every callback from VFS.
Mikulas Patocka
1
-8
/
+19
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-1
/
+0
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-1
/
+0
2011-03-03
hpfs: remove the BKL
Arnd Bergmann
1
-5
/
+4
2010-08-10
get rid of cont_write_begin_newtrunc
Christoph Hellwig
1
-1
/
+10
2010-05-28
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-2
/
+2
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-0
/
+1
2008-10-23
[PATCH] hpfs: cleanup ->setattr
Christoph Hellwig
1
-1
/
+1
2007-10-16
hpfs: convert to new aops
Nick Piggin
1
-5
/
+13
2007-07-10
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
1
-1
/
+1
2007-02-12
[PATCH] mark struct inode_operations const 2
Arjan van de Ven
1
-1
/
+1
2006-12-08
[PATCH] struct path: convert hpfs
Josef Sipek
1
-1
/
+1
2006-10-01
[PATCH] Streamline generic_file_* interfaces and filemap cleanups
Badari Pulavarty
1
-2
/
+4
2006-06-29
[PATCH] mark address_space_operations const
Christoph Hellwig
1
-1
/
+1
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
1
-1
/
+1
2005-11-09
[PATCH] hpfs: remove spurious mtime update
Christoph Hellwig
1
-5
/
+2
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+140