index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-39
/
+17
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-7
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-4
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-2
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+26
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
10
-16
/
+16
2025-12-01
Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
4
-29
/
+70
2025-11-28
xfs: convert xfs_open_by_handle() to FD_PREPARE()
Christian Brauner
1
-39
/
+17
2025-11-22
Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2025-11-20
xfs: fix out of bounds memory read error in symlink repair
Darrick J. Wong
1
-1
/
+1
2025-11-17
Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+4
2025-11-14
VFS: change vfs_mkdir() to unlock on failure.
NeilBrown
1
-1
/
+1
2025-11-14
VFS: introduce start_creating_noperm() and start_removing_noperm()
NeilBrown
1
-7
/
+4
2025-11-12
vfs: allow mkdir to wait for delegation break on parent
Jeff Layton
1
-1
/
+1
2025-11-06
xfs: free xfs_busy_extents structure when no RT extents are queued
Christoph Hellwig
1
-1
/
+3
2025-11-05
xfs: use super write guard in xfs_file_ioctl()
Christian Brauner
1
-4
/
+2
2025-11-05
xfs: fix zone selection in xfs_select_open_zone_mru
Christoph Hellwig
1
-1
/
+1
2025-11-05
xfs: fix a rtgroup leak when xfs_init_zone fails
Christoph Hellwig
1
-1
/
+3
2025-11-05
xfs: fix various problems in xfs_atomic_write_cow_iomap_begin
Darrick J. Wong
1
-11
/
+50
2025-11-05
xfs: fix delalloc write failures in software-provided atomic writes
Darrick J. Wong
1
-2
/
+19
2025-11-05
xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super
Yongpeng Yang
1
-1
/
+4
2025-11-05
xfs: support sub-block aligned vectors in always COW mode
Christoph Hellwig
1
-10
/
+11
2025-11-05
xfs: error tag to force zeroing on debug kernels
Brian Foster
2
-9
/
+26
2025-11-05
xfs: fill dirty folios on zero range of unwritten mappings
Brian Foster
1
-0
/
+23
2025-11-05
xfs: always trim mapping to requested range for zero range
Brian Foster
1
-9
/
+8
2025-11-05
iomap: add caller-provided callbacks for read and readahead
Joanne Koong
1
-2
/
+3
2025-10-31
xfs: Use folio_next_pos()
Matthew Wilcox (Oracle)
2
-2
/
+2
2025-10-31
xfs: document another racy GC case in xfs_zoned_map_extent
Christoph Hellwig
1
-0
/
+8
2025-10-31
xfs: prevent gc from picking the same zone twice
Christoph Hellwig
2
-0
/
+33
2025-10-29
xfs: set s_min_writeback_pages for zoned file systems
Christoph Hellwig
1
-2
/
+26
2025-10-22
xfs: fix locking in xchk_nlinks_collect_dir
Darrick J. Wong
1
-3
/
+31
2025-10-22
xfs: loudly complain about defunct mount options
Darrick J. Wong
1
-2
/
+18
2025-10-22
xfs: always warn about deprecated mount options
Darrick J. Wong
1
-8
/
+17
2025-10-22
xfs: don't set bt_nr_sectors to a negative number
Darrick J. Wong
2
-1
/
+2
2025-10-21
xfs: don't use __GFP_NOFAIL in xfs_init_fs_context
Christoph Hellwig
1
-1
/
+1
2025-10-21
xfs: cache open zone in inode->i_private
Christoph Hellwig
4
-85
/
+53
2025-10-21
xfs: avoid busy loops in GCD
Christoph Hellwig
1
-35
/
+46
2025-10-21
xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FS
Geert Uytterhoeven
1
-1
/
+1
2025-10-21
xfs: do not tightly pack-write large files
Damien Le Moal
1
-4
/
+15
2025-10-21
xfs: Improve CONFIG_XFS_RT Kconfig help
Damien Le Moal
1
-0
/
+9
2025-10-20
xfs: use the new ->i_state accessors
Mateusz Guzik
10
-16
/
+16
2025-09-29
Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
63
-998
/
+1234
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-10
/
+11
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-2
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-09-23
xfs: rework datasync tracking and execution
Dave Chinner
5
-69
/
+128
2025-09-23
xfs: rearrange code in xfs_inode_item_precommit
Dave Chinner
1
-36
/
+29
2025-09-22
xfs: scrub: use kstrdup_const() for metapath scan setups
Dmitry Antipov
1
-6
/
+6
2025-09-22
xfs: use bt_nr_sectors in xfs_dax_translate_range
Christoph Hellwig
1
-1
/
+1
[next]