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
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
quota: port to mnt_idmap
Christian Brauner
2023-01-19
1
-5
/
+4
*
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
*
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+4
*
Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-12
1
-6
/
+0
|
\
|
*
ext2: remove ->writepage
Christoph Hellwig
2022-11-21
1
-6
/
+0
*
|
fs: pass dentry to set acl method
Christian Brauner
2022-10-19
1
-1
/
+1
|
/
*
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-03
1
-49
/
+4
|
\
|
*
ext2: remove nobh support
Christoph Hellwig
2022-08-02
1
-48
/
+3
|
*
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-2
/
+2
*
|
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
|
/
*
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
|
/
*
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
*
fsdax: shift partition offset handling into the file systems
Christoph Hellwig
2021-12-04
1
-2
/
+6
*
fsdax: decouple zeroing from the iomap buffered I/O code
Christoph Hellwig
2021-12-04
1
-3
/
+4
*
Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-08-30
1
-6
/
+6
|
\
|
*
ext2: Convert to using invalidate_lock
Jan Kara
2021-07-13
1
-6
/
+6
*
|
ext2: use iomap_fiemap to implement ->fiemap
Christoph Hellwig
2021-07-27
1
-2
/
+8
*
|
ext2: make ext2_iomap_ops available unconditionally
Christoph Hellwig
2021-07-26
1
-5
/
+0
|
/
*
fs: remove noop_set_page_dirty()
Matthew Wilcox (Oracle)
2021-06-29
1
-1
/
+1
*
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
2021-06-29
1
-0
/
+2
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-3
/
+4
*
stat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
acl: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
*
ext2: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-23
1
-0
/
+1
*
ext2: remove duplicate include
Wang Hai
2020-08-28
1
-1
/
+0
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
*
ext2: fix some incorrect comments in inode.c
Chengguang Xu
2020-07-09
1
-5
/
+2
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-06-05
1
-0
/
+1
|
\
|
*
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
2020-06-03
1
-0
/
+1
*
|
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-06-02
1
-6
/
+4
|
/
*
dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()
Vivek Goyal
2020-01-03
1
-2
/
+3
*
Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2019-11-30
1
-2
/
+5
|
\
|
*
ext2: check err when partial != NULL
Chengguang Xu
2019-11-05
1
-2
/
+5
*
|
iomap: use a srcmap for a read-modify-write I/O
Goldwyn Rodrigues
2019-10-21
1
-1
/
+1
|
/
*
ext2: Always brelse bh on failure in ext2_iget()
Jan Kara
2019-06-19
1
-4
/
+2
*
ext2: add missing brelse() in ext2_iget()
Chengguang Xu
2019-06-19
1
-0
/
+1
*
ext2: Fix a typo in ext2_getattr argument
Fumiya Shigemitsu
2019-06-12
1
-1
/
+1
[next]