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
2020-10-10
io_uring: improve submit_state.ios_left accounting
Pavel Begunkov
1
-5
/
+5
2020-10-10
io_uring: simplify io_file_get()
Pavel Begunkov
1
-16
/
+14
2020-10-10
io_uring: kill extra check in fixed io_file_get()
Pavel Begunkov
1
-2
/
+1
2020-10-10
io_uring: clean up ->files grabbing
Pavel Begunkov
1
-39
/
+13
2020-10-10
io_uring: don't io_prep_async_work() linked reqs
Pavel Begunkov
1
-3
/
+0
2020-10-09
f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode
Chao Yu
1
-0
/
+3
2020-10-09
io_uring: Convert advanced XArray uses to the normal API
Matthew Wilcox (Oracle)
1
-12
/
+2
2020-10-09
io_uring: Fix XArray usage in io_uring_add_task_file
Matthew Wilcox (Oracle)
1
-12
/
+9
2020-10-09
io_uring: Fix use of XArray in __io_uring_files_cancel
Matthew Wilcox (Oracle)
1
-14
/
+5
2020-10-09
fuse: implement crossmounts
Max Reitz
4
-3
/
+105
2020-10-09
NFSv4: Use the net namespace uniquifier if it is set
Trond Myklebust
1
-4
/
+17
2020-10-09
NFSv4: Clean up initialisation of uniquified client id strings
Trond Myklebust
1
-41
/
+34
2020-10-08
f2fs: reject CASEFOLD inode flag without casefold feature
Eric Biggers
1
-0
/
+7
2020-10-08
f2fs: fix memory alignment to support 32bit
Jaegeuk Kim
1
-1
/
+1
2020-10-08
io_uring: fix break condition for __io_uring_register() waiting
Jens Axboe
1
-3
/
+3
2020-10-09
erofs: remove unnecessary enum entries
Chengguang Xu
1
-2
/
+0
2020-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-31
/
+82
2020-10-08
Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-22
/
+12
2020-10-08
afs: Fix deadlock between writeback and truncate
David Howells
3
-9
/
+50
2020-10-08
direct-io: defer alignment check until after the EOF check
Gabriel Krisman Bertazi
1
-8
/
+8
2020-10-08
direct-io: don't force writeback for reads beyond EOF
Gabriel Krisman Bertazi
1
-13
/
+11
2020-10-08
direct-io: clean up error paths of do_blockdev_direct_IO
Gabriel Krisman Bertazi
1
-21
/
+14
2020-10-08
io_uring: no need to call xa_destroy() on empty xarray
Jens Axboe
1
-1
/
+0
2020-10-07
9P: Cast to loff_t before multiplying
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-10-07
io_uring: batch account ->req_issue and task struct references
Jens Axboe
1
-2
/
+5
2020-10-07
NFS: Decode a full READ_PLUS reply
Anna Schumaker
1
-17
/
+19
2020-10-07
NFS: Add READ_PLUS hole segment decoding
Anna Schumaker
1
-1
/
+25
2020-10-07
NFS: Add READ_PLUS data segment support
Anna Schumaker
4
-3
/
+184
2020-10-07
NFS: Use xdr_page_pos() in NFSv4 decode_getacl()
Anna Schumaker
1
-5
/
+1
2020-10-07
xfs: fix the indent in xfs_trans_mod_dquot
Kaixu Xia
1
-28
/
+15
2020-10-07
xfs: do the ASSERT for the arguments O_{u,g,p}dqpp
Kaixu Xia
1
-0
/
+3
2020-10-07
xfs: fix deadlock and streamline xfs_getfsmap performance
Darrick J. Wong
3
-71
/
+124
2020-10-07
xfs: limit entries returned when counting fsmap records
Darrick J. Wong
1
-0
/
+3
2020-10-07
xfs: only relog deferred intent items if free space in the log gets low
Darrick J. Wong
1
-0
/
+16
2020-10-07
xfs: expose the log push threshold
Darrick J. Wong
2
-10
/
+32
2020-10-07
xfs: periodically relog deferred intent items
Darrick J. Wong
9
-0
/
+168
2020-10-07
xfs: change the order in which child and parent defer ops are finished
Darrick J. Wong
1
-1
/
+10
2020-10-07
xfs: fix an incore inode UAF in xfs_bui_recover
Darrick J. Wong
7
-13
/
+61
2020-10-07
xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering
Darrick J. Wong
1
-18
/
+23
2020-10-07
xfs: clean up bmap intent item recovery checking
Darrick J. Wong
1
-26
/
+12
2020-10-07
xfs: xfs_defer_capture should absorb remaining transaction reservation
Darrick J. Wong
3
-3
/
+20
2020-10-07
xfs: xfs_defer_capture should absorb remaining block reservations
Darrick J. Wong
3
-18
/
+11
2020-10-07
xfs: proper replay of deferred ops queued during log recovery
Darrick J. Wong
8
-91
/
+187
2020-10-07
xfs: remove XFS_LI_RECOVERED
Darrick J. Wong
2
-8
/
+4
2020-10-07
xfs: remove xfs_defer_reset
Darrick J. Wong
1
-19
/
+5
2020-10-07
btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag
Nikolay Borisov
3
-9
/
+9
2020-10-07
btrfs: annotate device name rcu_string with __rcu
Madhuparna Bhowmik
1
-1
/
+1
2020-10-07
btrfs: skip devices without magic signature when mounting
Anand Jain
2
-8
/
+18
2020-10-07
btrfs: cleanup cow block on error
Josef Bacik
1
-0
/
+6
2020-10-07
btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
Goldwyn Rodrigues
2
-21
/
+0
[prev]
[next]