index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
zonefs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-10
zonefs: Use str_plural() to fix Coccinelle warning
Thorsten Blum
1
-1
/
+1
2024-03-13
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
1
-1
/
+1
2024-03-12
Merge tag 'zonefs-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-72
/
+95
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-02-16
zonefs: Improve error handling
Damien Le Moal
1
-28
/
+38
2024-02-14
zonefs: convert zonefs to use the new mount api
Bill O'Donnell
1
-72
/
+95
2024-02-12
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
1
-1
/
+1
2024-02-12
zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
Johannes Thumshirn
1
-1
/
+1
2023-12-20
zonefs: d_splice_alias() will do the right thing on ERR_PTR() inode
Al Viro
1
-2
/
+0
2023-10-18
zonefs: convert to new timestamp accessors
Jeff Layton
1
-5
/
+5
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-3
/
+5
2023-08-10
zonefs: fix synchronous direct writes to sequential files
Damien Le Moal
1
-8
/
+1
2023-07-24
zonefs: convert to ctime accessor functions
Jeff Layton
1
-3
/
+5
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-06-14
zonefs: use iomap for synchronous direct writes
Damien Le Moal
1
-1
/
+8
2023-05-31
zonefs: use __bio_add_page for adding single page to bio
Johannes Thumshirn
1
-1
/
+1
2023-02-23
Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-1213
/
+674
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+5
2023-01-23
zonefs: Cache zone group directory inodes
Damien Le Moal
1
-0
/
+48
2023-01-23
zonefs: Dynamically create file inodes when needed
Damien Le Moal
1
-99
/
+248
2023-01-23
zonefs: Separate zone information from inode information
Damien Le Moal
1
-230
/
+341
2023-01-23
zonefs: Reduce struct zonefs_inode_info size
Damien Le Moal
1
-5
/
+7
2023-01-23
zonefs: Simplify IO error handling
Damien Le Moal
1
-51
/
+59
2023-01-23
zonefs: Reorganize code
Damien Le Moal
1
-915
/
+58
2023-01-19
quota: port to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-4
/
+4
2023-01-16
zonefs: Detect append writes at invalid locations
Damien Le Moal
1
-0
/
+22
2022-11-25
zonefs: Fix active zone accounting
Damien Le Moal
1
-0
/
+11
2022-11-22
zonefs: Fix race between modprobe and mount
Zhang Xiaoxu
1
-6
/
+6
2022-11-16
zonefs: fix zone report size in __zonefs_io_error()
Damien Le Moal
1
-10
/
+27
2022-08-11
Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-8
/
+0
2022-08-04
Merge tag 'zonefs-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+7
2022-08-03
Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+10
2022-08-02
mm/migrate: Add filemap_migrate_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-07-22
zonefs: remove ->writepage
Christoph Hellwig
1
-8
/
+0
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
1
-3
/
+2
2022-07-07
zonefs: Call page_address() on page acquired with GFP_KERNEL flag
Fabio M. De Francesco
1
-9
/
+7
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
1
-9
/
+8
2022-06-26
attr: port attribute changes to new types
Christian Brauner
1
-1
/
+1
2022-06-26
quota: port quota helpers mount ids
Christian Brauner
1
-1
/
+1
2022-06-10
iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC
Al Viro
1
-1
/
+1
2022-06-08
zonefs: fix zonefs_iomap_begin() for reads
Damien Le Moal
1
-30
/
+64
2022-06-08
zonefs: Do not ignore explicit_open with active zone limit
Damien Le Moal
1
-2
/
+5
2022-06-08
zonefs: fix handling of explicit_open option on mount
Damien Le Moal
1
-6
/
+6
2022-05-25
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-4
/
+4
2022-05-25
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-2
/
+2
2022-05-24
zonefs: Fix zonefs_init_file_inode() return value
Damien Le Moal
1
-2
/
+2
[next]