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-06-05
init: improve the name_to_dev_t interface
Christoph Hellwig
1
-2
/
+2
2023-06-05
ext4: wire up the ->mark_dead holder operation for log devices
Christoph Hellwig
1
-1
/
+10
2023-06-05
ext4: wire up sops->shutdown
Christoph Hellwig
1
-0
/
+6
2023-06-05
ext4: split ext4_shutdown
Christoph Hellwig
2
-9
/
+16
2023-06-05
xfs: wire up the ->mark_dead holder operation for log and RT devices
Christoph Hellwig
1
-1
/
+12
2023-06-05
xfs: wire up sops->shutdown
Christoph Hellwig
3
-1
/
+14
2023-06-05
fs: add a method to shut down the file system
Christoph Hellwig
1
-2
/
+19
2023-06-05
block: introduce holder ops
Christoph Hellwig
12
-18
/
+21
2023-06-01
fs: iomap: use bio_add_folio_nofail where possible
Johannes Thumshirn
1
-3
/
+3
2023-05-31
zonefs: use __bio_add_page for adding single page to bio
Johannes Thumshirn
1
-1
/
+1
2023-05-31
gfs2: use __bio_add_page for adding single page to bio
Johannes Thumshirn
1
-1
/
+1
2023-05-31
jfs: logmgr: use __bio_add_page to add single page to bio
Johannes Thumshirn
1
-2
/
+2
2023-05-31
fs: buffer: use __bio_add_page to add single page to bio
Johannes Thumshirn
1
-2
/
+1
2023-05-31
block: Use iov_iter_extract_pages() and page pinning in direct-io.c
David Howells
1
-29
/
+43
2023-05-24
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
2
-1
/
+2
2023-05-24
iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
David Howells
1
-1
/
+1
2023-05-24
Merge branch 'for-6.5/splice' into for-6.5/block
Jens Axboe
57
-159
/
+521
2023-05-24
splice: kdoc for filemap_splice_read() and copy_splice_read()
David Howells
1
-2
/
+19
2023-05-24
splice: Remove generic_file_splice_read()
David Howells
1
-43
/
+0
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
36
-38
/
+38
2023-05-24
cifs: Use filemap_splice_read()
David Howells
3
-23
/
+4
2023-05-24
zonefs: Provide a splice-read wrapper
David Howells
1
-1
/
+39
2023-05-24
xfs: Provide a splice-read wrapper
David Howells
2
-2
/
+30
2023-05-24
orangefs: Provide a splice-read wrapper
David Howells
1
-1
/
+21
2023-05-24
ocfs2: Provide a splice-read wrapper
David Howells
2
-2
/
+42
2023-05-24
ntfs3: Provide a splice-read wrapper
David Howells
1
-1
/
+30
2023-05-24
nfs: Provide a splice-read wrapper
David Howells
3
-2
/
+25
2023-05-24
f2fs: Provide a splice-read wrapper
David Howells
1
-8
/
+35
2023-05-24
ext4: Provide a splice-read wrapper
David Howells
1
-1
/
+12
2023-05-24
ecryptfs: Provide a splice-read wrapper
David Howells
1
-1
/
+26
2023-05-24
ceph: Provide a splice-read wrapper
David Howells
1
-1
/
+64
2023-05-24
afs: Provide a splice-read wrapper
David Howells
1
-1
/
+19
2023-05-24
9p: Add splice_read wrapper
David Howells
1
-2
/
+24
2023-05-24
tty, proc, kernfs, random: Use copy_splice_read()
David Howells
4
-7
/
+7
2023-05-24
coda: Implement splice-read
David Howells
1
-1
/
+28
2023-05-24
overlayfs: Implement splice-read
David Howells
1
-1
/
+22
2023-05-24
splice: Make splice from a DAX file use copy_splice_read()
David Howells
1
-3
/
+3
2023-05-24
splice: Make splice from an O_DIRECT fd use copy_splice_read()
David Howells
1
-0
/
+6
2023-05-24
splice: Check for zero count in vfs_splice_read()
David Howells
1
-0
/
+2
2023-05-24
splice: Make do_splice_to() generic and export it
David Howells
1
-7
/
+20
2023-05-24
splice: Clean up copy_splice_read() a bit
David Howells
1
-12
/
+7
2023-05-24
splice: Rename direct_splice_read() to copy_splice_read()
David Howells
3
-9
/
+8
2023-05-19
fs: remove the special !CONFIG_BLOCK def_blk_fops
Christoph Hellwig
3
-28
/
+4
2023-05-13
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
13
-104
/
+269
2023-05-13
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
1
-1
/
+1
2023-05-13
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
1
-1
/
+11
2023-05-13
ext4: add indication of ro vs r/w mounts in the mount message
Theodore Ts'o
1
-4
/
+6
2023-05-13
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
1
-1
/
+2
2023-05-13
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
1
-3
/
+10
2023-05-13
ext4: improve error handling from ext4_dirhash()
Theodore Ts'o
2
-17
/
+42
[next]