index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.clang-format
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-22
nfsd: helper for laundromat expiry calculations
J. Bruce Fields
1
-22
/
+27
2021-03-22
NFSD: Clean up NFSDDBG_FACILITY macro
Chuck Lever
2
-5
/
+0
2021-03-22
NFSD: Add a tracepoint to record directory entry encoding
Chuck Lever
2
-3
/
+30
2021-03-22
NFSD: Clean up after updating NFSv3 ACL encoders
Chuck Lever
2
-88
/
+0
2021-03-22
NFSD: Update the NFSv3 SETACL result encoder to use struct xdr_stream
Chuck Lever
1
-3
/
+3
2021-03-22
NFSD: Update the NFSv3 GETACL result encoder to use struct xdr_stream
Chuck Lever
3
-16
/
+43
2021-03-22
NFSD: Clean up after updating NFSv2 ACL encoders
Chuck Lever
2
-65
/
+0
2021-03-22
NFSD: Update the NFSv2 ACL ACCESS result encoder to use struct xdr_stream
Chuck Lever
1
-7
/
+12
2021-03-22
NFSD: Update the NFSv2 ACL GETATTR result encoder to use struct xdr_stream
Chuck Lever
1
-22
/
+2
2021-03-22
NFSD: Update the NFSv2 SETACL result encoder to use struct xdr_stream
Chuck Lever
1
-2
/
+2
2021-03-22
NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_stream
Chuck Lever
3
-28
/
+41
2021-03-22
NFSD: Add an xdr_stream-based encoder for NFSv2/3 ACLs
Chuck Lever
2
-0
/
+74
2021-03-22
NFSD: Remove unused NFSv2 directory entry encoders
Chuck Lever
3
-57
/
+6
2021-03-22
NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_stream
Chuck Lever
3
-11
/
+103
2021-03-22
NFSD: Update the NFSv2 READDIR result encoder to use struct xdr_stream
Chuck Lever
2
-9
/
+14
2021-03-22
NFSD: Count bytes instead of pages in the NFSv2 READDIR encoder
Chuck Lever
2
-5
/
+2
2021-03-22
NFSD: Add a helper that encodes NFSv3 directory offset cookies
Chuck Lever
3
-4
/
+18
2021-03-22
NFSD: Update the NFSv2 STATFS result encoder to use struct xdr_stream
Chuck Lever
1
-9
/
+16
2021-03-22
NFSD: Update the NFSv2 READ result encoder to use struct xdr_stream
Chuck Lever
3
-17
/
+17
2021-03-22
NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_stream
Chuck Lever
3
-16
/
+16
2021-03-22
NFSD: Update the NFSv2 diropres encoder to use struct xdr_stream
Chuck Lever
1
-13
/
+25
2021-03-22
NFSD: Update the NFSv2 attrstat encoder to use struct xdr_stream
Chuck Lever
3
-12
/
+86
2021-03-22
NFSD: Update the NFSv2 stat encoder to use struct xdr_stream
Chuck Lever
3
-9
/
+22
2021-03-22
NFSD: Reduce svc_rqst::rq_pages churn during READDIR operations
Chuck Lever
1
-0
/
+6
2021-03-22
NFSD: Remove unused NFSv3 directory entry encoders
Chuck Lever
2
-201
/
+0
2021-03-22
NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_stream
Chuck Lever
3
-30
/
+185
2021-03-22
NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_stream
Chuck Lever
3
-20
/
+38
2021-03-22
NFSD: Count bytes instead of pages in the NFSv3 READDIR encoder
Chuck Lever
2
-29
/
+3
2021-03-22
NFSD: Add a helper that encodes NFSv3 directory offset cookies
Chuck Lever
3
-35
/
+27
2021-03-22
NFSD: Update the NFSv3 COMMIT3res encoder to use struct xdr_stream
Chuck Lever
1
-39
/
+15
2021-03-22
NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_stream
Chuck Lever
2
-13
/
+49
2021-03-22
NFSD: Update the NFSv3 FSINFO3res encoder to use struct xdr_stream
Chuck Lever
1
-16
/
+46
2021-03-22
NFSD: Update the NFSv3 FSSTAT3res encoder to use struct xdr_stream
Chuck Lever
1
-14
/
+44
2021-03-22
NFSD: Update the NFSv3 LINK3res encoder to use struct xdr_stream
Chuck Lever
1
-4
/
+4
2021-03-22
NFSD: Update the NFSv3 RENAMEv3res encoder to use struct xdr_stream
Chuck Lever
1
-4
/
+4
2021-03-22
NFSD: Update the NFSv3 CREATE family of encoders to use struct xdr_stream
Chuck Lever
1
-7
/
+28
2021-03-22
NFSD: Update the NFSv3 WRITE3res encoder to use struct xdr_stream
Chuck Lever
1
-8
/
+32
2021-03-22
NFSD: Update the NFSv3 READ3res encode to use struct xdr_stream
Chuck Lever
4
-20
/
+45
2021-03-22
NFSD: Update the NFSv3 READLINK3res encoder to use struct xdr_stream
Chuck Lever
3
-18
/
+22
2021-03-22
NFSD: Update the NFSv3 wccstat result encoder to use struct xdr_stream
Chuck Lever
1
-3
/
+65
2021-03-22
NFSD: Update the NFSv3 LOOKUP3res encoder to use struct xdr_stream
Chuck Lever
3
-10
/
+37
2021-03-22
NFSD: Update the NFSv3 ACCESS3res encoder to use struct xdr_stream
Chuck Lever
2
-6
/
+46
2021-03-22
NFSD: Update the GETATTR3res encoder to use struct xdr_stream
Chuck Lever
5
-12
/
+91
2021-03-22
NFSD: Extract the svcxdr_init_encode() helper
Chuck Lever
6
-84
/
+94
2021-03-21
Linux 5.12-rc4
v5.12-rc4
Linus Torvalds
1
-1
/
+1
2021-03-21
io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...
Stefan Metzmacher
1
-4
/
+20
2021-03-21
io-wq: ensure task is running before processing task_work
Jens Axboe
1
-2
/
+6
2021-03-21
signal: don't allow STOP on PF_IO_WORKER threads
Eric W. Biederman
1
-1
/
+2
2021-03-21
signal: don't allow sending any signals to PF_IO_WORKER threads
Jens Axboe
1
-0
/
+3
2021-03-21
ext4: initialize ret to suppress smatch warning
Theodore Ts'o
1
-1
/
+1
[next]