index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
ntsync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
ntsync: Check wait count based on byte size.
Elizabeth Figura
1
-3
/
+3
2025-02-19
ntsync: Set the permissions to be 0666
Mike Lothian
1
-0
/
+1
2025-01-17
ntsync: Fix reference leaks in the remaining create ioctls.
Elizabeth Figura
1
-2
/
+2
2025-01-16
ntsync: fix a file reference leak in drivers/misc/ntsync.c
Al Viro
1
-4
/
+6
2025-01-08
ntsync: Introduce alertable waits.
Elizabeth Figura
1
-9
/
+61
2025-01-08
ntsync: Introduce NTSYNC_IOC_EVENT_READ.
Elizabeth Figura
1
-0
/
+24
2025-01-08
ntsync: Introduce NTSYNC_IOC_MUTEX_READ.
Elizabeth Figura
1
-0
/
+26
2025-01-08
ntsync: Introduce NTSYNC_IOC_SEM_READ.
Elizabeth Figura
1
-0
/
+24
2025-01-08
ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.
Elizabeth Figura
1
-2
/
+6
2025-01-08
ntsync: Introduce NTSYNC_IOC_EVENT_RESET.
Elizabeth Figura
1
-0
/
+24
2025-01-08
ntsync: Introduce NTSYNC_IOC_EVENT_SET.
Elizabeth Figura
1
-0
/
+27
2025-01-08
ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.
Elizabeth Figura
1
-0
/
+59
2025-01-08
ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.
Elizabeth Figura
1
-2
/
+59
2025-01-08
ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.
Elizabeth Figura
1
-0
/
+53
2025-01-08
ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.
Elizabeth Figura
1
-3
/
+71
2025-01-08
ntsync: Introduce NTSYNC_IOC_WAIT_ALL.
Elizabeth Figura
1
-14
/
+322
2025-01-08
ntsync: Introduce NTSYNC_IOC_WAIT_ANY.
Elizabeth Figura
1
-1
/
+246
2025-01-08
ntsync: Rename NTSYNC_IOC_SEM_POST to NTSYNC_IOC_SEM_RELEASE.
Elizabeth Figura
1
-5
/
+5
2025-01-08
ntsync: Return the fd from NTSYNC_IOC_CREATE_SEM.
Elizabeth Figura
1
-5
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-2
/
+0
2024-04-11
ntsync: Introduce NTSYNC_IOC_SEM_POST.
Elizabeth Figura
1
-3
/
+69
2024-04-11
ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
Elizabeth Figura
1
-0
/
+131
2024-04-11
ntsync: Introduce the ntsync driver and character device.
Elizabeth Figura
1
-0
/
+52