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.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
*
Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-08-01
7
-106
/
+244
|
\
|
*
xfs: prevent spoofing of rtbitmap blocks when recovering buffers
Darrick J. Wong
2021-07-29
1
-2
/
+12
|
*
xfs: limit iclog tail updates
Dave Chinner
2021-07-29
1
-13
/
+37
|
*
xfs: need to see iclog flags in tracing
Dave Chinner
2021-07-29
2
-4
/
+14
|
*
xfs: Enforce attr3 buffer recovery order
Dave Chinner
2021-07-29
1
-0
/
+1
|
*
xfs: logging the on disk inode LSN can make it go backwards
Dave Chinner
2021-07-29
2
-11
/
+39
|
*
xfs: avoid unnecessary waits in xfs_log_force_lsn()
Dave Chinner
2021-07-29
1
-5
/
+37
|
*
xfs: log forces imply data device cache flushes
Dave Chinner
2021-07-29
1
-13
/
+34
|
*
xfs: factor out forced iclog flushes
Dave Chinner
2021-07-29
1
-24
/
+18
|
*
xfs: fix ordering violation between cache flushes and tail updates
Dave Chinner
2021-07-29
3
-13
/
+39
|
*
xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog
Dave Chinner
2021-07-29
1
-28
/
+17
|
*
xfs: external logs need to flush data device
Dave Chinner
2021-07-29
1
-8
/
+11
|
*
xfs: flush data dev on external log write
Dave Chinner
2021-07-29
1
-1
/
+1
*
|
Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2021-07-31
3
-2
/
+10
|
\
\
|
*
|
cifs: add missing parsing of backupuid
Ronnie Sahlberg
2021-07-28
1
-0
/
+7
|
*
|
smb3: rc uninitialized in one fallocate path
Steve French
2021-07-26
1
-1
/
+2
|
*
|
SMB3: fix readpage for large swap cache
Steve French
2021-07-26
1
-1
/
+1
*
|
|
pipe: make pipe writes always wake up readers
Linus Torvalds
2021-07-30
1
-5
/
+5
*
|
|
Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-07-30
1
-0
/
+2
|
\
\
\
|
*
|
|
block: delay freeing the gendisk
Christoph Hellwig
2021-07-27
1
-0
/
+2
*
|
|
|
Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-07-30
1
-8
/
+32
|
\
\
\
\
|
*
|
|
|
io_uring: fix poll requests leaking second poll entries
Hao Xu
2021-07-28
1
-3
/
+2
|
*
|
|
|
io_uring: don't block level reissue off completion path
Jens Axboe
2021-07-28
1
-0
/
+6
|
*
|
|
|
io_uring: always reissue from task_work context
Jens Axboe
2021-07-27
1
-2
/
+8
|
*
|
|
|
io_uring: fix race in unified task_work running
Jens Axboe
2021-07-26
1
-1
/
+5
|
*
|
|
|
io_uring: fix io_prep_async_link locking
Pavel Begunkov
2021-07-26
1
-2
/
+11
*
|
|
|
|
Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-07-30
4
-4
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
btrfs: calculate number of eb pages properly in csum_tree_block
David Sterba
2021-07-29
1
-1
/
+1
|
*
|
|
|
|
btrfs: fix rw device counting in __btrfs_free_extra_devids
Desmond Cheong Zhi Xi
2021-07-28
1
-0
/
+1
|
*
|
|
|
|
btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...
Filipe Manana
2021-07-28
1
-2
/
+2
|
*
|
|
|
|
btrfs: mark compressed range uptodate only if all bio succeed
Goldwyn Rodrigues
2021-07-28
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-30
1
-41
/
+62
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ocfs2: issue zeroout to EOF blocks
Junxiao Bi
2021-07-30
1
-39
/
+60
|
*
|
|
|
|
|
ocfs2: fix zero out valid data
Junxiao Bi
2021-07-30
1
-2
/
+2
*
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...
Linus Torvalds
2021-07-29
3
-126
/
+0
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
binfmt: remove support for em86 (alpha only)
David Hildenbrand
2021-07-25
3
-126
/
+0
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'fixes_for_v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-07-28
5
-14
/
+44
|
\
\
\
\
\
\
|
*
|
|
|
|
|
reiserfs: check directory items on read from disk
Shreyansh Chouhan
2021-07-16
1
-5
/
+26
|
*
|
|
|
|
|
fs/ext2: Avoid page_address on pages returned by ext2_get_page
Javier Pello
2021-07-16
3
-9
/
+10
|
*
|
|
|
|
|
reiserfs: add check for root_inode in reiserfs_fill_super
Yu Kuai
2021-07-16
1
-0
/
+8
*
|
|
|
|
|
|
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-07-27
1
-1
/
+0
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Paul Gortmaker
2021-07-21
1
-1
/
+0
*
|
|
|
|
|
|
Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2021-07-24
6
-55
/
+247
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
cifs: fix fallocate when trying to allocate a hole.
Ronnie Sahlberg
2021-07-22
1
-5
/
+18
|
*
|
|
|
|
|
|
CIFS: Clarify SMB1 code for POSIX delete file
Steve French
2021-07-22
1
-2
/
+5
|
*
|
|
|
|
|
|
CIFS: Clarify SMB1 code for POSIX Create
Steve French
2021-07-22
1
-1
/
+2
|
*
|
|
|
|
|
|
cifs: support share failover when remounting
Paulo Alcantara
2021-07-22
4
-40
/
+203
|
*
|
|
|
|
|
|
cifs: only write 64kb at a time when fallocating a small region of a file
Ronnie Sahlberg
2021-07-22
1
-7
/
+19
*
|
|
|
|
|
|
|
Merge tag 'io_uring-5.14-2021-07-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-07-24
2
-17
/
+45
|
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
2021-07-23
2
-1
/
+17
[next]