rator' content='cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-23mm/filemap: fix find_lock_entries hang on 32-bit THPHugh Dickins1-2/+8
2021-04-23ovl: fix reference counting in ovl_mmap error pathChristian König1-10/+1
2021-04-23coda: fix reference counting in coda_file_mmap error pathChristian König1-3/+3
2021-04-23KVM: x86/xen: Take srcu lock when accessing kvm_memslots()Wanpeng Li1-11/+9
2021-04-23perf map: Fix error return code in maps__clone()Zhen Lei1-2/+5
2021-04-23perf ftrace: Fix access to pid in array when setting a pid filterThomas Richter1-1/+1
2021-04-23perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan1-1/+1
2021-04-23platform/x86: gigabyte-wmi: add support for B550M AORUS PRO-PAlexey Klimov1-0/+4
2021-04-23lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf()Rasmus Villemoes1-2/+0
2021-04-23spi: Rename enable1 to activate in spi_set_cs()Andy Shevchenko1-5/+4
2021-04-23regulator: Add binding for TCS4525Ezequiel Garcia1-2/+2
2021-04-23regulator: fan53555: Add TCS4525 DCDC supportJoseph Chen1-14/+122
2021-04-23dt-bindings: vendor-prefixes: Add Tang Cheng (TCS)Ezequiel Garcia1-0/+2
2021-04-23irqchip/gic-v3: Do not enable irqs when handling spurious interrupsHe Ying1-4/+4
2021-04-23spi: Convert Freescale QSPI binding to json schemaKuldeep Singh3-66/+97
2021-04-23regulator: core: Fix off_on_delay handlingVincent Whitchurch2-26/+9
2021-04-23bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma1-4/+8
2021-04-23usb: dwc3: gadget: Handle DEV_TXF_FLUSH_BYPASS capabilityThinh Nguyen2-1/+12
2021-04-23usb: dwc3: Capture new capability register GHWPARAMS9Thinh Nguyen2-0/+5
2021-04-23xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini7-2/+38
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells3-97/+31
2021-04-23afs: Use new netfs lib read helper APIDavid Howells5-251/+88
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells5-7/+19
2021-04-23afs: Prepare for use of THPsDavid Howells4-202/+244
2021-04-23afs: Extract writeback extension into its own functionDavid Howells1-42/+67
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells2-0/+19
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells6-218/+126
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells6-249/+314
2021-04-23afs: Log remote unmarshalling errorsDavid Howells1-0/+34
2021-04-23afs: Don't truncate iter during data fetchDavid Howells6-13/+29
2021-04-23afs: Move key to afs_read structDavid Howells4-15/+19
2021-04-23afs: Print the operation debug_id when logging an unexpected data versionDavid Howells1-2/+3
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells4-64/+55
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells3-175/+36
2021-04-23soc: aspeed: fix a ternary sign expansion bugDan Carpenter1-1/+3
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells12-3/+600
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells2-2/+70
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells3-1/+295
2021-04-23netfs: Add write_begin helperDavid Howells5-4/+185
2021-04-23netfs: Gather statsDavid Howells6-2/+128
2021-04-23netfs: Add tracepointsDavid Howells3-0/+226
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells6-0/+877
2021-04-23netfs, mm: Add set/end/wait_on_page_fscache() aliasesDavid Howells1-0/+57
2021-04-23netfs, mm: Move PG_fscache helper funcs to linux/netfs.hDavid Howells2-10/+30
2021-04-23netfs: Documentation for helper libraryDavid Howells2-0/+527