index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-30
xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
Christoph Hellwig
1
-5
/
+10
2024-04-30
xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate
Christoph Hellwig
1
-5
/
+0
2024-04-30
xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate
Christoph Hellwig
1
-14
/
+18
2024-04-30
xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write
Christoph Hellwig
1
-6
/
+3
2024-04-30
xfs: lift a xfs_valid_startblock into xfs_bmapi_allocate
Christoph Hellwig
1
-6
/
+5
2024-04-30
xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate
Christoph Hellwig
1
-3
/
+0
2024-04-30
xfs: fix error returns from xfs_bmapi_write
Christoph Hellwig
10
-74
/
+57
2024-04-29
Merge tag 'nfsd-6.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+1
2024-04-29
Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+6
2024-04-29
Merge tag 'bcachefs-2024-04-29' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
4
-5
/
+7
2024-04-29
f2fs: zone: fix to don't trigger OPU on pinfile for direct IO
Chao Yu
1
-2
/
+3
2024-04-29
f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
Chao Yu
1
-0
/
+6
2024-04-29
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
4
-6
/
+15
2024-04-29
f2fs: remove redundant parameter in is_next_segment_free()
Yifan Zhao
1
-3
/
+2
2024-04-29
Merge tag 'erofs-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-77
/
+56
2024-04-29
netfs: Use subreq_counter to allocate subreq debug_index values
David Howells
3
-6
/
+3
2024-04-29
netfs: Make netfs_io_request::subreq_counter an atomic_t
David Howells
1
-1
/
+1
2024-04-29
netfs: Remove deprecated use of PG_private_2 as a second writeback flag
David Howells
3
-169
/
+2
2024-04-29
mm: Remove the PG_fscache alias for PG_private_2
David Howells
8
-25
/
+26
2024-04-29
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
11
-85
/
+107
2024-04-29
netfs: Update i_blocks when write committed to pagecache
David Howells
1
-11
/
+34
2024-04-29
xfs: convert delayed extents to unwritten when zeroing post eof blocks
Zhang Yi
1
-0
/
+29
2024-04-29
xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
Zhang Yi
2
-42
/
+46
2024-04-29
xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
Zhang Yi
1
-2
/
+4
2024-04-29
xfs: match lock mode in xfs_buffered_write_iomap_begin()
Zhang Yi
1
-5
/
+5
2024-04-29
gfs2: Convert gfs2_page_mkwrite() to use a folio
Matthew Wilcox (Oracle)
1
-29
/
+30
2024-04-29
gfs2: gfs2_freeze_unlock cleanup
Andreas Gruenbacher
4
-11
/
+11
2024-04-28
bcachefs: fix integer conversion bug
Kent Overstreet
1
-1
/
+1
2024-04-28
bcachefs: btree node scan now fills in sectors_written
Kent Overstreet
2
-2
/
+6
2024-04-28
bcachefs: Remove accidental debug assert
Kent Overstreet
1
-2
/
+0
2024-04-28
ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()
Namjae Jeon
1
-2
/
+2
2024-04-28
erofs: reliably distinguish block based and fscache mode
Christian Brauner
1
-6
/
+2
2024-04-28
erofs: get rid of erofs_fs_context
Baokun Li
2
-70
/
+53
2024-04-28
erofs: modify the error message when prepare_ondemand_read failed
Hongbo Li
1
-1
/
+1
2024-04-27
Merge tag '6.9-rc5-cifs-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-4
/
+9
2024-04-26
Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-5
/
+2
2024-04-26
Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-20
/
+120
2024-04-26
netfs: Fix the pre-flush when appending to a file in writethrough mode
David Howells
1
-7
/
+6
2024-04-26
fs: Create anon_inode_getfile_fmode()
Dawid Osuchowski
1
-0
/
+33
2024-04-26
xfs: refactor dir format helpers
Christoph Hellwig
6
-150
/
+105
2024-04-26
xfs: factor out a xfs_dir_replace_args helper
Christoph Hellwig
3
-41
/
+28
2024-04-26
xfs: factor out a xfs_dir_removename_args helper
Christoph Hellwig
3
-42
/
+27
2024-04-26
xfs: factor out a xfs_dir_createname_args helper
Christoph Hellwig
3
-43
/
+30
2024-04-26
xfs: factor out a xfs_dir_lookup_args helper
Christoph Hellwig
3
-60
/
+43
2024-04-25
nilfs2: add kernel-doc comments to nilfs_remove_all_gcinodes()
Yang Li
1
-0
/
+1
2024-04-25
nilfs2: add kernel-doc comments to nilfs_btree_convert_and_insert()
Yang Li
1
-7
/
+16
2024-04-25
nilfs2: add kernel-doc comments to nilfs_do_roll_forward()
Yang Li
1
-0
/
+1
2024-04-25
ocfs2: use coarse time for new created files
Su Yue
1
-1
/
+1
2024-04-25
ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_link
Su Yue
1
-0
/
+2
2024-04-25
ocfs2: fix races between hole punching and AIO+DIO
Su Yue
1
-0
/
+2
[prev]
[next]