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-10-30
pidfs: fix PIDFD_INFO_COREDUMP handling
Christian Brauner
1
-2
/
+4
2025-10-30
pidfs: use guard() for task_lock
Christian Brauner
1
-2
/
+1
2025-10-29
smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()/sock_release()
Stefan Metzmacher
1
-6
/
+2
2025-10-29
smb: client: handle lack of IPC in dfs_cache_refresh()
Paulo Alcantara
3
-29
/
+66
2025-10-29
jfs: Rename _inline to avoid conflict with clang's '-fms-extensions'
Nathan Chancellor
1
-3
/
+3
2025-10-29
fs: Make wbc_to_tag() inline and use it in fs.
Julian Sun
5
-21
/
+5
2025-10-29
mnt: Remove dead code which might prevent from building
Andy Shevchenko
1
-10
/
+0
2025-10-29
xfs: set s_min_writeback_pages for zoned file systems
Christoph Hellwig
1
-2
/
+26
2025-10-29
writeback: allow the file system to override MIN_WRITEBACK_PAGES
Christoph Hellwig
2
-9
/
+6
2025-10-29
writeback: cleanup writeback_chunk_size
Christoph Hellwig
1
-9
/
+5
2025-10-29
mm: rename filemap_fdatawrite_range_kick to filemap_flush_range
Christoph Hellwig
1
-2
/
+1
2025-10-29
mm: remove __filemap_fdatawrite_range
Christoph Hellwig
1
-6
/
+5
2025-10-29
mm: remove filemap_fdatawrite_wbc
Christoph Hellwig
1
-3
/
+3
2025-10-29
mm,btrfs: add a filemap_flush_nr helper
Christoph Hellwig
1
-11
/
+2
2025-10-29
btrfs: push struct writeback_control into start_delalloc_inodes
Christoph Hellwig
1
-30
/
+21
2025-10-29
btrfs: use the local tmp_inode variable in start_delalloc_inodes
Christoph Hellwig
1
-3
/
+3
2025-10-29
ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffers
Christoph Hellwig
1
-9
/
+2
2025-10-29
9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
Christoph Hellwig
1
-13
/
+4
2025-10-29
bfs: Reconstruct file type when loading from disk
Tetsuo Handa
1
-1
/
+18
2025-10-29
afs: Fix dynamic lookup to fail on cell lookup failure
David Howells
7
-18
/
+86
2025-10-28
Merge tag 'v6.18-rc3-smb-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-12
/
+43
2025-10-28
Merge tag 'nfsd-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
5
-12
/
+35
2025-10-28
smb: client: fix potential cfid UAF in smb2_query_info_compound
Henrique Carvalho
1
-1
/
+2
2025-10-26
smb: server: let smb_direct_cm_handler() call ib_drain_qp() after smb_direct_disconnect_rdma_work()
Stefan Metzmacher
1
-3
/
+8
2025-10-26
smb: server: call smb_direct_post_recv_credits() when the negotiation is done
Stefan Metzmacher
1
-8
/
+28
2025-10-26
ksmbd: transport_ipc: validate payload size before reading handle
Qianchang Zhao
1
-1
/
+7
2025-10-26
cifs: fix typo in enable_gcm_256 module parameter
Steve French
1
-1
/
+1
2025-10-26
Merge tag 'x86_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-9
/
+7
2025-10-25
Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-5
/
+21
2025-10-25
Merge tag 'xfs-fixes-6.18-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
9
-140
/
+193
2025-10-24
Merge tag 'v6.18-rc2-smb-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-151
/
+273
2025-10-24
Merge tag '6.18-rc2-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
9
-39
/
+44
2025-10-23
smb: server: let free_transport() wait for SMBDIRECT_SOCKET_DISCONNECTED
Stefan Metzmacher
1
-4
/
+3
2025-10-23
Merge tag 'for-6.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-11
/
+64
2025-10-23
cifs: #include cifsglob.h before trace.h to allow structs in tracepoints
David Howells
2
-0
/
+2
2025-10-23
cifs: Call the calc_signature functions directly
David Howells
4
-21
/
+9
2025-10-23
smb: client: get rid of d_drop() in cifs_do_rename()
Paulo Alcantara
1
-4
/
+1
2025-10-22
cifs: Fix TCP_Server_Info::credits to be signed
David Howells
1
-1
/
+1
2025-10-22
smb: client: make use of smbdirect_socket.send_io.lcredits.*
Stefan Metzmacher
1
-25
/
+42
2025-10-22
smb: server: make use of smbdirect_socket.send_io.lcredits.*
Stefan Metzmacher
1
-5
/
+37
2025-10-22
smb: server: simplify sibling_list handling in smb_direct_flush_send_list/send_done
Stefan Metzmacher
1
-22
/
+38
2025-10-22
smb: server: smb_direct_disconnect_rdma_connection() already wakes all waiters on error
Stefan Metzmacher
1
-4
/
+0
2025-10-22
smb: smbdirect: introduce smbdirect_socket.send_io.lcredits.*
Stefan Metzmacher
1
-1
/
+12
2025-10-22
smb: server: allocate enough space for RW WRs and ib_drain_qp()
Stefan Metzmacher
1
-91
/
+142
2025-10-22
Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-9
/
+5
2025-10-22
Merge tag 'erofs-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
1
-29
/
+30
2025-10-22
Merge tag '9p-for-6.18-rc3-v2' of https://github.com/martinetd/linux
Linus Torvalds
3
-22
/
+4
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
[prev]
[next]