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
/
jfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggy
Linus Torvalds
2022-03-29
2
-1
/
+9
|
\
|
*
jfs: prevent NULL deref in diFree
Haimin Zhang
2022-03-22
1
-1
/
+2
|
*
jfs: fix divide error in dbNextAG
Pavel Skripkin
2022-03-22
1
-0
/
+7
*
|
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
2
-8
/
+9
|
\
\
|
*
|
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
2022-03-16
1
-1
/
+1
|
*
|
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-1
/
+1
|
*
|
jfs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-6
/
+6
|
*
|
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-0
/
+1
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-1
/
+1
|
|
/
*
/
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
2
-15
/
+5
|
/
*
Merge tag 'jfs-5.16' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2021-11-03
1
-29
/
+22
|
\
|
*
JFS: fix memleak in jfs_mount
Dongliang Mu
2021-09-23
1
-29
/
+22
*
|
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
2
-6
/
+4
|
\
\
|
*
|
jfs: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
2
-4
/
+2
|
*
|
jfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
2
-2
/
+2
|
|
/
*
/
mm/writeback: Add folio_redirty_for_writepage()
Matthew Wilcox (Oracle)
2021-10-18
1
-0
/
+1
|
/
*
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2021-08-18
2
-2
/
+5
*
Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2021-07-02
8
-15
/
+30
|
\
|
*
jfs: Avoid field-overflowing memcpy()
Kees Cook
2021-06-23
4
-9
/
+24
|
*
jfs: remove unnecessary oom message
Zhen Lei
2021-06-23
1
-3
/
+1
|
*
jfs: fix GPF in diFree
Pavel Skripkin
2021-06-23
1
-1
/
+2
|
*
fs/jfs: Fix missing error code in lmLogInit()
Jiapeng Chong
2021-06-01
1
-0
/
+1
|
*
jfs: Remove trailing semicolon in macros
Huilong Deng
2021-05-21
1
-1
/
+1
|
*
fs: Fix typo issue
zuoqilin
2021-05-21
1
-1
/
+1
*
|
mm: require ->set_page_dirty to be explicitly wired up
Christoph Hellwig
2021-06-29
1
-0
/
+1
|
/
*
jfs: convert to fileattr
Miklos Szeredi
2021-04-12
5
-85
/
+49
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2021-02-27
1
-1
/
+0
|
\
|
*
fs/inode.c: make inode_init_always() initialize i_ino to 0
Eric Biggers
2021-01-04
1
-1
/
+0
*
|
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
8
-20
/
+26
|
\
\
|
*
|
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
5
-14
/
+18
|
*
|
acl: handle idmapped mounts
Christian Brauner
2021-01-24
3
-2
/
+4
|
*
|
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
|
*
|
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
2
-2
/
+2
|
|
/
*
|
fs/jfs: fix potential integer overflow on shift of a int
Colin Ian King
2021-02-11
1
-1
/
+1
*
|
jfs: turn diLog(), dataLog() and txLog() into void functions
Yang Li
2021-02-08
1
-19
/
+16
*
|
JFS: more checks for invalid superblock
Randy Dunlap
2020-12-18
2
-0
/
+11
|
/
*
jfs: Fix array index bounds check in dbAdjTree
Dave Kleikamp
2020-11-13
1
-1
/
+1
*
jfs: Fix memleak in dbAdjCtl
Dinghao Liu
2020-11-13
1
-2
/
+6
*
jfs: delete duplicated words + other fixes
Randy Dunlap
2020-11-13
6
-6
/
+6
*
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
2020-09-21
1
-1
/
+1
*
block: move struct block_device to blk_types.h
Christoph Hellwig
2020-06-24
2
-0
/
+2
*
Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2020-06-02
2
-3
/
+3
|
\
|
*
jfs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-09
2
-3
/
+3
*
|
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-06-02
1
-4
/
+3
|
/
*
Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2020-02-05
1
-1
/
+0
|
\
|
*
jfs: remove unused MAXL2PAGES
Alex Shi
2020-01-21
1
-1
/
+0
*
|
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-7
/
+7
|
/
*
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...
Linus Torvalds
2019-09-19
1
-0
/
+2
|
\
|
*
fs: Fill in max and min timestamps in superblock
Deepa Dinamani
2019-08-30
1
-0
/
+2
[next]