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
2022-03-25
Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2022-03-25
[smb3] move more common protocol header definitions to smbfs_common
Steve French
5
-206
/
+112
2022-03-25
fs/iomap: Fix buffered write page prefaulting
Andreas Gruenbacher
1
-1
/
+1
2022-03-25
io_uring: fix put_kbuf without proper locking
Pavel Begunkov
1
-1
/
+12
2022-03-25
io_uring: fix invalid flags for io_put_kbuf()
Pavel Begunkov
1
-1
/
+3
2022-03-25
io_uring: improve req fields comments
Pavel Begunkov
1
-1
/
+2
2022-03-25
io_uring: enable EPOLLEXCLUSIVE for accept poll
Dylan Yudaken
1
-1
/
+4
2022-03-24
Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
16
-368
/
+569
2022-03-24
Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
26
-211
/
+343
2022-03-24
Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...
Linus Torvalds
1
-1
/
+1
2022-03-24
io_uring: improve task work cache utilization
Jens Axboe
1
-1
/
+5
2022-03-24
gfs2: Make sure not to return short direct writes
Andreas Gruenbacher
1
-1
/
+1
2022-03-24
gfs2: Remove dead code in gfs2_file_read_iter
Andreas Gruenbacher
1
-6
/
+3
2022-03-24
gfs2: Fix gfs2_file_buffered_write endless loop workaround
Andreas Gruenbacher
1
-0
/
+1
2022-03-24
io_uring: fix async accept on O_NONBLOCK sockets
Dylan Yudaken
1
-3
/
+0
2022-03-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-33
/
+36
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
8
-14
/
+14
2022-03-24
Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
1
-2
/
+18
2022-03-24
Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...
Linus Torvalds
1
-70
/
+78
2022-03-24
btrfs: prevent subvol with swapfile from being deleted
Kaiwen Hu
1
-0
/
+22
2022-03-24
btrfs: do not warn for free space inode in cow_file_range
Josef Bacik
1
-1
/
+0
2022-03-24
btrfs: avoid defragging extents whose next extents are not targets
Qu Wenruo
1
-6
/
+14
2022-03-24
btrfs: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
1
-2
/
+11
2022-03-24
btrfs: remove device item and update super block in the same transaction
Qu Wenruo
1
-37
/
+28
2022-03-24
NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error
Olga Kornievskaia
1
-0
/
+1
2022-03-24
NFS: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-7
/
+6
2022-03-24
io_uring: remove IORING_CQE_F_MSG
Jens Axboe
1
-2
/
+1
2022-03-23
fat: use pointer to simple type in put_user()
Helge Deller
1
-1
/
+1
2022-03-23
minix: fix bug when opening a file with O_DIRECT
Qinghua Jin
1
-1
/
+2
2022-03-23
fs/pipe.c: local vars have to match types of proper pipe_inode_info fields
Andrei Vagin
1
-2
/
+2
2022-03-23
fs/pipe: use kvcalloc to allocate a pipe_buffer array
Andrei Vagin
1
-5
/
+4
2022-03-23
proc/vmcore: fix vmcore_alloc_buf() kernel-doc comment
Yang Li
1
-1
/
+1
2022-03-23
proc/vmcore: fix possible deadlock on concurrent mmap and read
David Hildenbrand
1
-19
/
+22
2022-03-23
proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinks
Hao Lee
1
-4
/
+4
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+0
2022-03-23
io_uring: add flag for disabling provided buffer recycling
Jens Axboe
1
-0
/
+8
2022-03-23
io_uring: ensure recv and recvmsg handle MSG_WAITALL correctly
Jens Axboe
1
-0
/
+28
2022-03-23
btrfs: fix qgroup reserve overflow the qgroup limit
Ethan Lien
1
-1
/
+1
2022-03-23
btrfs: zoned: remove left over ASSERT checking for single profile
Johannes Thumshirn
1
-4
/
+0
2022-03-23
btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zone
Johannes Thumshirn
1
-4
/
+5
2022-03-23
cifs: fix incorrect use of list iterator after the loop
Xiaomeng Tong
1
-2
/
+4
2022-03-23
ksmbd: store fids as opaque u64 integers
Paulo Alcantara
2
-72
/
+56
2022-03-23
cifs: fix bad fids sent over wire
Paulo Alcantara
4
-53
/
+46
2022-03-23
cifs: change smb2_query_info_compound to use a cached fid, if available
Ronnie Sahlberg
1
-10
/
+35
2022-03-23
cifs: convert the path to utf16 in smb2_query_info_compound
Ronnie Sahlberg
2
-12
/
+13
2022-03-23
gfs2: Minor retry logic cleanup
Andreas Gruenbacher
1
-18
/
+16
2022-03-23
gfs2: Disable page faults during lockless buffered reads
Andreas Gruenbacher
1
-1
/
+3
2022-03-23
gfs2: Fix should_fault_in_pages() logic
Andreas Gruenbacher
1
-8
/
+9
2022-03-23
fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpage
Christoph Hellwig
1
-4
/
+2
2022-03-23
io_uring: don't recycle provided buffer if punted to async worker
Jens Axboe
1
-3
/
+8
[prev]
[next]