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
...
|
*
|
ext4: skip non-loaded groups at cr=0/1 when scanning for good groups
Alex Zhuravlev
2020-08-06
1
-1
/
+20
|
*
|
ext4: add prefetching for block allocation bitmaps
Alex Zhuravlev
2020-08-06
4
-6
/
+153
|
*
|
ext4: handle read only external journal device
Lukas Czerner
2020-08-06
1
-18
/
+33
|
*
|
ext4: fix spelling typos in ext4_mb_initialize_context
brookxu
2020-08-06
1
-1
/
+1
|
*
|
ext4: use generic names for generic ioctls
Eric Biggers
2020-08-06
2
-27
/
+17
|
*
|
ext4: don't hardcode bit values in EXT4_FL_USER_*
Eric Biggers
2020-08-06
1
-2
/
+28
|
*
|
ext4: don't BUG on inconsistent journal feature
Jan Kara
2020-08-06
1
-21
/
+47
|
*
|
ext4: do not block RWF_NOWAIT dio write on unallocated space
Jan Kara
2020-08-06
1
-0
/
+4
|
*
|
ext4: replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-06
1
-1
/
+1
|
*
|
ext4: lost matching-pair of trace in ext4_unlink
Yi Zhuang
2020-08-06
1
-17
/
+21
|
*
|
ext4: lost matching-pair of trace in ext4_truncate
zhengliang
2020-08-06
1
-8
/
+9
|
*
|
jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...
zhangyi (F)
2020-08-06
1
-1
/
+3
|
*
|
ext4: fix potential negative array index in do_split()
Eric Sandeen
2020-08-06
1
-3
/
+13
|
*
|
jbd2: make sure jh have b_transaction set in refile/unfile_buffer
Lukas Czerner
2020-08-06
1
-0
/
+10
|
*
|
ext4: fix coding style in file.c
Dio Putra
2020-08-06
1
-3
/
+2
|
*
|
ext4: delete unnecessary checks before brelse()
Markus Elfring
2020-08-06
2
-6
/
+3
|
*
|
ext4: fix spelling mistakes in extents.c
Keyur Patel
2020-07-29
1
-5
/
+5
*
|
|
afs: Fix NULL deref in afs_dynroot_depopulate()
David Howells
2020-08-21
1
-9
/
+11
*
|
|
afs: Fix key ref leak in afs_put_operation()
David Howells
2020-08-20
1
-0
/
+1
|
|
/
|
/
|
*
|
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-16
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-14
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-13
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-04
1
-1
/
+22
|
*
|
io_uring: io_async_buf_func() need not test page bit
Jens Axboe
2020-08-04
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-14
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-07
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
[prev]
[next]