index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
exported-sql-viewer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-03
xfs: disable FITRIM for zoned RT devices
Christoph Hellwig
1
-1
/
+2
2025-03-03
xfs: disable sb_frextents for zoned file systems
Christoph Hellwig
5
-9
/
+20
2025-03-03
xfs: export zoned geometry via XFS_FSOP_GEOM
Christoph Hellwig
2
-1
/
+10
2025-03-03
xfs: allow internal RT devices for zoned mode
Christoph Hellwig
8
-9
/
+34
2025-03-03
xfs: define the zoned on-disk format
Christoph Hellwig
23
-35
/
+197
2025-03-03
xfs: add a xfs_rtrmap_highest_rgbno helper
Christoph Hellwig
2
-0
/
+21
2025-03-03
xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay
Christoph Hellwig
4
-6
/
+10
2025-03-03
xfs: refine the unaligned check for always COW inodes in xfs_file_dio_write
Christoph Hellwig
1
-1
/
+10
2025-03-03
xfs: skip always_cow inodes in xfs_reflink_trim_around_shared
Christoph Hellwig
1
-1
/
+1
2025-03-03
xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.c
Christoph Hellwig
3
-292
/
+287
2025-03-03
xfs: add a rtg_blocks helper
Christoph Hellwig
2
-1
/
+6
2025-03-03
xfs: factor out a xfs_rt_check_size helper
Christoph Hellwig
1
-31
/
+31
2025-03-03
xfs: reduce metafile reservations
Christoph Hellwig
1
-0
/
+3
2025-03-03
xfs: make metabtree reservations global
Christoph Hellwig
11
-171
/
+155
2025-03-03
xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocks
Christoph Hellwig
3
-55
/
+17
2025-03-03
xfs: trace in-memory freecounter reservations
Christoph Hellwig
2
-0
/
+41
2025-03-03
xfs: support reserved blocks for the rt extent counter
Christoph Hellwig
7
-62
/
+91
2025-03-03
xfs: generalize the freespace and reserved blocks handling
Christoph Hellwig
16
-73
/
+151
2025-03-03
xfs: reflow xfs_dec_freecounter
Christoph Hellwig
1
-21
/
+18
2025-02-27
xfs: flag as supporting FOP_DONTCACHE
Jens Axboe
1
-1
/
+2
2025-02-27
iomap: make buffered writes work with RWF_DONTCACHE
Jens Axboe
4
-0
/
+12
2025-02-27
xfs: flag as supporting FOP_DONTCACHE
Jens Axboe
1
-1
/
+2
2025-02-27
iomap: make buffered writes work with RWF_DONTCACHE
Jens Axboe
4
-0
/
+12
2025-02-26
iomap: introduce a full map advance helper
Brian Foster
5
-13
/
+17
2025-02-26
iomap: rename iomap_iter processed field to status
Brian Foster
9
-55
/
+54
2025-02-26
iomap: remove unnecessary advance from iomap_iter()
Brian Foster
1
-24
/
+15
2025-02-26
dax: advance the iomap_iter on pte and pmd faults
Brian Foster
1
-4
/
+8
2025-02-26
dax: advance the iomap_iter on dedupe range
Brian Foster
1
-7
/
+14
2025-02-26
dax: advance the iomap_iter on unshare range
Brian Foster
1
-3
/
+5
2025-02-26
dax: advance the iomap_iter on zero range
Brian Foster
1
-16
/
+17
2025-02-26
dax: push advance down into dax_iomap_iter() for read and write
Brian Foster
1
-16
/
+11
2025-02-26
dax: advance the iomap_iter in the read/write path
Brian Foster
1
-1
/
+5
2025-02-26
iomap: convert misc simple ops to incremental advance
Brian Foster
4
-18
/
+21
2025-02-26
iomap: advance the iter on direct I/O
Brian Foster
1
-13
/
+9
2025-02-26
iomap: advance the iter directly on buffered read
Brian Foster
1
-25
/
+20
2025-02-25
xfs: remove the XBF_STALE check from xfs_buf_rele_cached
Christoph Hellwig
1
-7
/
+1
2025-02-25
xfs: remove most in-flight buffer accounting
Christoph Hellwig
5
-86
/
+20
2025-02-25
xfs: decouple buffer readahead from the normal buffer read path
Christoph Hellwig
4
-23
/
+23
2025-02-25
xfs: reduce context switches for synchronous buffered I/O
Christoph Hellwig
1
-16
/
+27
2025-02-14
xfs: flush inodegc before swapon
Christoph Hellwig
1
-1
/
+34
2025-02-14
xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate
Christoph Hellwig
1
-3
/
+3
2025-02-14
xfs: Do not allow norecovery mount with quotacheck
Carlos Maiolino
1
-16
/
+39
2025-02-14
xfs: do not check NEEDSREPAIR if ro,norecovery mount.
Lukas Herbolt
1
-2
/
+6
2025-02-14
xfs: fix data fork format filtering during inode repair
Darrick J. Wong
1
-2
/
+10
2025-02-14
xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n
Darrick J. Wong
3
-6
/
+22
2025-02-10
iomap: advance the iter directly on zero range
Brian Foster
1
-11
/
+13
2025-02-10
iomap: advance the iter directly on unshare range
Brian Foster
1
-12
/
+11
2025-02-10
iomap: advance the iter directly on buffered writes
Brian Foster
1
-13
/
+7
2025-02-10
iomap: support incremental iomap_iter advances
Brian Foster
2
-9
/
+31
2025-02-10
iomap: export iomap_iter_advance() and return remaining length
Brian Foster
2
-14
/
+9
[next]