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-15
btrfs: remove now spurious bio submission helpers
Christoph Hellwig
5
-39
/
+10
2023-02-15
btrfs: remove the fs_info argument to btrfs_submit_bio
Christoph Hellwig
5
-18
/
+14
2023-02-15
btrfs: open code submit_encoded_read_bio
Christoph Hellwig
1
-20
/
+3
2023-02-15
btrfs: remove struct btrfs_io_geometry
Christoph Hellwig
2
-101
/
+31
2023-02-15
btrfs: remove stripe boundary calculation for encoded I/O
Qu Wenruo
1
-23
/
+2
2023-02-15
btrfs: remove stripe boundary calculation for compressed I/O
Qu Wenruo
1
-97
/
+33
2023-02-15
btrfs: remove stripe boundary calculation for buffered I/O
Qu Wenruo
1
-52
/
+19
2023-02-15
btrfs: pass the iomap bio to btrfs_submit_bio
Christoph Hellwig
3
-153
/
+36
2023-02-15
btrfs: allow btrfs_submit_bio to split bios
Christoph Hellwig
2
-18
/
+93
2023-02-15
btrfs: support cloned bios in btree_csum_one_bio
Christoph Hellwig
3
-10
/
+8
2023-02-15
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
7
-49
/
+23
2023-02-15
btrfs: handle checksum generation in the storage layer
Christoph Hellwig
5
-261
/
+183
2023-02-15
btrfs: simplify the btrfs_csum_one_bio calling convention
Christoph Hellwig
7
-25
/
+22
2023-02-15
btrfs: open code the submit_bio_start helpers
Christoph Hellwig
4
-56
/
+23
2023-02-15
btrfs: remove struct btrfs_bio::is_metadata flag
Christoph Hellwig
2
-11
/
+1
2023-02-15
btrfs: rename btrfs_bio::iter field
Christoph Hellwig
2
-8
/
+11
2023-02-15
btrfs: remove the io_failure_record infrastructure
Christoph Hellwig
5
-315
/
+0
2023-02-15
btrfs: remove struct btrfs_bio::device field
Christoph Hellwig
2
-7
/
+5
2023-02-15
btrfs: remove now unused checksumming helpers
Christoph Hellwig
2
-113
/
+16
2023-02-15
btrfs: remove btrfs_bio_for_each_sector
Christoph Hellwig
1
-16
/
+0
2023-02-15
btrfs: open code btrfs_bio_free_csum
Christoph Hellwig
2
-11
/
+2
2023-02-15
btrfs: handle checksum validation and repair at the storage layer
Christoph Hellwig
4
-234
/
+202
2023-02-15
btrfs: add a btrfs_data_csum_ok helper
Christoph Hellwig
2
-0
/
+40
2023-02-15
btrfs: pre-load data checksum for reads in btrfs_submit_bio
Christoph Hellwig
3
-32
/
+10
2023-02-15
btrfs: save the bio iter for checksum validation in common code
Christoph Hellwig
4
-13
/
+4
2023-02-15
btrfs: refactor error handling in btrfs_submit_bio
Christoph Hellwig
1
-9
/
+15
2023-02-15
btrfs: simplify parameters of btrfs_lookup_bio_sums
Christoph Hellwig
4
-37
/
+25
2023-02-15
btrfs: remove the direct I/O read checksum lookup optimization
Christoph Hellwig
1
-27
/
+5
2023-02-15
btrfs: add a btrfs_inode pointer to struct btrfs_bio
Christoph Hellwig
5
-9
/
+19
2023-02-15
btrfs: better document struct btrfs_bio
Christoph Hellwig
1
-5
/
+4
2023-02-15
btrfs: raid56: reduce overhead to calculate the bio length
Qu Wenruo
1
-2
/
+1
2023-02-15
btrfs: fix spelling mistakes found using codespell
Colin Ian King
9
-16
/
+16
2023-02-15
btrfs: skip backref walking during fiemap if we know the leaf is shared
Filipe Manana
1
-1
/
+20
2023-02-15
btrfs: assert commit root semaphore is held when accessing backref cache
Filipe Manana
1
-2
/
+10
2023-02-15
btrfs: hold block group refcount during async discard
Boris Burkov
1
-3
/
+38
2023-02-15
btrfs: send: cache utimes operations for directories if possible
Filipe Manana
3
-6
/
+117
2023-02-15
btrfs: send: update size of roots array for backref cache entries
Filipe Manana
1
-7
/
+8
2023-02-15
btrfs: send: use the lru cache to implement the name cache
Filipe Manana
1
-141
/
+27
2023-02-15
f2fs: drop unnecessary arg for f2fs_ioc_*()
Yangtao Li
1
-8
/
+8
2023-02-15
f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()"
Jaegeuk Kim
1
-2
/
+7
2023-02-15
fs/nfs: Replace kmap_atomic() with kmap_local_page() in dir.c
Fabio M. De Francesco
1
-14
/
+14
2023-02-15
pNFS/filelayout: treat GETDEVICEINFO errors as layout failure
Olga Kornievskaia
2
-1
/
+3
2023-02-15
nfs42: do not fail with EIO if ssc returns NFS4ERR_OFFLOAD_DENIED
Tigran Mkrtchyan
1
-1
/
+2
2023-02-15
NFS: fix disabling of swap
NeilBrown
1
-1
/
+3
2023-02-15
ksmbd: do not allow the actual frame length to be smaller than the rfc1002 le...
Namjae Jeon
1
-11
/
+10
2023-02-15
ksmbd: fix wrong data area length for smb2 lock request
Namjae Jeon
1
-7
/
+3
2023-02-15
ksmbd: Fix parameter name and comment mismatch
Jiapeng Chong
1
-3
/
+3
2023-02-14
ext4: dio take shared inode lock when overwriting preallocated blocks
Zhang Yi
1
-12
/
+22
2023-02-14
xfs: fix uninitialized variable access
Darrick J. Wong
1
-0
/
+1
2023-02-15
erofs: unify anonymous inodes for blob
Jingbo Xu
3
-56
/
+38
[prev]
[next]