index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: attach inodes to the cluster buffer when dirtied
Dave Chinner
2020-07-07
5
-24
/
+27
*
xfs: rework stale inodes in xfs_ifree_cluster
Dave Chinner
2020-07-07
1
-99
/
+62
*
xfs: clean up inode reclaim comments
Dave Chinner
2020-07-07
1
-93
/
+35
*
xfs: remove SYNC_WAIT from xfs_reclaim_inodes()
Dave Chinner
2020-07-07
4
-60
/
+35
*
xfs: remove SYNC_TRYLOCK from inode reclaim
Dave Chinner
2020-07-07
1
-38
/
+25
*
xfs: don't block inode reclaim on the ILOCK
Dave Chinner
2020-07-07
1
-3
/
+5
*
xfs: allow multiple reclaimers per AG
Dave Chinner
2020-07-07
3
-24
/
+12
*
xfs: remove IO submission from xfs_reclaim_inode()
Dave Chinner
2020-07-07
1
-86
/
+31
*
xfs: make inode reclaim almost non-blocking
Dave Chinner
2020-07-07
1
-1
/
+1
*
xfs: pin inode backing buffer to the inode log item
Dave Chinner
2020-07-07
5
-24
/
+105
*
xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()
Dave Chinner
2020-07-07
3
-8
/
+3
*
xfs: unwind log item error flagging
Dave Chinner
2020-07-07
4
-71
/
+14
*
xfs: handle buffer log item IO errors directly
Dave Chinner
2020-07-07
1
-70
/
+144
*
xfs: get rid of log item callbacks
Dave Chinner
2020-07-07
5
-29
/
+6
*
xfs: clean up the buffer iodone callback functions
Dave Chinner
2020-07-07
3
-114
/
+29
*
xfs: use direct calls for dquot IO completion
Dave Chinner
2020-07-06
3
-5
/
+40
*
xfs: make inode IO completion buffer centric
Dave Chinner
2020-07-06
4
-55
/
+56
*
xfs: clean up whacky buffer log item list reinit
Dave Chinner
2020-07-06
1
-2
/
+0
*
xfs: call xfs_buf_iodone directly
Dave Chinner
2020-07-06
5
-63
/
+24
*
xfs: mark log recovery buffers for completion
Dave Chinner
2020-07-06
6
-8
/
+18
*
xfs: mark dquot buffers in cache
Dave Chinner
2020-07-06
6
-0
/
+20
*
xfs: mark inode buffers in cache
Dave Chinner
2020-07-06
6
-30
/
+77
*
xfs: add an inode item lock
Dave Chinner
2020-07-06
5
-40
/
+66
*
xfs: remove logged flag from inode log item
Dave Chinner
2020-07-06
3
-35
/
+14
*
xfs: Don't allow logging of XFS_ISTALE inodes
Dave Chinner
2020-07-06
3
-4
/
+26
*
xfs: remove useless definitions in xfs_linux.h
Yafang Shao
2020-07-06
1
-4
/
+0
*
xfs: use MMAPLOCK around filemap_map_pages()
Dave Chinner
2020-07-06
1
-1
/
+14
*
xfs: move helpers that lock and unlock two inodes against userspace IO
Darrick J. Wong
2020-07-06
5
-97
/
+99
*
xfs: refactor locking and unlocking two inodes against userspace IO
Darrick J. Wong
2020-07-06
3
-23
/
+34
*
xfs: fix xfs_reflink_remap_prep calling conventions
Darrick J. Wong
2020-07-06
2
-4
/
+4
*
xfs: reflink can skip remap existing mappings
Darrick J. Wong
2020-07-06
1
-0
/
+16
*
xfs: only reserve quota blocks if we're mapping into a hole
Darrick J. Wong
2020-07-06
1
-2
/
+4
*
xfs: only reserve quota blocks for bmbt changes if we're changing the data fork
Darrick J. Wong
2020-07-06
1
-7
/
+14
*
xfs: redesign the reflink remap loop to fix blkres depletion crash
Darrick J. Wong
2020-07-06
3
-162
/
+141
*
xfs: rename xfs_bmap_is_real_extent to is_written_extent
Darrick J. Wong
2020-07-06
3
-5
/
+5
*
xfs: fix reflink quota reservation accounting error
Darrick J. Wong
2020-07-06
1
-7
/
+14
*
xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
Darrick J. Wong
2020-07-06
1
-2
/
+20
*
xfs: preserve rmapbt swapext block reservation from freed blocks
Brian Foster
2020-07-06
3
-10
/
+28
*
xfs: Couple of typo fixes in comments
Keyur Patel
2020-07-06
1
-3
/
+3
*
Linux 5.8-rc4
v5.8-rc4
Linus Torvalds
2020-07-06
1
-1
/
+1
*
x86/ldt: use "pr_info_once()" instead of open-coding it badly
Linus Torvalds
2020-07-05
1
-10
/
+1
*
Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-07-05
19
-154
/
+274
|
\
|
*
x86/ldt: Disable 16-bit segments on Xen PV
Andy Lutomirski
2020-07-04
1
-1
/
+34
|
*
x86/entry/32: Fix #MC and #DB wiring on x86_32
Andy Lutomirski
2020-07-04
3
-12
/
+17
|
*
x86/entry/xen: Route #DB correctly on Xen PV
Andy Lutomirski
2020-07-04
4
-25
/
+44
|
*
x86/entry, selftests: Further improve user entry sanity checks
Andy Lutomirski
2020-07-04
2
-0
/
+30
|
*
x86/entry/compat: Clear RAX high bits on Xen PV SYSENTER
Andy Lutomirski
2020-07-04
1
-9
/
+10
|
*
selftests/x86: Consolidate and fix get/set_eflags() helpers
Andy Lutomirski
2020-07-01
7
-90
/
+51
|
*
selftests/x86/syscall_nt: Clear weird flags after each test
Andy Lutomirski
2020-07-01
1
-0
/
+1
|
*
selftests/x86/syscall_nt: Add more flag combinations
Andy Lutomirski
2020-07-01
1
-0
/
+15
[next]