]> Gentwo Git Trees - linux/.git/shortlog
linux/.git
2025-11-19 Christian Braunerovl: port do_ovl_get_acl() to cred guard
2025-11-19 Christian Braunerovl: port ovl_get_link() to cred guard
2025-11-19 Christian Braunerovl: port ovl_permission() to cred guard
2025-11-19 Christian Braunerovl: port ovl_getattr() to cred guard
2025-11-19 Christian Braunerovl: port ovl_setattr() to cred guard
2025-11-19 Christian Braunerovl: port ovl_flush() to cred guard
2025-11-19 Christian Braunerovl: port ovl_fadvise() to cred guard
2025-11-19 Christian Braunerovl: port ovl_fallocate() to cred guard
2025-11-19 Christian Braunerovl: port ovl_fsync() to cred guard
2025-11-19 Christian Braunerovl: port ovl_llseek() to cred guard
2025-11-19 Christian Braunerovl: port ovl_open_realfile() to cred guard
2025-11-19 Christian Braunerovl: port ovl_create_tmpfile() to cred guard
2025-11-19 Christian Braunerovl: port ovl_do_remove() to cred guard
2025-11-19 Christian Braunerovl: port ovl_set_link_redirect() to cred guard
2025-11-19 Christian Braunerovl: port ovl_create_or_link() to cred guard
2025-11-19 Christian Braunerovl: port ovl_copy_up_flags() to cred guards
2025-11-19 Christian Braunerovl: add override_creds cleanup guard extension for...
2025-11-19 Christian BraunerMerge branch 'vfs-6.19.directory.locking' into base...
2025-11-19 Christian BraunerMerge branch 'kbuild-6.19.fms.extension'
2025-11-14 Christian BraunerMerge patch series "Create and use APIs to centralise...
2025-11-14 NeilBrownVFS: introduce end_creating_keep()
2025-11-14 NeilBrownVFS: change vfs_mkdir() to unlock on failure.
2025-11-14 NeilBrownecryptfs: use new start_creating/start_removing APIs
2025-11-14 NeilBrownAdd start_renaming_two_dentries()
2025-11-14 NeilBrownVFS/ovl/smb: introduce start_renaming_dentry()
2025-11-14 NeilBrownVFS/nfsd/ovl: introduce start_renaming() and end_renaming()
2025-11-14 NeilBrownVFS: add start_creating_killable() and start_removing_k...
2025-11-14 NeilBrownVFS: introduce start_removing_dentry()
2025-11-14 NeilBrownsmb/server: use end_removing_noperm for for target...
2025-11-14 NeilBrownVFS: introduce start_creating_noperm() and start_removi...
2025-11-14 NeilBrownVFS/nfsd/cachefiles/ovl: introduce start_removing(...
2025-11-14 NeilBrownVFS/nfsd/cachefiles/ovl: add start_creating() and end_c...
2025-11-14 NeilBrownVFS: tidy up do_unlinkat()
2025-11-14 NeilBrownVFS: introduce start_dirop() and end_dirop()
2025-11-14 NeilBrowndebugfs: rename end_creating() to debugfs_end_creating()
2025-11-10 Christian BraunerMerge patch "kbuild: Add '-fms-extensions' to areas...
2025-11-05 Christian BraunerMerge patch series "credential guards: credential prepa...
2025-11-05 Christian Braunertrace: use override credential guard
2025-11-05 Christian Braunertrace: use prepare credential guard
2025-11-05 Christian Braunercoredump: use override credential guard
2025-11-05 Christian Braunercoredump: use prepare credential guard
2025-11-05 Christian Braunercoredump: split out do_coredump() from vfs_coredump()
2025-11-05 Christian Braunercoredump: mark struct mm_struct as const
2025-11-05 Christian Braunercoredump: pass struct linux_binfmt as const
2025-11-05 Christian Braunercoredump: move revert_cred() before coredump_cleanup()
2025-11-05 Christian Braunersev-dev: use override credential guards
2025-11-04 Christian Braunersev-dev: use prepare credential guard
2025-11-04 Christian Braunersev-dev: use guard for path
2025-11-04 Christian Braunercred: add prepare credential guard
2025-11-04 Christian BraunerMerge patch series "credentials guards: the easy cases"
2025-11-04 Christian Braunernet/dns_resolver: use credential guards in dns_query()
2025-11-04 Christian Braunercgroup: use credential guards in cgroup_attach_permissi...
2025-11-04 Christian Brauneract: use credential guards in acct_write_process()
2025-11-04 Christian Braunersmb: use credential guards in cifs_get_spnego_key()
2025-11-04 Christian Braunernfs: use credential guards in nfs_idmap_get_key()
2025-11-04 Christian Braunernfs: use credential guards in nfs_local_call_write()
2025-11-04 Christian Braunernfs: use credential guards in nfs_local_call_read()
2025-11-04 Christian Braunererofs: use credential guards
2025-11-04 Christian Braunerbinfmt_misc: use credential guards
2025-11-04 Christian Braunerbacking-file: use credential guards for mmap
2025-11-04 Christian Braunerbacking-file: use credential guards for splice write
2025-11-04 Christian Braunerbacking-file: use credential guards for splice read
2025-11-04 Christian Braunerbacking-file: use credential guards for writes
2025-11-04 Christian Braunerbacking-file: use credential guards for reads
2025-11-04 Christian Brauneraio: use credential guards
2025-11-04 Christian Braunercred: add scoped_with_creds() guards
2025-11-04 Christian BraunerMerge patch series "creds: add {scoped_}with_kernel_cre...
2025-11-04 Christian Braunerunix: don't copy creds
2025-11-04 Christian Braunertarget: don't copy kernel creds
2025-11-04 Christian Braunernbd: don't copy kernel creds
2025-11-04 Christian Braunerfirmware: don't copy kernel creds
2025-11-04 Christian Braunercred: add scoped_with_kernel_creds()
2025-11-04 Christian Braunercred: make init_cred static
2025-11-04 Christian Braunercred: add kernel_cred() helper
2025-11-04 Christian Braunercleanup: fix scoped_class()
2025-10-31 Nathan Chancellorkbuild: Add '-fms-extensions' to areas with dedicated...
2025-10-29 Rasmus VillemoesKbuild: enable -fms-extensions
2025-10-29 Nathan Chancellorjfs: Rename _inline to avoid conflict with clang's...
2025-10-26 Linus TorvaldsLinux 6.18-rc3 v6.18-rc3
2025-10-26 Linus TorvaldsMerge tag 'char-misc-6.18-rc3' of git://git.kernel...
2025-10-26 Linus TorvaldsMerge tag 'staging-6.18-rc3' of git://git.kernel.org...
2025-10-26 Linus TorvaldsMerge tag 'tty-6.18-rc3' of git://git.kernel.org/pub...
2025-10-26 Linus TorvaldsMerge tag 'usb-6.18-rc3' of git://git.kernel.org/pub...
2025-10-26 Linus TorvaldsMerge tag 'x86_urgent_for_v6.18_rc3' of git://git.kerne...
2025-10-26 Linus TorvaldsMerge tag 'irq_urgent_for_v6.18_rc3' of git://git.kerne...
2025-10-26 Linus TorvaldsMerge tag 'objtool_urgent_for_v6.18_rc3' of git://git...
2025-10-26 Linus TorvaldsMerge tag 'sched_urgent_for_v6.18_rc3' of git://git...
2025-10-26 Linus TorvaldsMerge tag 'timers_urgent_for_v6.18_rc3' of git://git...
2025-10-25 Linus TorvaldsMerge tag 'driver-core-6.18-rc3' of git://git.kernel...
2025-10-25 Linus TorvaldsMerge tag 'firewire-fixes-6.18-rc3' of git://git.kernel...
2025-10-25 Linus TorvaldsMerge tag 'riscv-for-linus-6.18-rc3' of git://git.kerne...
2025-10-25 Linus TorvaldsMerge tag 'xfs-fixes-6.18-rc3' of git://git.kernel...
2025-10-25 Linus TorvaldsMerge tag 'v6.18-rc2-smb-server-fixes' of git://git...
2025-10-24 Andy Shevchenkosched: Remove never used code in mm_cid_get()
2025-10-24 Linus TorvaldsMerge tag 'drm-fixes-2025-10-24' of https://gitlab...
2025-10-24 Linus TorvaldsMerge tag 'pci-v6.18-fixes-3' of git://git.kernel.org...
2025-10-24 Nirbhay Sharmafirewire: init_ohci1394_dma: add missing function param...
2025-10-24 Linus TorvaldsMerge tag 'libcrypto-for-linus' of git://git.kernel...
2025-10-24 Linus TorvaldsMerge tag '6.18-rc2-smb-client-fixes' of git://git...
2025-10-24 Linus TorvaldsMerge tag 'block-6.18-20251023' of git://git.kernel...
next