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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-26
ceph: do not cache negative dentries for snapped directories
Xiubo Li
2
-3
/
+10
2026-08-26
ceph: use GFP_KERNEL consistently in __ceph_pool_perm_get()
Xiubo Li
1
-5
/
+5
2026-08-26
ceph: use GFP_NOFS for cap flush allocation in writeback path
Xiubo Li
1
-1
/
+1
2026-08-26
ceph: use detach_cap_releases() in ceph_send_cap_releases()
Max Kellermann
1
-5
/
+6
2026-08-26
ceph: skip __touch_cap() most of the time
Max Kellermann
1
-0
/
+8
2026-08-26
ceph: Change system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2026-08-26
Merge branches 'pm-cpufreq' and 'pm-sleep'
Rafael J. Wysocki
3
-65
/
+77
2026-08-26
Merge branches 'acpi-battery', 'acpi-button', 'acpi-soc' and 'acpi-pfrut'
Rafael J. Wysocki
4
-81
/
+157
2026-08-26
ceph: properly decrypt filenames in vmalloc() buffers
Sam Edwards
2
-11
/
+40
2026-08-26
ceph: pass fscrypt `tname` buffers directly
Sam Edwards
3
-10
/
+9
2026-08-26
ceph: Fix ERR_PTR(0) in ceph_mkdir()
Hongling Zeng
1
-1
/
+1
2026-08-26
Merge branch 'acpi-bus'
Rafael J. Wysocki
4
-36
/
+60
2026-08-26
Merge branch 'acpi-scan'
Rafael J. Wysocki
3
-9
/
+17
2026-08-26
Merge tag 'docs-7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/...
Linus Torvalds
20
-252
/
+631
2026-08-26
Merge tag 'pwrseq-updates-for-v7.3-rc1-part2' of git://git.kernel.org/pub/scm...
Linus Torvalds
9
-26
/
+26
2026-08-26
ALSA: hda/conexant: Always enable the headset-mic pin on plugin
Bob Song
1
-4
/
+6
2026-08-26
ASoC: dapm: Fix off-by-one check on the second enum channel
HyeongJun An
1
-1
/
+1
2026-08-26
of/irq: Fix device node refcount leak in of_irq_get_affinity()
Fuad Tabba
1
-1
/
+3
2026-08-26
ASoC: amd: acp-config: force SoundWire probe on HP OmniBook X Flip 16
Sehat Mahde
1
-0
/
+7
2026-08-26
ASoC: amd: acp3x-es83xx: Add HVY-WXX9/M1060 DMI quirk
Mehmet Aysel
1
-0
/
+8
2026-08-26
ASoC: amd: acp-config: Add HVY-WXX9/M1060 DMI quirk
Mehmet Aysel
1
-0
/
+14
2026-08-26
i2c: mux: Fix channel node leak on adapter add failure
Ahmad Byagowi
1
-0
/
+1
2026-08-26
ASoC: soc-generic-dmaengine: Fix DMA channel request warning
bui duc phuc
1
-18
/
+2
2026-08-26
ntfs: reject invalid sectors_per_cluster in the boot sector
Dennis Tighe
1
-2
/
+2
2026-08-26
ntfs: bound $AttrDef table walk to the loaded table size
Dennis Tighe
2
-4
/
+4
2026-08-26
ntfs: fix undefined behavior in mft/index record size calculation
Hongling Zeng
1
-2
/
+2
2026-08-26
ntfs: treat any nonzero dio zero-range return as an error
Wentao Guan
1
-1
/
+1
2026-08-26
ntfs: fix incorrect MFT record pointer passed to ntfs_attr_record_resize
Hongling Zeng
1
-1
/
+1
2026-08-26
ntfs: do not mark the volume clean in sync_fs when errors were recorded
Dennis Tighe
1
-1
/
+2
2026-08-26
ntfs: skip free cluster decrement when rollback fails
Baolin Liu
1
-1
/
+2
2026-08-26
ntfs: only count successfully cleared runs when freeing clusters
Baolin Liu
1
-3
/
+3
2026-08-26
ntfs: fix kmap_local leak in write_mft_record_nolock() error paths
Baolin Liu
1
-1
/
+3
2026-08-26
ntfs: return real error from ntfs_non_resident_attr_record_add()
Baolin Liu
1
-1
/
+1
2026-08-26
ntfs: preserve error code in ntfs_resident_attr_record_add()
Baolin Liu
1
-1
/
+1
2026-08-26
ntfs: return -ERANGE for undersized xattr buffer
Baolin Liu
1
-2
/
+2
2026-08-26
ntfs: propagate reparse index insertion failure
Baolin Liu
1
-2
/
+3
2026-08-26
ntfs: return DT_UNKNOWN on inode lookup failure in readdir
Baolin Liu
1
-1
/
+1
2026-08-26
drm: Fix drm_crtc_commit leak if signaled when PAGE_FLIP_EVENT is used
Thadeu Lima de Souza Cascardo
1
-0
/
+2
2026-08-26
drm/atomic: remove bogus check for file_priv
Thadeu Lima de Souza Cascardo
1
-3
/
+0
2026-08-26
seg6: reset IP6CB after IPv6 decapsulation
Zhiling Zou
1
-0
/
+9
2026-08-26
power: sequencing: rename pwrseq_power_on/off() to pwrseq_enable/disable()
Bartosz Golaszewski
8
-25
/
+25
2026-08-26
apparmor: policy_int make sure list heads are initialized before fail path
John Johansen
1
-2
/
+2
2026-08-26
drm/cirrus-qemu: Validate BAR0 size during probe
Slawomir Stepien
1
-0
/
+3
2026-08-26
drm/sysfb: ofdrm: Fix is_avivo() constant comparison bug
Shixiong Ou
1
-1
/
+1
2026-08-26
drm/sysfb: ofdrm: Fix integer overflow in fb_size calculation
Shixiong Ou
1
-1
/
+5
2026-08-26
f2fs: don't leave the hashed inode while it's unlinked
Jaegeuk Kim
3
-58
/
+69
2026-08-26
crypto: acomp - allocate async request context when cloning
Jérémy Jean
1
-3
/
+13
2026-08-25
ipmi: Fix use-after-free of cmd_rcvr in _ipmi_destroy_user()
Yifei Gao
1
-0
/
+1
2026-08-25
drm/amd/display: fix dc_lock leak on GPU reset error paths
Linkai Gong
1
-0
/
+6
2026-08-25
drm/amd/display: Fix redundant GPUVMEnable checks in dcn6 flip schedule
Srinivasan Shanmugam
1
-12
/
+3
[prev]
[next]