index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
raw.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-22
ipmi: kcs_bmc: Decouple the IPMI chardev from the core
Andrew Jeffery
5
-13
/
+128
2021-06-22
ipmi: kcs_bmc: Strip private client data from struct kcs_bmc
Andrew Jeffery
7
-294
/
+367
2021-06-22
ipmi: kcs_bmc: Split headers into device and client
Andrew Jeffery
7
-52
/
+117
2021-06-22
ipmi: kcs_bmc: Turn the driver data-structures inside-out
Andrew Jeffery
5
-67
/
+110
2021-06-22
ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi
Andrew Jeffery
4
-412
/
+451
2021-06-22
ipmi: kcs_bmc: Rename {read,write}_{status,data}() functions
Andrew Jeffery
1
-27
/
+25
2021-06-22
ipmi: kcs_bmc: Make status update atomic
Andrew Jeffery
4
-6
/
+21
2021-06-22
ipmi: kcs_bmc_aspeed: Use of match data to extract KCS properties
Andrew Jeffery
1
-76
/
+76
2021-05-13
ipmi/watchdog: Stop watchdog timer when the current action is 'none'
Petr Pavlu
1
-10
/
+12
2021-04-28
Fix misc new gcc warnings
Linus Torvalds
4
-4
/
+4
2021-04-27
vfio/gvt: fix DRM_I915_GVT dependency on VFIO_MDEV
Arnd Bergmann
1
-1
/
+1
2021-04-27
cfg80211: fix locking in netlink owner interface destruction
Johannes Berg
2
-9
/
+36
2021-04-27
io_uring: maintain drain logic for multishot poll requests
Hao Xu
1
-1
/
+5
2021-04-27
io_uring: Check current->io_uring in io_uring_cancel_sqpoll
Palash Oswal
1
-0
/
+2
2021-04-27
netfs: Miscellaneous fixes
David Howells
1
-3
/
+3
2021-04-26
iov_iter: Four fixes for ITER_XARRAY
David Howells
2
-1
/
+5
2021-04-26
powerpc: If kexec_build_elf_info() fails return immediately from elf64_load()
Lakshmi Ramasubramanian
1
-1
/
+1
2021-04-26
powerpc: Free fdt on error in elf64_load()
Lakshmi Ramasubramanian
1
-10
/
+6
2021-04-26
certs: add 'x509_revocation_list' to gitignore
Linus Torvalds
1
-0
/
+1
2021-04-26
async_xor: increase src_offs when dropping destination page
Xiao Ni
1
-0
/
+1
2021-04-26
drivers/block/null_blk/main: Fix a double free in null_init.
Lv Yunlong
1
-0
/
+1
2021-04-26
io_uring: fix NULL reg-buffer
Pavel Begunkov
1
-17
/
+17
2021-04-26
dt-bindings: mailbox: qcom-ipcc: Add compatible for SC7280
Sai Prakash Ranjan
1
-0
/
+1
2021-04-26
io_uring: simplify SQPOLL cancellations
Pavel Begunkov
1
-42
/
+3
2021-04-26
io_uring: fix work_exit sqpoll cancellations
Pavel Begunkov
1
-7
/
+18
2021-04-26
io_uring: Fix uninitialized variable up.resv
Colin Ian King
1
-0
/
+1
2021-04-26
io_uring: fix invalid error check after malloc
Pavel Begunkov
1
-1
/
+1
2021-04-26
blk-iocost: don't ignore vrate_min on QD contention
Tejun Heo
1
-4
/
+0
2021-04-26
mmc: block: Issue a cache flush only when it's enabled
Avri Altman
4
-3
/
+21
2021-04-26
memstick: r592: ignore kfifo_out() return code again
Arnd Bergmann
1
-1
/
+4
2021-04-26
cifs: update internal version number
Steve French
1
-1
/
+1
2021-04-26
smb3: add rasize mount parameter to improve readahead performance
Steve French
3
-3
/
+33
2021-04-25
smb3: limit noisy error
Steve French
1
-1
/
+4
2021-04-25
cifs: fix leak in cifs_smb3_do_mount() ctx
David Disseldorp
1
-0
/
+6
2021-04-25
cifs: remove unnecessary copies of tcon->crfid.fid
Muhammad Usama Anjum
1
-5
/
+6
2021-04-25
cifs: Return correct error code from smb2_get_enc_key
Paul Aurich
1
-1
/
+1
2021-04-25
cifs: fix out-of-bound memory access when calling smb3_notify() at mount point
Eugene Korenevsky
1
-1
/
+1
2021-04-25
smb2: fix use-after-free in smb2_ioctl_query_info()
Aurelien Aptel
1
-9
/
+5
2021-04-25
cifs: export supported mount options via new mount_params /proc file
Aurelien Aptel
1
-0
/
+50
2021-04-25
cifs: log mount errors using cifs_errorf()
Aurelien Aptel
1
-49
/
+46
2021-04-25
cifs: add fs_context param to parsing helpers
Aurelien Aptel
2
-14
/
+11
2021-04-25
cifs: make fs_context error logging wrapper
Aurelien Aptel
1
-1
/
+6
2021-04-25
cifs: add FALLOC_FL_INSERT_RANGE support
Ronnie Sahlberg
1
-0
/
+40
2021-04-25
cifs: add support for FALLOC_FL_COLLAPSE_RANGE
Ronnie Sahlberg
1
-0
/
+35
2021-04-25
cifs: check the timestamp for the cached dirent when deciding on revalidate
Ronnie Sahlberg
1
-0
/
+12
2021-04-25
cifs: pass the dentry instead of the inode down to the revalidation check fun...
Ronnie Sahlberg
1
-4
/
+5
2021-04-25
cifs: add a timestamp to track when the lease of the cached dir was taken
Ronnie Sahlberg
3
-0
/
+4
2021-04-25
cifs: add a function to get a cached dir based on its dentry
Ronnie Sahlberg
2
-0
/
+19
2021-04-25
cifs: Grab a reference for the dentry of the cached directory during the life...
Ronnie Sahlberg
3
-0
/
+27
2021-04-25
cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...
Ronnie Sahlberg
3
-1
/
+17
[next]