index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-23
xfs: widen inode delalloc block counter to 64-bits
Darrick J. Wong
2
-2
/
+3
2019-04-23
xfs: widen quota block counters to 64-bit integers
Darrick J. Wong
3
-35
/
+34
2019-04-23
xfs: abort unaligned nowait directio early
Darrick J. Wong
1
-3
/
+3
2019-04-23
xfs: assert that we don't enter agfl freeing with a non-permanent transaction
Brian Foster
1
-0
/
+3
2019-04-23
io_uring: remove 'state' argument from io_{read,write} path
Jens Axboe
1
-13
/
+12
2019-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+21
2019-04-22
xfs: make tr_growdata a permanent transaction
Brian Foster
1
-1
/
+5
2019-04-22
nfsd: wake blocked file lock waiters before sending callback
Jeff Layton
1
-0
/
+9
2019-04-22
nfsd: wake waiters blocked on file_lock before deleting it
Jeff Layton
1
-2
/
+1
2019-04-22
io_uring: fix poll full SQ detection
Stefan Bühler
1
-1
/
+2
2019-04-22
io_uring: fix race condition when sq threads goes sleeping
Stefan Bühler
1
-1
/
+2
2019-04-22
io_uring: fix race condition reading SQ entries
Stefan Bühler
1
-1
/
+2
2019-04-22
io_uring: fail io_uring_register(2) on a dying io_uring instance
Jens Axboe
1
-0
/
+8
2019-04-22
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
40
-332
/
+538
2019-04-21
Merge 5.1-rc6 into char-misc-next
Greg Kroah-Hartman
40
-332
/
+538
2019-04-20
Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-11
/
+30
2019-04-19
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
Andrea Arcangeli
2
-0
/
+27
2019-04-19
Make anon_inodes unconditional
David Howells
3
-3
/
+1
2019-04-18
Merge tag 'afs-fixes-20190413' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
7
-11
/
+10
2019-04-17
Merge tag '5.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
6
-14
/
+62
2019-04-17
io_uring: fix CQ overflow condition
Jens Axboe
1
-1
/
+1
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-7
/
+17
2019-04-17
fscrypt: cache decrypted symlink target in ->i_link
Eric Biggers
5
-7
/
+63
2019-04-17
vfs: use READ_ONCE() to access ->i_link
Eric Biggers
1
-2
/
+2
2019-04-17
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
6
-56
/
+119
2019-04-17
fscrypt: only set dentry_operations on ciphertext dentries
Eric Biggers
1
-2
/
+1
2019-04-17
fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
Eric Biggers
1
-0
/
+2
2019-04-17
fscrypt: fix race allowing rename() and link() of ciphertext dentries
Eric Biggers
1
-1
/
+11
2019-04-17
fscrypt: clean up and improve dentry revalidation
Eric Biggers
2
-30
/
+32
2019-04-17
udf: fix an uninitialized read bug and remove dead code
Wenwen Wang
1
-15
/
+0
2019-04-16
fscrypt: use READ_ONCE() to access ->i_crypt_info
Eric Biggers
4
-8
/
+8
2019-04-16
fscrypt: remove WARN_ON_ONCE() when decryption fails
Eric Biggers
1
-4
/
+2
2019-04-16
fscrypt: drop inode argument from fscrypt_get_ctx()
Eric Biggers
3
-13
/
+7
2019-04-16
f2fs: data: fix warning Using plain integer as NULL pointer
Hariprasad Kelam
1
-1
/
+1
2019-04-16
f2fs: add tracepoint for f2fs_file_write_iter()
Chao Yu
1
-9
/
+19
2019-04-16
xfs: merge adjacent io completions of the same type
Darrick J. Wong
1
-0
/
+86
2019-04-16
xfs: remove unused m_data_workqueue
Darrick J. Wong
2
-10
/
+1
2019-04-16
xfs: implement per-inode writeback completion queues
Darrick J. Wong
4
-12
/
+48
2019-04-16
xfs: scrub should only cross-reference with healthy btrees
Darrick J. Wong
3
-5
/
+77
2019-04-16
xfs: scrub/repair should update filesystem metadata health
Darrick J. Wong
5
-0
/
+200
2019-04-16
xfs: hoist the already_fixed variable to the scrub context
Darrick J. Wong
4
-11
/
+10
2019-04-16
xfs: collapse scrub bool state flags into a single unsigned int
Darrick J. Wong
6
-12
/
+17
2019-04-16
xfs: refactor scrub context initialization
Darrick J. Wong
1
-13
/
+18
2019-04-16
CIFS: keep FileInfo handle live during oplock break
Aurelien Aptel
4
-10
/
+53
2019-04-16
cifs: fix handle leak in smb2_query_symlink()
Ronnie Sahlberg
1
-0
/
+2
2019-04-16
cifs: Fix lease buffer length error
ZhangXiaoxu
1
-1
/
+4
2019-04-16
cifs: Fix use-after-free in SMB2_read
ZhangXiaoxu
1
-2
/
+2
2019-04-16
cifs: Fix use-after-free in SMB2_write
ZhangXiaoxu
1
-1
/
+1
2019-04-15
Merge tag 'fsdax-fix-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
1
-0
/
+15
2019-04-15
io_uring: fix possible deadlock between io_uring_{enter,register}
Jens Axboe
1
-0
/
+12
[prev]
[next]