index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-29
Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggy
Linus Torvalds
4
-1
/
+22
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+6
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-06-23
FS: JFS: Check for read-only mounted filesystem in txBegin
Immad Mir
1
-0
/
+5
2023-06-23
FS: JFS: Fix null-ptr-deref Read in txBegin
Immad Mir
1
-0
/
+5
2023-06-22
fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev
Yogesh
1
-0
/
+3
2023-06-20
fs: jfs: (trivial) Fix typo in dbInitTree function
Wonguk Lee
1
-1
/
+1
2023-06-20
jfs: jfs_dmap: Validate db_l2nbperpage while mounting
Siddh Raman Pant
2
-0
/
+8
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-3
/
+3
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-1
/
+1
2023-06-02
jfs: Use unsigned variable for length calculations
Kees Cook
1
-3
/
+3
2023-05-31
jfs: logmgr: use __bio_add_page to add single page to bio
Johannes Thumshirn
1
-2
/
+2
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
2023-04-24
Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+34
2023-03-12
mm,jfs: move write_one_page/folio_write_one to jfs
Christoph Hellwig
1
-5
/
+34
2023-03-06
fs: drop unused posix acl handlers
Christian Brauner
1
-4
/
+0
2023-03-01
Merge tag 'jfs-6.3' of https://github.com/kleikamp/linux-shaggy
Linus Torvalds
1
-1
/
+2
2023-02-20
Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2023-01-26
fs: build the legacy direct I/O code conditionally
Christoph Hellwig
1
-0
/
+1
2023-01-19
quota: port to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port acl to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
3
-3
/
+3
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2
-6
/
+6
2023-01-03
fs/jfs: fix shift exponent db_agl2size negative
Liu Shixin via Jfs-discussion
1
-1
/
+2
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+1
2022-12-12
Merge tag 'jfs-6.2' of https://github.com/kleikamp/linux-shaggy
Linus Torvalds
9
-22
/
+31
2022-12-11
jfs: remove ->writepage
Christoph Hellwig
1
-6
/
+1
2022-11-10
jfs: makes diUnmount/diMount in jfs_mount_rw atomic
Oleg Kanatov
2
-1
/
+5
2022-11-10
jfs: Fix a typo in function jfs_umount
Oleg Kanatov
1
-1
/
+1
2022-10-27
fs: jfs: fix shift-out-of-bounds in dbDiscardAG
Hoi Pok Wu
1
-0
/
+5
2022-10-27
jfs: Fix fortify moan in symlink
Dr. David Alan Gilbert
1
-1
/
+1
2022-10-20
fs: rename current get acl method
Christian Brauner
2
-2
/
+2
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
3
-3
/
+4
2022-10-18
jfs: remove redundant assignments to ipaimap and ipaimap2
Colin Ian King
1
-2
/
+0
2022-10-18
jfs: remove unused declarations for jfs
Gaosheng Cui
2
-6
/
+0
2022-10-18
fs/jfs/jfs_xattr.h: Fix spelling typo in comment
Jiangshan Yi
1
-1
/
+1
2022-10-18
fs/jfs: replace ternary operator with min_t()
Jiangshan Yi
1
-4
/
+2
2022-10-18
fs: jfs: fix shift-out-of-bounds in dbAllocAG
Dongliang Mu
1
-6
/
+16
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2
-4
/
+16
2022-08-02
jfs: stop using the nobh helper
Christoph Hellwig
1
-3
/
+15
2022-06-29
jfs: Remove check for PageUptodate
Matthew Wilcox (Oracle)
1
-1
/
+1
[next]