| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-03-26 |
|\ |
|
| * | ceph: use kmem_cache_zalloc | Geliang Tang | 2016-03-25 |
| * | ceph: use lookup request to revalidate dentry | Yan, Zheng | 2016-03-25 |
| * | ceph: kill ceph_get_dentry_parent_inode() | Yan, Zheng | 2016-03-25 |
| * | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 |
| * | ceph: don't request vxattrs from MDS | Yan, Zheng | 2016-03-25 |
| * | ceph: fix mounting same fs multiple times | Yan, Zheng | 2016-03-25 |
| * | ceph: remove unnecessary NULL check | Yan, Zheng | 2016-03-25 |
| * | ceph: avoid updating directory inode's i_size accidentally | Yan, Zheng | 2016-03-25 |
| * | ceph: fix race during filling readdir cache | Yan, Zheng | 2016-03-25 |
| * | ceph: kill ceph_empty_snapc | Ilya Dryomov | 2016-03-25 |
| * | ceph: fix a wrong comparison | Anton Protopopov | 2016-03-25 |
| * | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 2016-03-25 |
| * | ceph: scattered page writeback | Yan, Zheng | 2016-03-25 |
| * | ceph: remove useless BUG_ON | Yan, Zheng | 2016-03-25 |
| * | ceph: don't enable rbytes mount option by default | Yan, Zheng | 2016-03-25 |
| * | ceph: encode ctime in cap message | Yan, Zheng | 2016-03-25 |
| * | libceph: revamp subs code, switch to SUBSCRIBE2 protocol | Ilya Dryomov | 2016-03-25 |
* | | Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h... | Linus Torvalds | 2016-03-26 |
|\ \ |
|
| * | | orangefs: fix orangefs_superblock locking | Al Viro | 2016-03-26 |
| * | | orangefs: fix do_readv_writev() handling of error halfway through | Al Viro | 2016-03-25 |
| * | | orangefs: have ->kill_sb() evict the VFS side of things first | Al Viro | 2016-03-25 |
| * | | orangefs: sanitize ->llseek() | Al Viro | 2016-03-25 |
| * | | orangefs-bufmap.h: trim unused junk | Al Viro | 2016-03-25 |
| * | | orangefs: saner calling conventions for getting a slot | Al Viro | 2016-03-25 |
| * | | orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer | Al Viro | 2016-03-25 |
| * | | orangefs: get rid of readdir_handle_s | Al Viro | 2016-03-25 |
| * | | ornagefs: ensure that truncate has an up to date inode size | Martin Brandenburg | 2016-03-23 |
| * | | orangefs: move code which sets i_link to orangefs_inode_getattr | Martin Brandenburg | 2016-03-23 |
| * | | orangefs: remove needless wrapper around GFP_KERNEL | Martin Brandenburg | 2016-03-23 |
| * | | orangefs: remove wrapper around mutex_lock(&inode->i_mutex) | Martin Brandenburg | 2016-03-23 |
| * | | orangefs: refactor inode type or link_target change detection | Martin Brandenburg | 2016-03-23 |
| * | | orangefs: use new getattr for revalidate and remove old getattr | Martin Brandenburg | 2016-03-23 |
| * | | orangefs: use new getattr in inode getattr and permission | Martin Brandenburg | 2016-03-23 |
| * | | orangefs: use new orangefs_inode_getattr to get size in write and llseek | Martin Brandenburg | 2016-03-23 |
| * | | orangefs: use new orangefs_inode_getattr to create new inodes | Martin Brandenburg | 2016-03-23 |
| * | | orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattr | Martin Brandenburg | 2016-03-23 |
| * | | orangefs: remove inode->i_lock wrapper | Martin Brandenburg | 2016-03-23 |
| * | | orangefs: put register_chrdev immediately before register_filesystem | Martin Brandenburg | 2016-03-17 |
| * | | orangefs: remove paranoia in orangefs_set_inode | Martin Brandenburg | 2016-03-17 |
| * | | orangefs: sanitize listxattr and return EIO on impossible values | Martin Brandenburg | 2016-03-17 |
| * | | orangefs: remove unused reference to xattr key length | Martin Brandenburg | 2016-03-17 |
| * | | Orangefs: adjust unwind on module init failure. | Mike Marshall | 2016-03-17 |
| * | | Orangefs: fix sloppy cleanups of debugfs and sysfs init failures. | Mike Marshall | 2016-03-14 |
| * | | Orangefs: follow_link -> get_link change | Mike Marshall | 2016-03-14 |
| * | | Orangefs: Extra sanity insurance on buffer before using string functions on it. | Mike Marshall | 2016-03-14 |
| * | | Orangefs: merge to v4.5 | Mike Marshall | 2016-03-14 |
| |\ \ |
|
| * | | | orangefs: make fs_mount_pending static | Martin Brandenburg | 2016-03-09 |
| * | | | orangefs: Avoid symlink upcall if target is too long. | Martin Brandenburg | 2016-03-09 |
| * | | | Orangefs: improve the POSIXness of interrupted writes... | Mike Marshall | 2016-03-09 |