index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-03
orangefs: migrate to generic_file_read_iter
Martin Brandenburg
3
-104
/
+38
2019-05-03
orangefs: service ops done for writeback are not killable
Martin Brandenburg
3
-9
/
+12
2019-05-03
orangefs: remove orangefs_readpages
Martin Brandenburg
1
-38
/
+1
2019-05-03
orangefs: reorganize setattr functions to track attribute changes
Martin Brandenburg
6
-119
/
+129
2019-05-03
orangefs: let setattr write to cached inode
Martin Brandenburg
2
-8
/
+20
2019-05-03
orangefs: set up and use backing_dev_info
Martin Brandenburg
1
-7
/
+14
2019-05-03
orangefs: hold i_lock during inode_getattr
Martin Brandenburg
2
-12
/
+25
2019-05-03
orangefs: update attributes rather than relying on server
Martin Brandenburg
2
-9
/
+8
2019-05-03
orangefs: simplify orangefs_inode_getattr interface
Martin Brandenburg
4
-38
/
+28
2019-05-03
orangefs: do not invalidate attributes on inode create
Martin Brandenburg
2
-12
/
+0
2019-05-03
orangefs: implement xattr cache
Martin Brandenburg
4
-1
/
+127
2019-04-28
Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-16
/
+26
2019-04-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+4
2019-04-26
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-2
/
+2
2019-04-26
Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-5
/
+13
2019-04-26
Merge tag '5.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-15
/
+28
2019-04-26
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
YueHaibing
1
-2
/
+4
2019-04-26
tracing: Fix buffer_ref pipe ops
Jann Horn
1
-2
/
+2
2019-04-25
Merge tag 'ceph-for-5.1-rc7' of git://github.com/ceph/ceph-client
Linus Torvalds
4
-14
/
+85
2019-04-25
btrfs: Switch memory allocations in async csum calculation path to kvmalloc
Nikolay Borisov
2
-5
/
+13
2019-04-24
cifs: fix page reference leak with readv/writev
Jérôme Glisse
2
-15
/
+23
2019-04-24
cifs: do not attempt cifs operation on smb2+ rename error
Frank Sorenson
1
-0
/
+4
2019-04-24
cifs: fix memory leak in SMB2_read
Ronnie Sahlberg
1
-0
/
+1
2019-04-23
Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
5
-7
/
+42
2019-04-23
ceph: fix ci->i_head_snapc leak
Yan, Zheng
2
-1
/
+15
2019-04-23
ceph: handle the case where a dentry has been renamed on outstanding req
Jeff Layton
1
-1
/
+15
2019-04-23
ceph: ensure d_name stability in ceph_dentry_hash()
Jeff Layton
1
-1
/
+5
2019-04-23
ceph: only use d_name directly when parent is locked
Jeff Layton
1
-11
/
+50
2019-04-23
io_uring: remove 'state' argument from io_{read,write} path
Jens Axboe
1
-13
/
+12
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-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 ...
Andrea Arcangeli
2
-0
/
+27
2019-04-18
Merge tag 'afs-fixes-20190413' of git://git.kernel.org/pub/scm/linux/kernel/g...
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-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/gi...
Linus Torvalds
1
-0
/
+15
2019-04-15
io_uring: fix possible deadlock between io_uring_{enter,register}
Jens Axboe
1
-0
/
+12
2019-04-14
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
3
-10
/
+18
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
3
-10
/
+18
[next]