index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
zonefs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zonefs: Fix management of open zones
Damien Le Moal
2022-04-21
1
-5
/
+40
*
zonefs: Clear inode information flags on inode creation
Damien Le Moal
2022-04-21
1
-0
/
+1
*
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-26
1
-1
/
+0
|
\
|
*
block: remove the per-bio/request write hint
Christoph Hellwig
2022-03-07
1
-1
/
+0
*
|
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-23
1
-2
/
+2
|
\
\
|
*
|
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-1
/
+1
|
*
|
iomap: Remove iomap_invalidatepage()
Matthew Wilcox (Oracle)
2022-03-15
1
-1
/
+1
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-23
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-1
/
+1
|
|
/
*
|
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-02-02
1
-3
/
+1
*
|
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
1
-3
/
+2
|
/
*
zonefs: add MODULE_ALIAS_FS
Naohiro Aota
2021-12-17
1
-0
/
+1
*
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-11-02
1
-2
/
+2
|
\
|
*
iomap: Add done_before argument to iomap_dio_rw
Andreas Gruenbacher
2021-10-24
1
-2
/
+2
*
|
block: switch polling to be bio based
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
/
*
Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-08-30
2
-22
/
+8
|
\
|
*
zonefs: Convert to using invalidate_lock
Jan Kara
2021-07-13
2
-22
/
+8
*
|
zonefs: remove redundant null bio check
Xianting Tian
2021-07-16
1
-3
/
+0
|
/
*
mm: move page dirtying prototypes from mm.h
Matthew Wilcox (Oracle)
2021-06-29
1
-1
/
+1
*
iomap: use __set_page_dirty_nobuffers
Matthew Wilcox (Oracle)
2021-06-29
1
-1
/
+1
*
Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-04-29
1
-4
/
+1
|
\
|
*
fs: introduce a wrapper uuid_to_fsid()
Amir Goldstein
2021-04-19
1
-4
/
+1
*
|
zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()
Chao Yu
2021-03-17
1
-4
/
+3
*
|
zonefs: Fix O_APPEND async write handling
Damien Le Moal
2021-03-16
1
-10
/
+68
*
|
zonefs: prevent use of seq files as swap file
Damien Le Moal
2021-03-16
1
-0
/
+16
|
/
*
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
1
-1
/
+1
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-4
/
+5
|
\
|
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-1
/
+2
|
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
|
*
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-1
/
+1
*
|
Merge tag 'zonefs-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-02-22
3
-0
/
+116
|
\
\
|
*
|
zonefs: Fix file size of zones in full condition
Shin'ichiro Kawasaki
2021-02-18
1
-0
/
+3
|
*
|
zonefs: add tracepoints for file operations
Johannes Thumshirn
2021-02-16
3
-0
/
+113
|
|
/
*
|
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
1
-7
/
+6
|
\
\
|
*
|
zonefs: use zone write granularity as block size
Damien Le Moal
2021-02-10
1
-5
/
+4
|
*
|
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-27
1
-1
/
+1
|
*
|
zonefs: use bio_alloc in zonefs_file_dio_append
Christoph Hellwig
2021-01-27
1
-1
/
+1
|
|
/
*
/
iomap: pass a flags argument to iomap_dio_rw
Christoph Hellwig
2021-01-23
1
-2
/
+2
|
/
*
zonefs: select CONFIG_CRC32
Arnd Bergmann
2021-01-04
1
-0
/
+1
*
zonefs: fix page reference and BIO leak
Damien Le Moal
2020-12-10
1
-6
/
+8
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-10-24
1
-2
/
+1
|
\
|
*
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-18
1
-2
/
+1
*
|
zonefs: open/close zone on file open/close
Johannes Thumshirn
2020-09-15
2
-4
/
+189
*
|
zonefs: provide no-lock zonefs_io_error variant
Johannes Thumshirn
2020-09-15
1
-3
/
+8
*
|
zonefs: introduce helper for zone management
Johannes Thumshirn
2020-09-15
1
-7
/
+22
|
/
*
zonefs: add zone-capacity support
Johannes Thumshirn
2020-08-11
2
-4
/
+15
*
Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-08-07
1
-2
/
+5
|
\
|
*
iomap: fall back to buffered writes for invalidation failures
Christoph Hellwig
2020-08-05
1
-2
/
+5
*
|
zonefs: count pages after truncating the iterator
Johannes Thumshirn
2020-07-20
1
-4
/
+4
*
|
zonefs: Fix compilation warning
Damien Le Moal
2020-07-20
1
-3
/
+7
|
/
[next]