index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
rcu-string.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
xfs: flag files as supporting buffered async reads
Jens Axboe
1
-1
/
+1
2020-06-22
block: flag block devices as supporting IOCB_WAITQ
Jens Axboe
1
-1
/
+1
2020-06-22
fs: add FMODE_BUF_RASYNC
Jens Axboe
1
-0
/
+3
2020-06-22
mm: support async buffered reads in generic_file_buffered_read()
Jens Axboe
1
-11
/
+27
2020-06-22
mm: add support for async page locking
Jens Axboe
3
-2
/
+67
2020-06-22
mm: abstract out wake_page_match() from wake_page_function()
Jens Axboe
2
-31
/
+41
2020-06-22
mm: allow read-ahead with IOCB_NOWAIT set
Jens Axboe
1
-2
/
+0
2020-06-22
io_uring: re-issue block requests that failed because of resources
Jens Axboe
1
-24
/
+124
2020-06-22
io_uring: catch -EIO from buffered issue request failure
Jens Axboe
1
-5
/
+23
2020-06-22
io_uring: always plug for any number of IOs
Jens Axboe
1
-10
/
+5
2020-06-22
block: provide plug based way of signaling forced no-wait semantics
Jens Axboe
2
-0
/
+7
2020-06-22
io_uring: separate reporting of ring pages from registered pages
Bijan Mottahedeh
1
-13
/
+30
2020-06-22
io_uring: report pinned memory usage
Bijan Mottahedeh
1
-4
/
+18
2020-06-22
io_uring: rename ctx->account_mem field
Bijan Mottahedeh
1
-8
/
+8
2020-06-22
io_uring: add wrappers for memory accounting
Bijan Mottahedeh
1
-20
/
+28
2020-06-22
io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behavior
Jiufei Xue
1
-2
/
+7
2020-06-22
io_uring: change the poll type to be 32-bits
Jiufei Xue
3
-6
/
+17
2020-06-22
Linux 5.8-rc2
v5.8-rc2
Linus Torvalds
1
-1
/
+1
2020-06-21
samples: watch_queue: build sample program for target architecture
Masahiro Yamada
2
-7
/
+5
2020-06-21
Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"
Masahiro Yamada
1
-11
/
+3
2020-06-20
pinctrl: single: fix function name in documentation
Drew Fustini
1
-1
/
+1
2020-06-20
pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
Sivaprakash Murugesan
1
-1
/
+2
2020-06-20
Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...
Haibo Chen
1
-4
/
+3
2020-06-20
afs: Fix hang on rmmod due to outstanding timer
David Howells
4
-2
/
+16
2020-06-20
afs: Fix afs_do_lookup() to call correct fetch-status op variant
David Howells
1
-1
/
+1
2020-06-20
powerpc/8xx: Provide ptep_get() with 16k pages
Christophe Leroy
1
-0
/
+10
2020-06-20
mm: Allow arches to provide ptep_get()
Christophe Leroy
3
-2
/
+9
2020-06-20
mm/gup: Use huge_ptep_get() in gup_hugepte()
Christophe Leroy
1
-1
/
+1
2020-06-19
MAINTAINERS: Add robert and myself as qcom i2c cci maintainers
Loic Poulain
1
-0
/
+9
2020-06-19
i2c: smbus: Fix spelling mistake in the comments
Keyur Patel
1
-1
/
+1
2020-06-19
Documentation/i2c: SMBus start signal is S not A
Daniel Schaefer
1
-1
/
+1
2020-06-19
i2c: remove deprecated i2c_new_device API
Wolfram Sang
2
-30
/
+3
2020-06-19
Documentation: media: convert to use i2c_new_client_device()
Wolfram Sang
2
-2
/
+2
2020-06-19
video: backlight: tosa_lcd: convert to use i2c_new_client_device()
Wolfram Sang
1
-2
/
+2
2020-06-19
x86/platform/intel-mid: convert to use i2c_new_client_device()
Wolfram Sang
1
-2
/
+2
2020-06-19
drm: encoder_slave: use new I2C API
Wolfram Sang
1
-8
/
+2
2020-06-19
drm: encoder_slave: fix refcouting error for modules
Wolfram Sang
1
-2
/
+3
2020-06-19
RISC-V: Acquire mmap lock before invoking walk_page_range
Atish Patra
1
-2
/
+12
2020-06-19
RISC-V: Don't allow write+exec only page mapping request in mmap
Yash Shah
1
-0
/
+6
2020-06-18
maccess: make get_kernel_nofault() check for minimal type compatibility
Linus Torvalds
7
-9
/
+11
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
20
-40
/
+40
2020-06-18
sparse: use identifiers to define address spaces
Luc Van Oostenryck
1
-4
/
+4
2020-06-18
block: make function 'kill_bdev' static
Zheng Bin
2
-5
/
+2
2020-06-18
loop: replace kill_bdev with invalidate_bdev
Zheng Bin
1
-4
/
+4
2020-06-18
libata: Use per port sync for detach
Kai-Heng Feng
2
-6
/
+8
2020-06-18
partitions/ldm: Replace uuid_copy() with import_uuid() where it makes sense
Andy Shevchenko
1
-1
/
+1
2020-06-18
io_uring: fix possible race condition against REQ_F_NEED_CLEANUP
Xiaoguang Wang
1
-4
/
+4
2020-06-18
perf build: Fix error message when asking for -fsanitize=address without requ...
Tiezhu Yang
1
-0
/
+12
2020-06-18
tools lib traceevent: Add handler for __builtin_expect()
Steven Rostedt (VMware)
1
-0
/
+35
2020-06-18
tools lib traceevent: Handle __attribute__((user)) in field names
Steven Rostedt (VMware)
1
-1
/
+38
[next]