index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-05
VFS: use wait_var_event for waiting in d_alloc_parallel()
NeilBrown
2
-7
/
+5
2026-06-05
Merge tag 'drm-rust-next-2026-06-04' of https://gitlab.freedesktop.org/drm/ru...
Dave Airlie
3
-2
/
+7
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-23
/
+32
2026-06-04
err.h: use __always_inline on all error pointer helpers
Arnd Bergmann
1
-6
/
+6
2026-06-04
mm: document the folio refcount a little better
Matthew Wilcox (Oracle)
1
-0
/
+18
2026-06-04
userfaultfd: make functions that are not used outside uffd static
Mike Rapoport (Microsoft)
1
-36
/
+0
2026-06-04
mm/mglru: use folio_mark_accessed to replace folio_set_active
Barry Song (Xiaomi)
1
-1
/
+1
2026-06-04
mm/damon: fix missing parens in macro arguments
Maksym Shcherba
1
-4
/
+4
2026-06-04
mm/damon/core: hide damon_destroy_region()
SeongJae Park
1
-1
/
+0
2026-06-04
mm/damon/core: hide damon_insert_region()
SeongJae Park
1
-11
/
+0
2026-06-04
mm/damon/core: hide damon_add_region()
SeongJae Park
1
-1
/
+0
2026-06-04
mm/vma: eliminate mmap_action->error_hook, introduce error_override
Lorenzo Stoakes
1
-6
/
+3
2026-06-04
mm/vma: remove mmap_action->success_hook
Lorenzo Stoakes
1
-10
/
+0
2026-06-04
drivers/char/mem: eliminate unnecessary use of success_hook
Lorenzo Stoakes
1
-0
/
+5
2026-06-04
Merge tag 'net-7.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-5
/
+8
2026-06-04
net: ethtool: add netif_get_link_ksettings() for correct ops-locked use
Jakub Kicinski
1
-0
/
+2
2026-06-04
net: ethtool: cmis_cdb: hold instance lock for ops locked devices
Jakub Kicinski
1
-0
/
+6
2026-06-04
net: rename netdev_ops_assert_locked()
Jakub Kicinski
1
-3
/
+3
2026-06-04
Merge tag 'trace-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+8
2026-06-04
vdso/datastore: Always provide symbol declarations
Thomas Weißschuh
1
-1
/
+1
2026-06-04
net/sched: fix pedit partial COW leading to page cache corruption
Rajat Gupta
1
-1
/
+0
2026-06-04
Merge drm/drm-next into drm-xe-next
Thomas Hellström
89
-264
/
+1237
2026-06-04
ASoC: soc-core: remove card->dmi_longname
Kuninori Morimoto
1
-3
/
+0
2026-06-04
xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
Antony Antony
2
-1
/
+34
2026-06-04
xfrm: make xfrm_dev_state_add xuo parameter const
Antony Antony
1
-2
/
+4
2026-06-04
xfrm: move encap and xuo into struct xfrm_migrate
Antony Antony
1
-5
/
+2
2026-06-04
xfrm: add state synchronization after migration
Antony Antony
1
-9
/
+37
2026-06-04
xfrm: split xfrm_state_migrate into create and install functions
Antony Antony
1
-0
/
+11
2026-06-04
xfrm: rename reqid in xfrm_migrate
Antony Antony
1
-1
/
+1
2026-06-04
xfrm: add extack to xfrm_init_state
Antony Antony
1
-1
/
+1
2026-06-04
timekeeping: Add clocksource read_snapshot() method and hw_cycles to snapshot
David Woodhouse
2
-0
/
+30
2026-06-04
ptp: Switch to ktime_get_snapshot_id() for pre/post timestamps
Thomas Gleixner
1
-7
/
+8
2026-06-04
timekeeping: Remove system_device_crosststamp::sys_realtime
Thomas Gleixner
1
-6
/
+1
2026-06-04
timekeeping: Prepare for cross timestamps on arbitrary clock IDs
Thomas Gleixner
1
-1
/
+6
2026-06-04
timekeeping: Remove ktime_get_snapshot()
Thomas Gleixner
1
-5
/
+0
2026-06-04
timekeeping: Add CLOCK ID to system_device_crosststamp
Thomas Gleixner
1
-0
/
+2
2026-06-04
timekeeping: Add system_counterval_t to struct system_device_crosststamp
Thomas Gleixner
1
-13
/
+15
2026-06-04
timekeeping: Remove system_time_snapshot::real/boot/raw
Thomas Gleixner
1
-9
/
+1
2026-06-04
tracing: Fix CFI violation in probestub being called by tprobes
Eva Kurchatova
1
-0
/
+8
2026-06-04
cpu: Add lockdep_is_cpus_held()/lockdep_is_cpus_write_held() stubs for !CONFI...
Reinette Chatre
1
-3
/
+4
2026-06-04
buffer: Remove end_buffer_write_sync()
Matthew Wilcox (Oracle)
1
-1
/
+0
2026-06-04
buffer: Remove b_end_io
Matthew Wilcox (Oracle)
1
-3
/
+1
2026-06-04
buffer: Remove submit_bh()
Matthew Wilcox (Oracle)
1
-2
/
+1
2026-06-04
buffer: Remove mark_buffer_async_write()
Matthew Wilcox (Oracle)
1
-1
/
+0
2026-06-04
buffer: Add bh_end_read(), bh_end_write() and bh_end_async_write()
Matthew Wilcox (Oracle)
1
-0
/
+6
2026-06-04
buffer: Add bh_submit()
Matthew Wilcox (Oracle)
1
-0
/
+1
2026-06-04
ALSA: core: Add scoped cleanup helper for card references
Cássio Gabriel
1
-0
/
+2
2026-06-04
mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
Jeff Layton
3
-5
/
+6
2026-06-04
mm: track DONTCACHE dirty pages per bdi_writeback
Jeff Layton
1
-0
/
+1
2026-06-04
lib/fonts: Look up glyph data with font_data_glyph_buf()
Thomas Zimmermann
1
-0
/
+3
[prev]
[next]