index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-07-05
1
-7
/
+22
|
\
|
*
io_uring: fix regression with always ignoring signals in io_cqring_wait()
Jens Axboe
2020-07-04
1
-7
/
+22
*
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-07-03
1
-3
/
+3
|
\
\
|
*
|
Call sysctl_head_finish on error
Matthew Wilcox (Oracle)
2020-07-03
1
-3
/
+3
*
|
|
Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-07-03
4
-8
/
+20
|
\
\
\
|
*
|
|
cifs: prevent truncation from long to int in wait_for_free_credits
Ronnie Sahlberg
2020-07-01
1
-1
/
+1
|
*
|
|
cifs: Fix the target file was deleted when rename failed.
Zhang Xiaoxu
2020-07-01
1
-2
/
+8
|
*
|
|
SMB3: Honor 'posix' flag for multiuser mounts
Paul Aurich
2020-07-01
1
-4
/
+1
|
*
|
|
SMB3: Honor 'handletimeout' flag for multiuser mounts
Paul Aurich
2020-07-01
1
-0
/
+1
|
*
|
|
SMB3: Honor lease disabling for multiuser mounts
Paul Aurich
2020-07-01
1
-0
/
+1
|
*
|
|
SMB3: Honor persistent/resilient handle flags for multiuser mounts
Paul Aurich
2020-07-01
1
-0
/
+2
|
*
|
|
SMB3: Honor 'seal' flag for multiuser mounts
Paul Aurich
2020-07-01
1
-0
/
+1
[next]