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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-17
f2fs: fix infinite loop in __insert_extent_tree()
wangzijie
1
-0
/
+6
2025-09-17
f2fs: fix zero-sized extent for precache extents
wangzijie
1
-3
/
+4
2025-09-17
Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-12
/
+15
2025-09-17
fs/resctrl: Fix counter auto-assignment on mkdir with mbm_event enabled
Babu Moger
1
-3
/
+3
2025-09-16
slightly simplify nfs_atomic_open()
Al Viro
1
-2
/
+0
2025-09-16
simplify gfs2_atomic_open()
Al Viro
1
-17
/
+9
2025-09-16
simplify fuse_atomic_open()
Al Viro
1
-14
/
+7
2025-09-16
simplify nfs_atomic_open_v23()
Al Viro
1
-11
/
+5
2025-09-16
simplify vboxsf_dir_atomic_open()
Al Viro
1
-16
/
+9
2025-09-16
simplify cifs_atomic_open()
Al Viro
1
-7
/
+1
2025-09-16
9p: simplify v9fs_vfs_atomic_open_dotl()
Al Viro
1
-10
/
+5
2025-09-16
9p: simplify v9fs_vfs_atomic_open()
Al Viro
1
-22
/
+12
2025-09-16
allow finish_no_open(file, ERR_PTR(-E...))
Al Viro
1
-4
/
+6
2025-09-16
xfs: move the XLOG_REG_ constants out of xfs_log_format.h
Christoph Hellwig
2
-37
/
+37
2025-09-16
xfs: adjust the hint based zone allocation policy
Hans Holmberg
1
-7
/
+1
2025-09-16
xfs: refactor hint based zone allocation
Hans Holmberg
1
-60
/
+62
2025-09-16
xfs: fix log CRC mismatches between i386 and other architectures
Christoph Hellwig
5
-9
/
+54
2025-09-16
xfs: rename the old_crc variable in xlog_recover_process
Christoph Hellwig
1
-9
/
+8
2025-09-16
xfs: remove the unused xfs_log_iovec_t typedef
Christoph Hellwig
1
-3
/
+2
2025-09-16
xfs: remove the unused xfs_qoff_logformat_t typedef
Christoph Hellwig
1
-2
/
+2
2025-09-16
xfs: remove the unused xfs_dq_logformat_t typedef
Christoph Hellwig
1
-2
/
+2
2025-09-16
xfs: remove the unused xfs_buf_log_format_t typedef
Christoph Hellwig
1
-2
/
+2
2025-09-16
xfs: remove the unused xfs_efd_log_format_64_t typedef
Christoph Hellwig
1
-2
/
+2
2025-09-16
xfs: remove the unused xfs_efd_log_format_32_t typedef
Christoph Hellwig
1
-2
/
+2
2025-09-16
xfs: remove the xfs_efd_log_format_t typedef
Christoph Hellwig
2
-3
/
+3
2025-09-16
xfs: remove the xfs_efi_log_format_64_t typedef
Christoph Hellwig
2
-3
/
+3
2025-09-16
xfs: remove the xfs_efi_log_format_32_t typedef
Christoph Hellwig
2
-3
/
+3
2025-09-16
xfs: remove the xfs_efi_log_format_t typedef
Christoph Hellwig
2
-3
/
+3
2025-09-16
xfs: remove the xfs_extent64_t typedef
Christoph Hellwig
1
-4
/
+4
2025-09-16
xfs: remove the xfs_extent32_t typedef
Christoph Hellwig
1
-4
/
+4
2025-09-16
xfs: remove the xfs_extent_t typedef
Christoph Hellwig
1
-8
/
+9
2025-09-16
xfs: remove the xfs_trans_header_t typedef
Christoph Hellwig
3
-4
/
+4
2025-09-16
xfs: remove the xlog_op_header_t typedef
Christoph Hellwig
2
-11
/
+11
2025-09-16
mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_list
Al Viro
1
-1
/
+1
2025-09-16
f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()
Chao Yu
1
-20
/
+19
2025-09-16
f2fs: fix to avoid migrating empty section
Chao Yu
1
-1
/
+15
2025-09-16
f2fs: fix to truncate first page in error path of f2fs_truncate()
Chao Yu
1
-1
/
+9
2025-09-16
f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()
Chao Yu
1
-1
/
+1
2025-09-15
open_detached_copy(): separate creation of namespace into helper
Al Viro
1
-9
/
+15
2025-09-15
open_detached_copy(): don't bother with mount_lock_hash()
Al Viro
1
-2
/
+0
2025-09-15
path_has_submounts(): use guard(mount_locked_reader)
Al Viro
1
-2
/
+2
2025-09-15
fs/namespace.c: sanitize descriptions for {__,}lookup_mnt()
Al Viro
1
-29
/
+12
2025-09-15
ecryptfs: get rid of pointless mount references in ecryptfs dentries
Al Viro
5
-69
/
+30
2025-09-15
umount_tree(): take all victims out of propagation graph at once
Al Viro
3
-16
/
+55
2025-09-15
do_mount(): use __free(path_put)
Al Viro
1
-4
/
+2
2025-09-15
do_move_mount_old(): use __free(path_put)
Al Viro
1
-4
/
+2
2025-09-15
constify can_move_mount_beneath() arguments
Al Viro
1
-2
/
+2
2025-09-15
path_umount(): constify struct path argument
Al Viro
2
-2
/
+2
2025-09-15
may_copy_tree(), __do_loopback(): constify struct path argument
Al Viro
1
-2
/
+2
2025-09-15
path_mount(): constify struct path argument
Al Viro
2
-2
/
+2
[prev]
[next]