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
/
ext2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
1
-3
/
+4
|
\
|
*
dax: introduce holder for dax_device
Shiyang Ruan
2022-07-17
1
-3
/
+4
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-08-04
1
-92
/
+78
|
\
\
|
*
|
ext2: avoid deleting xattr block that is being reused
Jan Kara
2022-08-02
1
-29
/
+29
|
*
|
ext2: unindent codeblock in ext2_xattr_set()
Jan Kara
2022-08-02
1
-16
/
+16
|
*
|
ext2: factor our freeing of xattr block reference
Jan Kara
2022-08-02
1
-52
/
+38
|
|
/
*
|
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-03
5
-72
/
+18
|
\
\
|
*
|
ext2: remove nobh support
Christoph Hellwig
2022-08-02
4
-61
/
+7
|
*
|
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-2
/
+2
|
*
|
ext2: Use a folio in ext2_get_page()
Matthew Wilcox (Oracle)
2022-08-02
1
-9
/
+10
|
*
|
ext2: Remove check for PageError
Matthew Wilcox (Oracle)
2022-06-29
1
-2
/
+1
|
|
/
*
|
Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-08-01
1
-4
/
+4
|
\
\
|
*
|
attr: port attribute changes to new types
Christian Brauner
2022-06-26
1
-4
/
+4
|
*
|
quota: port quota helpers mount ids
Christian Brauner
2022-06-26
1
-2
/
+2
|
*
|
fs: port to iattr ownership update helpers
Christian Brauner
2022-06-26
1
-2
/
+2
|
|
/
*
|
ext2: Add more validity checks for inode counts
Jan Kara
2022-07-26
1
-2
/
+10
*
|
fs/ext2: replace ternary operator with min_t()
Jiangshan Yi
2022-07-14
1
-4
/
+2
|
/
*
ext2: fix fs corruption when trying to remove a non-empty directory with IO e...
Ye Bin
2022-06-16
1
-6
/
+3
*
fs: Fix syntax errors in comments
Xiang wangx
2022-06-06
1
-1
/
+1
*
Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-05-25
1
-1
/
+0
|
\
|
*
fs: ext2: Fix duplicate included linux/dax.h
Haowen Bai
2022-04-04
1
-1
/
+0
*
|
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-4
/
+4
*
|
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2022-05-08
1
-4
/
+2
*
|
fs: Remove aop flags parameter from nobh_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
*
|
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-2
/
+1
|
/
*
Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-03-25
1
-1
/
+5
|
\
|
*
ext2: correct max file size computing
Zhang Yi
2022-02-25
1
-1
/
+5
*
|
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-4
/
+5
|
\
\
|
*
|
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
2022-03-16
1
-1
/
+1
|
*
|
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
2022-03-16
1
-4
/
+4
|
*
|
fs: Remove noop_invalidatepage()
Matthew Wilcox (Oracle)
2022-03-15
1
-1
/
+0
|
*
|
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-0
/
+2
|
|
/
*
|
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-1
/
+1
*
|
remove bdi_congested() and wb_congested() and related functions
NeilBrown
2022-03-22
1
-5
/
+0
|
/
*
fsdax: shift partition offset handling into the file systems
Christoph Hellwig
2021-12-04
1
-2
/
+6
*
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
2
-1
/
+2
*
ext2: cleanup the dax handling in ext2_fill_super
Christoph Hellwig
2021-12-04
1
-7
/
+5
*
fsdax: decouple zeroing from the iomap buffered I/O code
Christoph Hellwig
2021-12-04
1
-3
/
+4
*
dax: remove dax_capable
Christoph Hellwig
2021-12-04
1
-2
/
+4
*
ext2: fix sleeping in atomic bugs on error
Dan Carpenter
2021-09-22
1
-8
/
+6
*
Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-09-09
1
-1
/
+2
|
\
|
*
dax: remove bdev_dax_supported
Christoph Hellwig
2021-08-26
1
-1
/
+2
*
|
Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-09-02
2
-2
/
+5
|
\
\
|
*
|
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2021-08-18
2
-2
/
+5
|
|
/
*
|
Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-08-30
4
-24
/
+9
|
\
\
|
*
|
ext2: Convert to using invalidate_lock
Jan Kara
2021-07-13
4
-24
/
+9
*
|
|
Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-08-30
2
-7
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ext2: use iomap_fiemap to implement ->fiemap
Christoph Hellwig
2021-07-27
2
-2
/
+9
|
*
|
ext2: make ext2_iomap_ops available unconditionally
Christoph Hellwig
2021-07-26
1
-5
/
+0
|
|
/
*
/
fs/ext2: Avoid page_address on pages returned by ext2_get_page
Javier Pello
2021-07-16
3
-9
/
+10
|
/
[next]