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
2023-02-20
fs: namei: Allow follow_down() to uncover auto mounts
Richard Weinberger
2
-4
/
+8
2023-02-20
NFSD: Teach nfsd_mountpoint() auto mounts
Richard Weinberger
1
-1
/
+1
2023-02-20
debugfs: drop inline constant formatting for ERR_PTR(-ERROR)
Bagas Sanjaya
1
-1
/
+1
2023-02-19
ksmbd: fix possible memory leak in smb2_lock()
Hangyu Hua
2
-18
/
+15
2023-02-19
ext4: fix task hung in ext4_xattr_delete_inode
Baokun Li
1
-0
/
+11
2023-02-19
jbd2: fix data missing when reusing bh which is ready to be checkpointed
Zhihao Cheng
1
-21
/
+29
2023-02-19
ext4: update s_journal_inum if it changes after journal replay
Baokun Li
1
-2
/
+5
2023-02-19
ext4: fail ext4_iget if special inode unallocated
Baokun Li
1
-10
/
+8
2023-02-19
ext4: fix function prototype mismatch for ext4_feat_ktype
Kees Cook
1
-1
/
+6
2023-02-19
ext4: remove unnecessary variable initialization
XU pengfei
1
-1
/
+1
2023-02-18
ext4: fix inode tree inconsistency caused by ENOMEM
zhanchengbin
1
-1
/
+1
2023-02-18
ext4: refuse to create ea block when umounted
Jun Nie
1
-0
/
+7
2023-02-18
ext4: optimize ea_inode block expansion
Jun Nie
1
-11
/
+17
2023-02-18
ext4: remove dead code in updating backup sb
Tanmay Bhushan
1
-3
/
+0
2023-02-17
Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...
Linus Torvalds
3
-1
/
+23
2023-02-17
nilfs2: fix underflow in second superblock position calculations
Ryusuke Konishi
3
-1
/
+23
2023-02-17
Revert "NFSv4.2: Change the default KConfig value for READ_PLUS"
Anna Schumaker
1
-4
/
+4
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
9
-13
/
+49
2023-02-16
erofs: fix an error code in z_erofs_init_zip_subsystem()
Dan Carpenter
1
-1
/
+3
2023-02-16
debugfs: update comment of debugfs_rename()
Qi Zheng
1
-2
/
+2
2023-02-15
Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+1
2023-02-15
btrfs: make kobj_type structures constant
Thomas Weißschuh
1
-6
/
+6
2023-02-15
btrfs: remove the bdev argument to btrfs_rmap_block
Christoph Hellwig
3
-10
/
+4
2023-02-15
btrfs: don't rely on unchanging ->bi_bdev for zone append remaps
Christoph Hellwig
3
-26
/
+26
2023-02-15
btrfs: never return true for reads in btrfs_use_zone_append
Christoph Hellwig
1
-0
/
+3
2023-02-15
btrfs: pass a btrfs_bio to btrfs_use_append
Christoph Hellwig
4
-6
/
+7
2023-02-15
btrfs: set bbio->file_offset in alloc_new_bio
Christoph Hellwig
1
-2
/
+1
2023-02-15
btrfs: use file_offset to limit bios size in calc_bio_boundaries
Christoph Hellwig
1
-2
/
+2
2023-02-15
btrfs: do unsigned integer division in the extent buffer binary search loop
Filipe Manana
2
-7
/
+12
2023-02-15
btrfs: eliminate extra call when doing binary search on extent buffer
Filipe Manana
2
-13
/
+18
2023-02-15
btrfs: raid56: handle endio in scrub_rbio
Christoph Hellwig
1
-11
/
+7
2023-02-15
btrfs: raid56: handle endio in recover_rbio
Christoph Hellwig
1
-18
/
+9
2023-02-15
btrfs: raid56: handle endio in rmw_rbio
Christoph Hellwig
1
-20
/
+10
2023-02-15
btrfs: raid56: submit the read bios from scrub_assemble_read_bios
Christoph Hellwig
1
-23
/
+13
2023-02-15
btrfs: raid56: fold rmw_read_wait_recover into rmw_read_bios
Christoph Hellwig
1
-46
/
+23
2023-02-15
btrfs: raid56: fold recover_assemble_read_bios into recover_rbio
Christoph Hellwig
1
-40
/
+21
2023-02-15
btrfs: raid56: add a bio_list_put helper
Christoph Hellwig
1
-28
/
+16
2023-02-15
btrfs: raid56: wait for I/O completion in submit_read_bios
Christoph Hellwig
1
-7
/
+6
2023-02-15
btrfs: raid56: simplify code flow in rmw_rbio
Christoph Hellwig
1
-15
/
+13
2023-02-15
btrfs: raid56: simplify error handling and code flow in raid56_parity_write
Christoph Hellwig
1
-22
/
+15
2023-02-15
btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write...
Josef Bacik
1
-9
/
+3
2023-02-15
btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirty
Josef Bacik
3
-18
/
+19
2023-02-15
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
8
-22
/
+22
2023-02-15
btrfs: do not increment dirty_metadata_bytes in set_btree_ioerr
Josef Bacik
1
-7
/
+0
2023-02-15
btrfs: replace clearing extent buffer dirty bit with btrfs_clean_block
Josef Bacik
2
-23
/
+20
2023-02-15
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
8
-27
/
+29
2023-02-15
btrfs: always lock the block before calling btrfs_clean_tree_block
Josef Bacik
1
-2
/
+1
2023-02-15
iomap: remove IOMAP_F_ZONE_APPEND
Christoph Hellwig
1
-8
/
+2
2023-02-15
btrfs: split zone append bios in btrfs_submit_bio
Christoph Hellwig
7
-200
/
+64
2023-02-15
btrfs: calculate file system wide queue limit for zoned mode
Christoph Hellwig
3
-28
/
+30
[prev]
[next]