| Commit message (Expand) | Author | Age | Files | Lines |
* | orangefs: move do_readv_writev to direct_IO | Martin Brandenburg | 2019-05-03 | 2 | -111/+111 |
* | orangefs: do not return successful read when the client-core disappeared | Martin Brandenburg | 2019-05-03 | 1 | -1/+4 |
* | orangefs: implement writepage | Martin Brandenburg | 2019-05-03 | 3 | -68/+80 |
* | orangefs: migrate to generic_file_read_iter | Martin Brandenburg | 2019-05-03 | 3 | -104/+38 |
* | orangefs: service ops done for writeback are not killable | Martin Brandenburg | 2019-05-03 | 3 | -9/+12 |
* | orangefs: remove orangefs_readpages | Martin Brandenburg | 2019-05-03 | 1 | -38/+1 |
* | orangefs: reorganize setattr functions to track attribute changes | Martin Brandenburg | 2019-05-03 | 6 | -119/+129 |
* | orangefs: let setattr write to cached inode | Martin Brandenburg | 2019-05-03 | 2 | -8/+20 |
* | orangefs: set up and use backing_dev_info | Martin Brandenburg | 2019-05-03 | 1 | -7/+14 |
* | orangefs: hold i_lock during inode_getattr | Martin Brandenburg | 2019-05-03 | 2 | -12/+25 |
* | orangefs: update attributes rather than relying on server | Martin Brandenburg | 2019-05-03 | 2 | -9/+8 |
* | orangefs: simplify orangefs_inode_getattr interface | Martin Brandenburg | 2019-05-03 | 4 | -38/+28 |
* | orangefs: do not invalidate attributes on inode create | Martin Brandenburg | 2019-05-03 | 2 | -12/+0 |
* | orangefs: implement xattr cache | Martin Brandenburg | 2019-05-03 | 4 | -1/+127 |
* | Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-04-28 | 1 | -16/+26 |
|\ |
|
| * | io_uring: remove 'state' argument from io_{read,write} path | Jens Axboe | 2019-04-23 | 1 | -13/+12 |
| * | io_uring: fix poll full SQ detection | Stefan Bühler | 2019-04-22 | 1 | -1/+2 |
| * | io_uring: fix race condition when sq threads goes sleeping | Stefan Bühler | 2019-04-22 | 1 | -1/+2 |
| * | io_uring: fix race condition reading SQ entries | Stefan Bühler | 2019-04-22 | 1 | -1/+2 |
| * | io_uring: fail io_uring_register(2) on a dying io_uring instance | Jens Axboe | 2019-04-22 | 1 | -0/+8 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-04-27 | 1 | -2/+4 |
|\ \ |
|
| * | | fs/proc/proc_sysctl.c: Fix a NULL pointer dereference | YueHaibing | 2019-04-26 | 1 | -2/+4 |
* | | | Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2019-04-26 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | tracing: Fix buffer_ref pipe ops | Jann Horn | 2019-04-26 | 1 | -2/+2 |
* | | | | Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-04-26 | 2 | -5/+13 |
|\ \ \ \ |
|
| * | | | | btrfs: Switch memory allocations in async csum calculation path to kvmalloc | Nikolay Borisov | 2019-04-25 | 2 | -5/+13 |
* | | | | | Merge tag '5.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2019-04-26 | 4 | -15/+28 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | cifs: fix page reference leak with readv/writev | Jérôme Glisse | 2019-04-24 | 2 | -15/+23 |
| * | | | | cifs: do not attempt cifs operation on smb2+ rename error | Frank Sorenson | 2019-04-24 | 1 | -0/+4 |
| * | | | | cifs: fix memory leak in SMB2_read | Ronnie Sahlberg | 2019-04-24 | 1 | -0/+1 |
* | | | | | Merge tag 'ceph-for-5.1-rc7' of git://github.com/ceph/ceph-client | Linus Torvalds | 2019-04-25 | 4 | -14/+85 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | ceph: fix ci->i_head_snapc leak | Yan, Zheng | 2019-04-23 | 2 | -1/+15 |
| * | | | | ceph: handle the case where a dentry has been renamed on outstanding req | Jeff Layton | 2019-04-23 | 1 | -1/+15 |
| * | | | | ceph: ensure d_name stability in ceph_dentry_hash() | Jeff Layton | 2019-04-23 | 1 | -1/+5 |
| * | | | | ceph: only use d_name directly when parent is locked | Jeff Layton | 2019-04-23 | 1 | -11/+50 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2019-04-23 | 5 | -7/+42 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | nfsd: wake blocked file lock waiters before sending callback | Jeff Layton | 2019-04-22 | 1 | -0/+9 |
| * | | | nfsd: wake waiters blocked on file_lock before deleting it | Jeff Layton | 2019-04-22 | 1 | -2/+1 |
| * | | | nfsd: Don't release the callback slot unless it was actually held | Trond Myklebust | 2019-04-08 | 2 | -1/+8 |
| * | | | nfsd/nfsd3_proc_readdir: fix buffer count and page pointers | Murphy Zhou | 2019-04-06 | 2 | -4/+24 |
| | |/
| |/| |
|
* | | | Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-04-20 | 1 | -11/+30 |
|\ \ \ |
|
| * | | | io_uring: fix CQ overflow condition | Jens Axboe | 2019-04-17 | 1 | -1/+1 |
| * | | | io_uring: fix possible deadlock between io_uring_{enter,register} | Jens Axboe | 2019-04-15 | 1 | -0/+12 |
| * | | | io_uring: drop io_file_put() 'file' argument | Jens Axboe | 2019-04-14 | 1 | -6/+4 |
| * | | | io_uring: only test SQPOLL cpu after we've verified it | Jens Axboe | 2019-04-14 | 1 | -4/+8 |
| * | | | io_uring: park SQPOLL thread if it's percpu | Jens Axboe | 2019-04-14 | 1 | -0/+5 |
* | | | | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ... | Andrea Arcangeli | 2019-04-19 | 2 | -0/+27 |
* | | | | Merge tag 'afs-fixes-20190413' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-04-18 | 7 | -11/+10 |
|\ \ \ \ |
|
| * | | | | afs: Fix in-progess ops to ignore server-level callback invalidation | David Howells | 2019-04-13 | 3 | -6/+2 |
| * | | | | afs: Unlock pages for __pagevec_release() | Marc Dionne | 2019-04-13 | 1 | -0/+1 |