index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-23
afs: Use new netfs lib read helper API
David Howells
5
-251
/
+88
2021-04-23
afs: Use the fs operation ops to handle FetchData completion
David Howells
5
-7
/
+19
2021-04-23
afs: Prepare for use of THPs
David Howells
4
-202
/
+244
2021-04-23
afs: Extract writeback extension into its own function
David Howells
1
-42
/
+67
2021-04-23
afs: Wait on PG_fscache before modifying/releasing a page
David Howells
2
-0
/
+19
2021-04-23
afs: Use ITER_XARRAY for writing
David Howells
6
-218
/
+126
2021-04-23
afs: Set up the iov_iter before calling afs_extract_data()
David Howells
6
-249
/
+314
2021-04-23
afs: Log remote unmarshalling errors
David Howells
1
-0
/
+34
2021-04-23
afs: Don't truncate iter during data fetch
David Howells
6
-13
/
+29
2021-04-23
afs: Move key to afs_read struct
David Howells
4
-15
/
+19
2021-04-23
afs: Print the operation debug_id when logging an unexpected data version
David Howells
1
-2
/
+3
2021-04-23
afs: Pass page into dirty region helpers to provide THP size
David Howells
4
-64
/
+55
2021-04-23
afs: Disable use of the fscache I/O routines
David Howells
3
-175
/
+36
2021-04-23
fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
David Howells
12
-3
/
+600
2021-04-23
netfs: Add a tracepoint to log failures that would be otherwise unseen
David Howells
2
-2
/
+70
2021-04-23
netfs: Define an interface to talk to a cache
David Howells
3
-1
/
+295
2021-04-23
netfs: Add write_begin helper
David Howells
5
-4
/
+185
2021-04-23
netfs: Gather stats
David Howells
6
-2
/
+128
2021-04-23
netfs: Add tracepoints
David Howells
3
-0
/
+226
2021-04-23
netfs: Provide readahead and readpage netfs helpers
David Howells
6
-0
/
+877
2021-04-23
netfs, mm: Add set/end/wait_on_page_fscache() aliases
David Howells
1
-0
/
+57
2021-04-23
netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
David Howells
2
-10
/
+30
2021-04-23
netfs: Documentation for helper library
David Howells
2
-0
/
+527
2021-04-23
netfs: Make a netfs helper module
David Howells
1
-0
/
+8
2021-04-23
mm: Implement readahead_control pageset expansion
David Howells
2
-0
/
+77
2021-04-23
mm/readahead: Handle ractl nr_pages being modified
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-04-23
fs: Document file_ra_state
Matthew Wilcox (Oracle)
1
-10
/
+14
2021-04-23
mm/filemap: Pass the file_ra_state in the ractl
Matthew Wilcox (Oracle)
7
-29
/
+30
2021-04-23
mm: Add set/end/wait functions for PG_private_2
David Howells
2
-0
/
+81
2021-04-23
iov_iter: Add ITER_XARRAY
David Howells
2
-23
/
+301
2021-03-24
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-12
/
+16
2021-03-24
Merge tag 'platform-drivers-x86-v5.12-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
12
-109
/
+190
2021-03-24
Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
4
-7
/
+21
2021-03-24
cachefiles: do not yet allow on idmapped mounts
Christian Brauner
1
-0
/
+6
2021-03-23
afs: Use wait_on_page_writeback_killable
Matthew Wilcox (Oracle)
1
-2
/
+1
2021-03-23
mm/writeback: Add wait_on_page_writeback_killable
Matthew Wilcox (Oracle)
2
-0
/
+17
2021-03-23
fs/cachefiles: Remove wait_bit_key layout dependency
Matthew Wilcox (Oracle)
2
-5
/
+3
2021-03-23
platform/x86: intel_pmc_core: Ignore GBE LTR on Tiger Lake platforms
David E. Box
1
-15
/
+35
2021-03-23
platform/x86: intel_pmc_core: Update Kconfig
David E. Box
1
-3
/
+8
2021-03-23
platform/x86: intel_pmt_crashlog: Fix incorrect macros
David E. Box
1
-7
/
+6
2021-03-23
platform/x86: intel_pmt_class: Initial resource to 0
David E. Box
1
-1
/
+1
2021-03-23
Merge tag 'linux-kselftest-kunit-fixes-5.12-rc5.1' of git://git.kernel.org/pu...
Linus Torvalds
2
-1
/
+3
2021-03-22
Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-41
/
+59
2021-03-22
Linux 5.12-rc4
v5.12-rc4
Linus Torvalds
1
-1
/
+1
2021-03-22
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-72
/
+168
2021-03-21
Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-7
/
+31
2021-03-21
Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
14
-48
/
+75
2021-03-21
Merge tag 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
11
-25
/
+62
2021-03-21
Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+6
2021-03-21
Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-1
/
+4
[next]