index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2022-04-03
1
-0
/
+2
|
\
|
*
proc: bootconfig: Add null pointer check
Lv Ruyi
2022-04-02
1
-0
/
+2
*
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2022-04-02
6
-22
/
+16
|
\
\
|
*
|
aio: drop needless assignment in aio_read()
Lukas Bulwahn
2022-03-16
1
-1
/
+0
|
*
|
clean overflow checks in count_mounts() a bit
Al Viro
2022-02-14
1
-9
/
+10
|
*
|
seq_file: fix NULL pointer arithmetic warning
MaĆra Canal
2022-02-01
2
-8
/
+3
|
*
|
constify struct path argument of finish_automount()/do_add_mount()
Al Viro
2022-01-31
2
-3
/
+3
|
*
|
fs: Remove FIXME comment in generic_write_checks()
Tal Zussman
2022-01-30
1
-1
/
+0
*
|
|
Merge tag 'vfs-5.18-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-04-02
1
-1
/
+1
|
\
\
\
|
*
|
|
fs: fix an infinite loop in iomap_fiemap
Guo Xuenan
2022-03-30
1
-1
/
+1
*
|
|
|
Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-04-02
18
-246
/
+347
|
\
\
\
\
|
*
|
|
|
xfs: drop async cache flushes from CIL commits.
Dave Chinner
2022-03-30
5
-93
/
+25
|
*
|
|
|
xfs: shutdown during log recovery needs to mark the log shutdown
Dave Chinner
2022-03-30
1
-8
/
+10
|
*
|
|
|
xfs: xfs_trans_commit() path must check for log shutdown
Dave Chinner
2022-03-30
1
-15
/
+33
|
*
|
|
|
xfs: xfs_do_force_shutdown needs to block racing shutdowns
Dave Chinner
2022-03-30
3
-1
/
+17
|
*
|
|
|
xfs: log shutdown triggers should only shut down the log
Dave Chinner
2022-03-30
5
-18
/
+33
|
*
|
|
|
xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
Dave Chinner
2022-03-30
1
-9
/
+13
|
*
|
|
|
xfs: shutdown in intent recovery has non-intent items in the AIL
Dave Chinner
2022-03-30
1
-33
/
+17
|
*
|
|
|
xfs: aborting inodes on shutdown may need buffer lock
Dave Chinner
2022-03-30
4
-31
/
+136
|
*
|
|
|
xfs: don't report reserved bnobt space as available
Darrick J. Wong
2022-03-28
2
-2
/
+3
|
*
|
|
|
xfs: fix overfilling of reserve pool
Darrick J. Wong
2022-03-28
1
-7
/
+6
|
*
|
|
|
xfs: always succeed at setting the reserve pool size
Darrick J. Wong
2022-03-28
1
-4
/
+5
|
*
|
|
|
xfs: remove infinite loop when reserving free block pool
Darrick J. Wong
2022-03-28
1
-30
/
+20
|
*
|
|
|
xfs: don't include bnobt blocks when reserving free block pool
Darrick J. Wong
2022-03-28
3
-2
/
+17
|
*
|
|
|
xfs: document the XFS_ALLOC_AGFL_RESERVE constant
Darrick J. Wong
2022-03-21
2
-6
/
+23
*
|
|
|
|
Merge tag 'for-5.18/io_uring-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-04-02
1
-23
/
+110
|
\
\
\
\
\
|
*
|
|
|
|
io_uring: defer msg-ring file validity check until command issue
Jens Axboe
2022-03-29
1
-4
/
+7
|
*
|
|
|
|
io_uring: fail links if msg-ring doesn't succeeed
Jens Axboe
2022-03-29
1
-0
/
+2
|
*
|
|
|
|
io_uring: fix memory leak of uid in files registration
Pavel Begunkov
2022-03-25
1
-0
/
+1
|
*
|
|
|
|
io_uring: fix put_kbuf without proper locking
Pavel Begunkov
2022-03-25
1
-1
/
+12
|
*
|
|
|
|
io_uring: fix invalid flags for io_put_kbuf()
Pavel Begunkov
2022-03-25
1
-1
/
+3
|
*
|
|
|
|
io_uring: improve req fields comments
Pavel Begunkov
2022-03-25
1
-1
/
+2
|
*
|
|
|
|
io_uring: enable EPOLLEXCLUSIVE for accept poll
Dylan Yudaken
2022-03-25
1
-1
/
+4
|
*
|
|
|
|
io_uring: improve task work cache utilization
Jens Axboe
2022-03-25
1
-1
/
+5
|
*
|
|
|
|
io_uring: fix async accept on O_NONBLOCK sockets
Dylan Yudaken
2022-03-24
1
-3
/
+0
|
*
|
|
|
|
io_uring: remove IORING_CQE_F_MSG
Jens Axboe
2022-03-24
1
-2
/
+1
|
*
|
|
|
|
io_uring: add flag for disabling provided buffer recycling
Jens Axboe
2022-03-23
1
-0
/
+8
|
*
|
|
|
|
io_uring: ensure recv and recvmsg handle MSG_WAITALL correctly
Jens Axboe
2022-03-23
1
-0
/
+28
|
*
|
|
|
|
io_uring: don't recycle provided buffer if punted to async worker
Jens Axboe
2022-03-23
1
-3
/
+8
|
*
|
|
|
|
io_uring: fix assuming triggered poll waitqueue is the single poll
Jens Axboe
2022-03-23
1
-4
/
+12
|
*
|
|
|
|
io_uring: bump poll refs to full 31-bits
Jens Axboe
2022-03-23
1
-1
/
+1
|
*
|
|
|
|
io_uring: remove poll entry from list when canceling all
Jens Axboe
2022-03-22
1
-0
/
+1
|
*
|
|
|
|
io_uring: fix memory ordering when SQPOLL thread goes to sleep
Almog Khaikin
2022-03-21
1
-0
/
+7
|
*
|
|
|
|
io_uring: ensure that fsnotify is always called
Jens Axboe
2022-03-21
1
-1
/
+7
|
*
|
|
|
|
io_uring: recycle provided before arming poll
Jens Axboe
2022-03-20
1
-1
/
+2
*
|
|
|
|
|
Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2022-04-01
3
-15
/
+14
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ksmbd: replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-03-30
1
-11
/
+10
|
*
|
|
|
|
|
ksmbd: Remove a redundant zeroing of memory
Christophe JAILLET
2022-03-30
1
-1
/
+1
|
*
|
|
|
|
|
ksmbd: shorten experimental warning on loading the module
Steve French
2022-03-30
1
-1
/
+1
|
*
|
|
|
|
|
ksmbd: use netif_is_bridge_port
Tobias Klauser
2022-03-20
1
-2
/
+2
[next]