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-09-09
fs: add must_set_pos()
Christian Brauner
1
-0
/
+54
2024-09-09
fs: add vfs_setpos_cookie()
Christian Brauner
1
-6
/
+25
2024-09-09
ceph: remove unused f_version
Christian Brauner
1
-1
/
+0
2024-09-09
proc: fold kmalloc() + strcpy() into kmemdup()
Alexey Dobriyan
1
-2
/
+2
2024-09-09
proc: Fix typo in the comment
Yan Zhen
2
-2
/
+2
2024-09-09
parisc: Fix stack start for ADDR_NO_RANDOMIZE personality
Helge Deller
1
-1
/
+2
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
1
-1
/
+1
2024-09-08
ovl: fail if trusted xattrs are needed but caller lacks permission
Mike Baynton
1
-5
/
+33
2024-09-06
Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
6
-13
/
+70
2024-09-06
f2fs: get rid of page->index
Chao Yu
6
-12
/
+15
2024-09-06
f2fs: convert read_node_page() to use folio
Chao Yu
1
-4
/
+5
2024-09-06
f2fs: convert __write_node_page() to use folio
Chao Yu
1
-9
/
+10
2024-09-06
f2fs: convert f2fs_write_data_page() to use folio
Chao Yu
1
-4
/
+5
2024-09-06
f2fs: convert f2fs_do_write_data_page() to use folio
Chao Yu
1
-13
/
+13
2024-09-06
f2fs: convert f2fs_set_compressed_page() to use folio
Chao Yu
1
-3
/
+5
2024-09-06
f2fs: convert f2fs_write_end() to use folio
Chao Yu
1
-6
/
+7
2024-09-06
f2fs: convert f2fs_write_begin() to use folio
Chao Yu
1
-21
/
+23
2024-09-06
f2fs: convert f2fs_submit_page_read() to use folio
Chao Yu
1
-6
/
+6
2024-09-06
f2fs: convert f2fs_handle_page_eio() to use folio
Chao Yu
3
-4
/
+6
2024-09-06
f2fs: convert f2fs_read_multi_pages() to use folio
Chao Yu
1
-12
/
+16
2024-09-06
f2fs: convert __f2fs_write_meta_page() to use folio
Chao Yu
1
-6
/
+7
2024-09-06
f2fs: convert f2fs_do_write_meta_page() to use folio
Chao Yu
3
-9
/
+9
2024-09-06
f2fs: convert f2fs_write_single_data_page() to use folio
Chao Yu
3
-16
/
+18
2024-09-06
f2fs: convert f2fs_write_inline_data() to use folio
Chao Yu
4
-8
/
+8
2024-09-06
f2fs: convert f2fs_clear_page_cache_dirty_tag() to use folio
Chao Yu
5
-6
/
+5
2024-09-06
f2fs: convert f2fs_vm_page_mkwrite() to use folio
Chao Yu
1
-16
/
+16
2024-09-06
f2fs: convert f2fs_compress_ctx_add_page() to use folio
Chao Yu
3
-10
/
+10
2024-09-06
libfs: fix get_stashed_dentry()
Christian Brauner
1
-3
/
+3
2024-09-06
affs: Replace one-element array with flexible-array member
Thorsten Blum
1
-1
/
+2
2024-09-06
affs: Remove unused macros GET_END_PTR, AFFS_GET_HASHENTRY
Thorsten Blum
1
-2
/
+0
2024-09-06
orangefs: Constify struct kobj_type
Huang Xiaojia
1
-7
/
+7
2024-09-05
Merge tag 'trace-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2024-09-05
eventfs: Use list_del_rcu() for SRCU protected list variable
Steven Rostedt
1
-1
/
+1
2024-09-05
fs/pipe: Correct imprecise wording in comment
Kienan Stewart
1
-1
/
+1
2024-09-05
fhandle: expose u64 mount id to name_to_handle_at(2)
Aleksa Sarai
1
-7
/
+22
2024-09-05
netfs: Use bh-disabling spinlocks for rreq->lock
David Howells
2
-4
/
+4
2024-09-05
netfs: Set the request work function upon allocation
David Howells
4
-5
/
+10
2024-09-05
netfs: Remove NETFS_COPY_TO_CACHE
David Howells
1
-2
/
+1
2024-09-05
netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
David Howells
6
-23
/
+27
2024-09-05
netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
David Howells
3
-11
/
+9
2024-09-05
netfs: Reduce number of conditional branches in netfs_perform_write()
David Howells
1
-165
/
+134
2024-09-05
netfs: Record contention stats for writeback lock
David Howells
3
-3
/
+14
2024-09-05
netfs: Adjust labels in /proc/fs/netfs/stats
David Howells
1
-8
/
+8
2024-09-05
cachefiles: Fix non-taking of sb_writers around set/removexattr
David Howells
1
-8
/
+26
2024-09-04
Merge tag 'bcachefs-2024-09-04' of git://evilpiepirate.org/bcachefs
Linus Torvalds
4
-3
/
+10
2024-09-04
Merge tag 'for-6.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-23
/
+42
2024-09-04
Merge tag 'v6.11-rc6-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-2
/
+8
2024-09-04
Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2024-09-04
Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-16
/
+72
2024-09-04
jfs: Fix uninit-value access of new_ea in ea_buffer
Zhao Mengmeng
1
-0
/
+2
[prev]
[next]