| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-11 | 2 | -3/+3 |
|\ |
|
| * | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-11 | 1 | -1/+1 |
| |\ |
|
| | * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 |
| * | | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2016-09-28 | 1 | -1/+1 |
| * | | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-28 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-11 | 1 | -9/+0 |
|\ \ |
|
| * | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-08 | 1 | -9/+0 |
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 3 | -5/+6 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 2016-10-08 | 3 | -6/+7 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
| | * | | fuse: Propagate dentry down to inode_change_ok() | Jan Kara | 2016-09-22 | 3 | -5/+6 |
* | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-10-08 | 1 | -47/+16 |
|\ \ \ \ |
|
| * | | | | pipe: add pipe_buf_steal() helper | Miklos Szeredi | 2016-10-06 | 1 | -1/+1 |
| * | | | | pipe: add pipe_buf_confirm() helper | Miklos Szeredi | 2016-10-06 | 1 | -2/+2 |
| * | | | | pipe: add pipe_buf_release() helper | Miklos Szeredi | 2016-10-06 | 1 | -4/+3 |
| * | | | | pipe: add pipe_buf_get() helper | Miklos Szeredi | 2016-10-06 | 1 | -1/+1 |
| * | | | | fuse_dev_splice_read(): switch to add_to_pipe() | Al Viro | 2016-10-04 | 1 | -37/+9 |
| * | | | | splice: lift pipe_lock out of splice_to_pipe() | Al Viro | 2016-10-04 | 1 | -2/+0 |
| |/ / / |
|
* | | | | fuse: limit xattr returned size | Miklos Szeredi | 2016-10-03 | 1 | -2/+2 |
* | | | | fuse: remove duplicate cs->offset assignment | Miklos Szeredi | 2016-10-01 | 1 | -1/+0 |
* | | | | fuse: don't use fuse_ioctl_copy_user() helper | Miklos Szeredi | 2016-10-01 | 1 | -34/+18 |
* | | | | fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter() | Al Viro | 2016-10-01 | 1 | -23/+7 |
* | | | | fuse: get rid of fc->flags | Miklos Szeredi | 2016-10-01 | 3 | -24/+20 |
* | | | | fuse: use timespec64 | Miklos Szeredi | 2016-10-01 | 1 | -3/+7 |
* | | | | fuse: don't use ->d_time | Miklos Szeredi | 2016-10-01 | 1 | -20/+23 |
* | | | | fuse: Add posix ACL support | Seth Forshee | 2016-10-01 | 7 | -7/+152 |
* | | | | fuse: handle killpriv in userspace fs | Miklos Szeredi | 2016-10-01 | 3 | -18/+33 |
* | | | | fuse: fix killing s[ug]id in setattr | Miklos Szeredi | 2016-10-01 | 1 | -4/+28 |
* | | | | fuse: invalidate dir dentry after chmod | Miklos Szeredi | 2016-10-01 | 1 | -2/+10 |
| |_|/
|/| | |
|
* | | | fuse: Use generic xattr ops | Seth Forshee | 2016-10-01 | 5 | -176/+221 |
* | | | fuse: listxattr: verify xattr list | Miklos Szeredi | 2016-10-01 | 1 | -0/+19 |
|/ / |
|
* / | fuse: direct-io: don't dirty ITER_BVEC pages | Miklos Szeredi | 2016-08-24 | 1 | -3/+4 |
|/ |
|
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-08-06 | 3 | -9/+5 |
|\ |
|
| * | qstr: constify instances in fuse | Al Viro | 2016-07-30 | 3 | -9/+5 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2016-07-29 | 4 | -40/+28 |
|\ \ |
|
| * | | fuse: use filemap_check_errors() | Miklos Szeredi | 2016-07-29 | 1 | -12/+2 |
| * | | fuse: fix wrong assignment of ->flags in fuse_send_init() | Wei Fang | 2016-07-29 | 1 | -1/+1 |
| * | | fuse: fuse_flush must check mapping->flags for errors | Maxim Patlasov | 2016-07-29 | 1 | -0/+9 |
| * | | fuse: fsync() did not return IO errors | Alexey Kuznetsov | 2016-07-29 | 1 | -0/+15 |
| * | | Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Miklos Szeredi | 2016-07-21 | 2 | -28/+4 |
| |\ \ |
|
| | * | | fuse: don't mess with blocking signals | Al Viro | 2016-07-19 | 1 | -27/+3 |
| * | | | fuse: improve aio directIO write performance for size extending writes | Ashish Sangwan | 2016-06-30 | 2 | -12/+10 |
| | |/
| |/| |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-07-29 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | mm: move most file-based accounting to the node | Mel Gorman | 2016-07-29 | 1 | -4/+4 |
| | |/
| |/| |
|
* | | | Merge branch 'salted-string-hash' | Linus Torvalds | 2016-07-28 | 2 | -3/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-11 | 2 | -3/+2 |
* | | | Use the right predicate in ->atomic_open() instances | Al Viro | 2016-07-05 | 1 | -1/+1 |
| |/
|/| |
|
* | | fuse: serialize dirops by default | Miklos Szeredi | 2016-06-30 | 3 | -1/+31 |
|/ |
|
* | switch ->setxattr() to passing dentry and inode separately | Al Viro | 2016-05-28 | 1 | -3/+3 |
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-18 | 1 | -2/+3 |
|\ |
|