index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-07
xfs: get rid of log item callbacks
Dave Chinner
5
-29
/
+6
2020-07-07
xfs: clean up the buffer iodone callback functions
Dave Chinner
3
-114
/
+29
2020-07-06
xfs: use direct calls for dquot IO completion
Dave Chinner
3
-5
/
+40
2020-07-06
xfs: make inode IO completion buffer centric
Dave Chinner
4
-55
/
+56
2020-07-06
xfs: clean up whacky buffer log item list reinit
Dave Chinner
1
-2
/
+0
2020-07-06
xfs: call xfs_buf_iodone directly
Dave Chinner
5
-63
/
+24
2020-07-06
xfs: mark log recovery buffers for completion
Dave Chinner
6
-8
/
+18
2020-07-06
xfs: mark dquot buffers in cache
Dave Chinner
6
-0
/
+20
2020-07-06
xfs: mark inode buffers in cache
Dave Chinner
6
-30
/
+77
2020-07-06
xfs: add an inode item lock
Dave Chinner
5
-40
/
+66
2020-07-06
xfs: remove logged flag from inode log item
Dave Chinner
3
-35
/
+14
2020-07-06
xfs: Don't allow logging of XFS_ISTALE inodes
Dave Chinner
3
-4
/
+26
2020-07-06
xfs: remove useless definitions in xfs_linux.h
Yafang Shao
1
-4
/
+0
2020-07-06
xfs: use MMAPLOCK around filemap_map_pages()
Dave Chinner
1
-1
/
+14
2020-07-06
xfs: move helpers that lock and unlock two inodes against userspace IO
Darrick J. Wong
5
-97
/
+99
2020-07-06
xfs: refactor locking and unlocking two inodes against userspace IO
Darrick J. Wong
3
-23
/
+34
2020-07-06
xfs: fix xfs_reflink_remap_prep calling conventions
Darrick J. Wong
2
-4
/
+4
2020-07-06
xfs: reflink can skip remap existing mappings
Darrick J. Wong
1
-0
/
+16
2020-07-06
xfs: only reserve quota blocks if we're mapping into a hole
Darrick J. Wong
1
-2
/
+4
2020-07-06
xfs: only reserve quota blocks for bmbt changes if we're changing the data fork
Darrick J. Wong
1
-7
/
+14
2020-07-06
xfs: redesign the reflink remap loop to fix blkres depletion crash
Darrick J. Wong
3
-162
/
+141
2020-07-06
xfs: rename xfs_bmap_is_real_extent to is_written_extent
Darrick J. Wong
3
-5
/
+5
2020-07-06
xfs: fix reflink quota reservation accounting error
Darrick J. Wong
1
-7
/
+14
2020-07-06
xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
Darrick J. Wong
1
-2
/
+20
2020-07-06
xfs: preserve rmapbt swapext block reservation from freed blocks
Brian Foster
3
-10
/
+28
2020-07-06
xfs: Couple of typo fixes in comments
Keyur Patel
1
-3
/
+3
2020-07-06
Linux 5.8-rc4
v5.8-rc4
Linus Torvalds
1
-1
/
+1
2020-07-05
x86/ldt: use "pr_info_once()" instead of open-coding it badly
Linus Torvalds
1
-10
/
+1
2020-07-05
MIPS: Do not use smp_processor_id() in preemptible code
Xingxing Su
1
-3
/
+5
2020-07-05
MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPen
Hauke Mehrtens
1
-0
/
+1
2020-07-05
.gitignore: Do not track `defconfig` from `make savedefconfig`
Paul Menzel
1
-0
/
+3
2020-07-04
io_uring: fix regression with always ignoring signals in io_cqring_wait()
Jens Axboe
1
-7
/
+22
2020-07-04
x86/ldt: Disable 16-bit segments on Xen PV
Andy Lutomirski
1
-1
/
+34
2020-07-04
x86/entry/32: Fix #MC and #DB wiring on x86_32
Andy Lutomirski
3
-12
/
+17
2020-07-04
x86/entry/xen: Route #DB correctly on Xen PV
Andy Lutomirski
4
-25
/
+44
2020-07-04
x86/entry, selftests: Further improve user entry sanity checks
Andy Lutomirski
2
-0
/
+30
2020-07-04
x86/entry/compat: Clear RAX high bits on Xen PV SYSENTER
Andy Lutomirski
1
-9
/
+10
2020-07-04
i2c: mlxcpld: check correct size of maximum RECV_LEN packet
Wolfram Sang
1
-2
/
+2
2020-07-04
i2c: add Kconfig help text for slave mode
Wolfram Sang
1
-0
/
+4
2020-07-04
i2c: slave-eeprom: update documentation
Wolfram Sang
2
-5
/
+20
2020-07-04
i2c: eg20t: Load module automatically if ID matches
Andy Shevchenko
1
-0
/
+1
2020-07-04
i2c: designware: platdrv: Set class based on DMI
Ricardo Ribalda
1
-1
/
+14
2020-07-04
i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665
Chris Packham
1
-1
/
+2
2020-07-04
mm/page_alloc: fix documentation error
Joel Savitz
1
-1
/
+1
2020-07-04
vmalloc: fix the owner argument for the new __vmalloc_node_range callers
Christoph Hellwig
3
-3
/
+4
2020-07-04
mm/cma.c: use exact_nid true to fix possible per-numa cma leak
Barry Song
1
-2
/
+2
2020-07-04
samples/vfs: avoid warning in statx override
Kees Cook
1
-0
/
+2
2020-07-04
mm/hugetlb.c: fix pages per hugetlb calculation
Mike Kravetz
1
-1
/
+1
2020-07-03
Call sysctl_head_finish on error
Matthew Wilcox (Oracle)
1
-3
/
+3
2020-07-03
arm64: Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718
Sai Prakash Ranjan
3
-0
/
+8
[next]