Age | Commit message (Expand) | Author |
2019-05-16 | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2019-05-07 | ceph: fix NULL pointer deref when debugging is enabled | Jeff Layton |
2019-04-08 | fs: mark expected switch fall-throughs | Gustavo A. R. Silva |
2019-03-05 | ceph: pass inclusive lend parameter to filemap_write_and_wait_range() | zhengbin |
2018-11-08 | ceph: add destination file data sync before doing any remote copy | Luis Henriques |
2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells |
2018-10-24 | iov_iter: Use accessor function | David Howells |
2018-10-22 | ceph: new mount option to disable usage of copy-from op | Luis Henriques |
2018-10-22 | ceph: support copy_file_range file operation | Luis Henriques |
2018-10-22 | libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls | Ilya Dryomov |
2018-10-22 | ceph: num_ops is off by one in ceph_aio_retry_work() | Ilya Dryomov |
2018-10-22 | ceph: only allow punch hole mode in fallocate | Luis Henriques |
2018-10-22 | ceph: refactor ceph_sync_read() | Yan, Zheng |
2018-08-20 | Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2018-08-13 | ceph: compare fsc->max_file_size and inode->i_size for max file size limit | Chengguang Xu |
2018-08-02 | ceph: add additional offset check in ceph_write_iter() | Chengguang Xu |
2018-08-02 | ceph: add additional range check in ceph_fallocate() | Chengguang Xu |
2018-08-02 | libceph: use timespec64 for r_mtime | Arnd Bergmann |
2018-07-12 | get rid of 'opened' argument of ->atomic_open() - part 3 | Al Viro |
2018-07-12 | getting rid of 'opened' argument of ->atomic_open() - part 1 | Al Viro |
2018-07-12 | introduce FMODE_CREATED and switch to it | Al Viro |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2018-06-04 | libceph: make abort_on_full a per-osdc setting | Ilya Dryomov |
2018-05-10 | ceph: fix iov_iter issues in ceph_direct_read_write() | Ilya Dryomov |
2018-05-10 | ceph: fix rsize/wsize capping in ceph_direct_read_write() | Ilya Dryomov |
2018-04-02 | ceph: quota: update MDS when max_bytes is approaching | Luis Henriques |
2018-04-02 | ceph: quota: support for ceph.quota.max_bytes | Luis Henriques |
2018-04-02 | ceph: quota: support for ceph.quota.max_files | Luis Henriques |
2018-04-02 | ceph: optimize memory usage | Chengguang Xu |
2018-04-02 | ceph: filter out used flags when printing unused open flags | Chengguang Xu |
2018-04-02 | ceph: change variable name to follow common rule | Chengguang Xu |
2018-04-02 | ceph: add newline to end of debug message format | Chengguang Xu |
2018-03-30 | ceph: only dirty ITER_IOVEC pages for direct read | Yan, Zheng |
2018-01-29 | ceph: track read contexts in ceph_file_info | Yan, Zheng |
2018-01-29 | ceph: voluntarily drop Ax cap for requests that create new inode | Yan, Zheng |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-06 | ceph: adjust 36 checks for NULL pointers | Markus Elfring |
2017-09-06 | ceph: check negative offsets in ceph_llseek() | Luis Henriques |
2017-09-06 | ceph: don't use CEPH_OSD_FLAG_ORDERSNAP | Yan, Zheng |
2017-09-06 | ceph: include snapc in debug message of write | Yan, Zheng |
2017-09-06 | ceph: fix -EOLDSNAPC handling | Yan, Zheng |
2017-09-06 | ceph: nuke startsync op | Yanhu Cao |
2017-09-06 | ceph: limit osd write size | Yan, Zheng |
2017-09-06 | ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN | Yan, Zheng |
2017-07-07 | ceph: update the 'approaching max_size' code | Yan, Zheng |
2017-05-24 | ceph: check that the new inode size is within limits in ceph_fallocate() | Luis Henriques |
2017-05-10 | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko |