index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-04-12
12
-238
/
+272
|
\
|
*
smb3: enable swap on SMB3 mounts
Steve French
2020-04-10
4
-0
/
+70
|
*
smb3: change noisy error message to FYI
Steve French
2020-04-09
1
-1
/
+1
|
*
smb3: smbdirect support can be configured by default
Steve French
2020-04-07
1
-1
/
+1
|
*
cifs: smbd: Do not schedule work to send immediate packet on every receive
Long Li
2020-04-07
2
-52
/
+10
|
*
cifs: smbd: Properly process errors on ib_post_send
Long Li
2020-04-07
1
-123
/
+97
|
*
cifs: Allocate crypto structures on the fly for calculating signatures of inc...
Long Li
2020-04-07
3
-36
/
+60
|
*
cifs: smbd: Update receive credits before sending and deal with credits roll ...
Long Li
2020-04-07
1
-7
/
+18
|
*
cifs: smbd: Check send queue size before posting a send
Long Li
2020-04-07
2
-1
/
+11
|
*
cifs: smbd: Merge code to track pending packets
Long Li
2020-04-07
3
-39
/
+12
|
*
cifs: ignore cached share root handle closing errors
Aurelien Aptel
2020-04-07
1
-0
/
+14
*
|
Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2020-04-12
1
-0
/
+1
|
\
\
|
*
|
pNFS: Fix RCU lock leakage
Trond Myklebust
2020-04-11
1
-0
/
+1
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-04-10
6
-5
/
+18
|
\
\
\
|
*
|
|
fs/seq_file.c: seq_read(): add info message about buggy .next functions
Vasily Averin
2020-04-10
1
-2
/
+5
|
*
|
|
change email address for Pali Rohár
Pali Rohár
2020-04-10
2
-2
/
+2
|
*
|
|
fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()
Eric Biggers
2020-04-10
1
-1
/
+3
|
*
|
|
ocfs2: no need try to truncate file beyond i_size
Changwei Ge
2020-04-10
1
-0
/
+4
|
*
|
|
hfsplus: fix crash and filesystem corruption when deleting files
Simon Gander
2020-04-10
1
-0
/
+4
*
|
|
|
Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-04-10
3
-70
/
+7
|
\
\
\
\
|
*
|
|
|
orangefs: don't mess with I_DIRTY_TIMES in orangefs_flush
Mike Marshall
2020-04-08
1
-8
/
+0
|
*
|
|
|
orangefs: get rid of knob code...
Mike Marshall
2020-04-08
3
-62
/
+7
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2020-04-10
1
-5
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
proc: Use a dedicated lock in struct pid
Eric W. Biederman
2020-04-09
1
-5
/
+5
*
|
|
|
|
|
Merge tag 'io_uring-5.7-2020-04-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-04-10
3
-173
/
+269
|
\
\
\
\
\
\
|
*
|
|
|
|
|
io_uring: punt final io_ring_ctx wait-and-free to workqueue
Jens Axboe
2020-04-09
1
-2
/
+16
|
*
|
|
|
|
|
io_uring: fix fs cleanup on cqe overflow
Pavel Begunkov
2020-04-09
1
-1
/
+1
|
*
|
|
|
|
|
io_uring: don't read user-shared sqe flags twice
Pavel Begunkov
2020-04-08
1
-12
/
+8
|
*
|
|
|
|
|
io_uring: remove req init from io_get_req()
Pavel Begunkov
2020-04-08
1
-26
/
+27
|
*
|
|
|
|
|
io_uring: alloc req only after getting sqe
Pavel Begunkov
2020-04-08
1
-15
/
+9
|
*
|
|
|
|
|
io_uring: simplify io_get_sqring
Pavel Begunkov
2020-04-08
1
-18
/
+22
|
*
|
|
|
|
|
io_uring: do not always copy iovec in io_req_map_rw()
Xiaoguang Wang
2020-04-08
1
-2
/
+3
|
*
|
|
|
|
|
io_uring: ensure openat sets O_LARGEFILE if needed
Jens Axboe
2020-04-08
1
-0
/
+2
|
*
|
|
|
|
|
io_uring: initialize fixed_file_data lock
Xiaoguang Wang
2020-04-07
1
-0
/
+1
|
*
|
|
|
|
|
io_uring: remove redundant variable pointer nxt and io_wq_assign_next call
Colin Ian King
2020-04-07
1
-3
/
+0
|
*
|
|
|
|
|
io_uring: fix ctx refcounting in io_submit_sqes()
Pavel Begunkov
2020-04-05
1
-1
/
+0
|
*
|
|
|
|
|
io_uring: process requests completed with -EAGAIN on poll list
Bijan Mottahedeh
2020-04-03
1
-3
/
+26
|
*
|
|
|
|
|
io_uring: remove bogus RLIMIT_NOFILE check in file registration
Jens Axboe
2020-04-03
1
-7
/
+0
|
*
|
|
|
|
|
io_uring: use io-wq manager as backup task if task is exiting
Jens Axboe
2020-04-03
3
-4
/
+23
|
*
|
|
|
|
|
io_uring: grab task reference for poll requests
Jens Axboe
2020-04-03
1
-12
/
+7
|
*
|
|
|
|
|
io_uring: retry poll if we got woken with non-matching mask
Jens Axboe
2020-04-03
1
-0
/
+12
|
*
|
|
|
|
|
io_uring: add missing finish_wait() in io_sq_thread()
Hillf Danton
2020-04-01
1
-0
/
+1
|
*
|
|
|
|
|
io_uring: refactor file register/unregister/update handling
Xiaoguang Wang
2020-03-31
1
-80
/
+124
*
|
|
|
|
|
|
Merge tag 'xfs-5.7-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-04-10
21
-451
/
+512
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
xfs: reflink should force the log out if mounted with wsync
Christoph Hellwig
2020-04-06
1
-0
/
+4
|
*
|
|
|
|
|
xfs: factor out a new xfs_log_force_inode helper
Christoph Hellwig
2020-04-06
4
-24
/
+22
|
*
|
|
|
|
|
xfs: fix inode number overflow in ifree cluster helper
Brian Foster
2020-04-02
1
-1
/
+1
|
*
|
|
|
|
|
xfs: remove redundant variable assignment in xfs_symlink()
Kaixu Xia
2020-03-31
1
-1
/
+0
|
*
|
|
|
|
|
xfs: ratelimit inode flush on buffered write ENOSPC
Darrick J. Wong
2020-03-31
2
-0
/
+15
|
*
|
|
|
|
|
xfs: return locked status of inode buffer on xfsaild push
Brian Foster
2020-03-28
1
-1
/
+2
[next]