index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-16
1
-153
/
+386
|
\
|
*
io_uring: short circuit -EAGAIN for blocking read attempt
Jens Axboe
2020-08-15
1
-1
/
+4
|
*
io_uring: sanitize double poll handling
Jens Axboe
2020-08-15
1
-9
/
+25
|
*
io_uring: internally retry short reads
Jens Axboe
2020-08-13
1
-39
/
+70
|
*
io_uring: retain iov_iter state over io_read/io_write calls
Jens Axboe
2020-08-13
1
-66
/
+70
|
*
io_uring: enable lookup of links holding inflight files
Jens Axboe
2020-08-12
1
-10
/
+87
|
*
io_uring: fail poll arm on queue proc failure
Jens Axboe
2020-08-12
1
-1
/
+1
|
*
io_uring: hold 'ctx' reference around task_work queue + execute
Jens Axboe
2020-08-11
1
-0
/
+15
|
*
io_uring: defer file table grabbing request cleanup for locked requests
Jens Axboe
2020-08-10
1
-10
/
+52
|
*
io_uring: add missing REQ_F_COMP_LOCKED for nested requests
Jens Axboe
2020-08-10
1
-0
/
+3
|
*
io_uring: fix recursive completion locking on oveflow flush
Jens Axboe
2020-08-10
1
-10
/
+26
|
*
io_uring: use TWA_SIGNAL for task_work uncondtionally
Jens Axboe
2020-08-10
1
-8
/
+8
|
*
io_uring: account locked memory before potential error case
Jens Axboe
2020-08-06
1
-8
/
+10
|
*
io_uring: set ctx sq/cq entry count earlier
Jens Axboe
2020-08-06
1
-2
/
+4
|
*
io_uring: Fix NULL pointer dereference in loop_rw_iter()
Guoyu Huang
2020-08-05
1
-2
/
+7
|
*
io_uring: add comments on how the async buffered read retry works
Jens Axboe
2020-08-03
1
-1
/
+22
|
*
io_uring: io_async_buf_func() need not test page bit
Jens Axboe
2020-08-03
1
-4
/
+0
*
|
Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux
Linus Torvalds
2020-08-15
3
-62
/
+17
|
\
\
|
*
|
9p: Remove unneeded cast from memory allocation
Li Heng
2020-07-31
1
-2
/
+1
|
*
|
9p: remove unused code in 9p
Jianyong Wu
2020-07-19
1
-53
/
+0
|
*
|
9p: Fix memory leak in v9fs_mount
Zheng Bin
2020-07-19
1
-3
/
+2
|
*
|
9p: retrieve fid from file when file instance exist.
Jianyong Wu
2020-07-19
2
-4
/
+14
*
|
|
Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-08-15
3
-2
/
+4
|
\
\
\
|
*
|
|
SMB3: Fix mkdir when idsfromsid configured on mount
Steve French
2020-08-13
1
-0
/
+1
|
*
|
|
cifs: Convert to use the fallthrough macro
Miaohe Lin
2020-08-10
1
-2
/
+2
|
*
|
|
cifs: Fix an error pointer dereference in cifs_mount()
Dan Carpenter
2020-08-06
1
-0
/
+1
*
|
|
|
Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2020-08-15
23
-121
/
+2274
|
\
\
\
\
|
*
|
|
|
NFS: Fix flexfiles read failover
Trond Myklebust
2020-08-12
3
-16
/
+40
|
*
|
|
|
fs: nfs: delete repeated words in comments
Randy Dunlap
2020-08-12
2
-2
/
+2
|
*
|
|
|
rpc_pipefs: convert comma to semicolon
Xu Wang
2020-08-12
1
-1
/
+1
|
*
|
|
|
nfs: Fix getxattr kernel panic and memory overflow
Jeffrey Mitchell
2020-08-12
2
-3
/
+5
|
*
|
|
|
NFS: Don't return layout segments that are in use
Trond Myklebust
2020-08-12
1
-19
/
+15
|
*
|
|
|
NFS: Don't move layouts to plh_return_segs list while in use
Trond Myklebust
2020-08-12
1
-11
/
+1
|
*
|
|
|
NFS: Add layout segment info to pnfs read/write/commit tracepoints
Trond Myklebust
2020-08-12
1
-6
/
+36
|
*
|
|
|
NFS: Add tracepoints for layouterror and layoutstats.
Trond Myklebust
2020-08-05
2
-2
/
+10
|
*
|
|
|
NFS: Report the stateid + status in trace_nfs4_layoutreturn_on_close()
Trond Myklebust
2020-08-05
2
-2
/
+2
|
*
|
|
|
nfs: nfs_file_write() should check for writeback errors
Scott Mayhew
2020-08-04
1
-3
/
+9
|
*
|
|
|
nfs: ensure correct writeback errors are returned on close()
Scott Mayhew
2020-08-01
2
-2
/
+8
|
*
|
|
|
NFSv4.2: xattr cache: get rid of cache discard work queue
Frank van der Linden
2020-07-30
1
-32
/
+5
|
*
|
|
|
NFS: remove redundant initialization of variable result
Colin Ian King
2020-07-28
1
-1
/
+1
|
*
|
|
|
NFSv4.0 allow nconnect for v4.0
Olga Kornievskaia
2020-07-17
1
-1
/
+1
|
*
|
|
|
freezer: Add unsafe versions of freezable_schedule_timeout_interruptible for NFS
He Zhe
2020-07-17
1
-1
/
+1
|
*
|
|
|
Merge branch 'xattr-devel'
Trond Myklebust
2020-07-17
14
-41
/
+2163
|
|
\
\
\
\
|
|
*
|
|
|
NFSv4.2: add client side xattr caching.
Frank van der Linden
2020-07-13
7
-8
/
+1172
|
|
*
|
|
|
NFSv4.2: hook in the user extended attribute handlers
Frank van der Linden
2020-07-13
1
-2
/
+121
|
|
*
|
|
|
NFSv4.2: add the extended attribute proc functions.
Frank van der Linden
2020-07-13
2
-0
/
+244
|
|
*
|
|
|
nfs: make the buf_to_pages_noslab function available to the nfs code
Frank van der Linden
2020-07-13
2
-2
/
+4
|
|
*
|
|
|
nfs: define and use the NFS_INO_INVALID_XATTR flag
Frank van der Linden
2020-07-13
3
-3
/
+10
|
|
*
|
|
|
nfs: modify update_changeattr to deal with regular files
Frank van der Linden
2020-07-13
2
-26
/
+49
|
|
*
|
|
|
NFSv4.2: query the extended attribute access bits
Frank van der Linden
2020-07-13
2
-0
/
+10
[next]