| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-10 | 65 | -545/+338 |
|\ |
|
| * | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 48 | -282/+0 |
| * | Merge remote-tracking branch 'fuse/xattr' into work.xattr | Al Viro | 2016-10-07 | 5 | -157/+221 |
| |\ |
|
| * | | xattr: Stop calling {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 2 | -18/+37 |
| * | | vfs: Check for the IOP_XATTR flag in listxattr | Andreas Gruenbacher | 2016-10-07 | 1 | -6/+7 |
| * | | xattr: Add __vfs_{get,set,remove}xattr helpers | Andreas Gruenbacher | 2016-10-07 | 7 | -36/+55 |
| * | | libfs: Use IOP_XATTR flag for empty directory handling | Andreas Gruenbacher | 2016-10-07 | 1 | -21/+1 |
| * | | vfs: Use IOP_XATTR flag for bad-inode handling | Andreas Gruenbacher | 2016-10-07 | 2 | -21/+8 |
| * | | vfs: Add IOP_XATTR inode operations flag | Andreas Gruenbacher | 2016-10-07 | 2 | -4/+10 |
| * | | vfs: Move xattr_resolve_name to the front of fs/xattr.c | Andreas Gruenbacher | 2016-10-07 | 1 | -51/+50 |
| * | | ecryptfs: Switch to generic xattr handlers | Andreas Gruenbacher | 2016-10-06 | 3 | -14/+51 |
| * | | sockfs: Get rid of getxattr iop | Andreas Gruenbacher | 2016-10-06 | 1 | -3/+4 |
| * | | kernfs: Switch to generic xattr handlers | Andreas Gruenbacher | 2016-10-06 | 5 | -86/+92 |
| * | | hfs: Switch to generic xattr handlers | Andreas Gruenbacher | 2016-10-06 | 4 | -34/+63 |
| * | | jffs2: Remove jffs2_{get,set,remove}xattr macros | Andreas Gruenbacher | 2016-10-06 | 4 | -15/+9 |
| * | | xattr: Remove unnecessary NULL attribute name check | Andreas Gruenbacher | 2016-10-06 | 1 | -3/+0 |
* | | | Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 2016-10-10 | 1 | -6/+2 |
|\ \ \ |
|
| * | | | dlm: free workqueues after the connections | Marcelo Ricardo Leitner | 2016-10-10 | 1 | -6/+2 |
* | | | | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-10-10 | 7 | -53/+61 |
|\ \ \ \ |
|
| * | | | | ceph: use list_move instead of list_del/list_add | Wei Yongjun | 2016-10-03 | 1 | -2/+1 |
| * | | | | ceph: handle CEPH_SESSION_REJECT message | Yan, Zheng | 2016-10-03 | 3 | -5/+25 |
| * | | | | ceph: avoid accessing / when mounting a subpath | Yan, Zheng | 2016-10-03 | 1 | -29/+20 |
| * | | | | ceph: fix mandatory flock check | Yan, Zheng | 2016-10-03 | 1 | -2/+2 |
| * | | | | ceph: remove warning when ceph_releasepage() is called on dirty page | NeilBrown | 2016-10-03 | 1 | -3/+2 |
| * | | | | ceph: ignore error from invalidate_inode_pages2_range() in direct write | NeilBrown | 2016-10-03 | 1 | -2/+2 |
| * | | | | ceph: fix error handling of start_read() | Yan, Zheng | 2016-10-03 | 1 | -10/+9 |
* | | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-10-10 | 3 | -11/+5 |
|\ \ \ \ \ |
|
| * | | | | | [btrfs] fix check_direct_IO() for non-iovec iterators | Al Viro | 2016-10-10 | 1 | -1/+1 |
| * | | | | | fix ITER_PIPE interaction with direct_IO | Al Viro | 2016-10-10 | 2 | -10/+4 |
* | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 103 | -448/+557 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 2016-10-08 | 71 | -220/+290 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | fs: Avoid premature clearing of capabilities | Jan Kara | 2016-09-22 | 1 | -6/+14 |
| | * | | | | | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 47 | -63/+62 |
| | * | | | | | | fuse: Propagate dentry down to inode_change_ok() | Jan Kara | 2016-09-22 | 3 | -5/+6 |
| | * | | | | | | ceph: Propagate dentry down to inode_change_ok() | Jan Kara | 2016-09-22 | 2 | -8/+16 |
| | * | | | | | | xfs: Propagate dentry down to inode_change_ok() | Jan Kara | 2016-09-22 | 5 | -35/+68 |
| | * | | | | | | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 2016-09-22 | 15 | -102/+88 |
| * | | | | | | | Merge remote-tracking branch 'ovl/misc' into work.misc | Al Viro | 2016-10-08 | 19 | -88/+139 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | vfat: don't use ->d_time | Miklos Szeredi | 2016-09-16 | 1 | -4/+15 |
| | * | | | | | | | cifs: don't use ->d_time | Miklos Szeredi | 2016-09-16 | 3 | -4/+14 |
| | * | | | | | | | posix_acl: don't ignore return value of posix_acl_create_masq() | Miklos Szeredi | 2016-09-16 | 1 | -5/+6 |
| | * | | | | | | | f2fs: use filemap_check_errors() | Miklos Szeredi | 2016-09-16 | 1 | -5/+2 |
| | * | | | | | | | btrfs: use filemap_check_errors() | Miklos Szeredi | 2016-09-16 | 4 | -19/+3 |
| | * | | | | | | | vfs: do get_write_access() on upper layer of overlayfs | Miklos Szeredi | 2016-09-16 | 2 | -3/+15 |
| | * | | | | | | | locks: fix file locking on overlayfs | Miklos Szeredi | 2016-09-16 | 4 | -25/+31 |
| | * | | | | | | | vfs: update ovl inode before relatime check | Miklos Szeredi | 2016-09-16 | 3 | -7/+37 |
| | * | | | | | | | vfs: move permission checking into notify_change() for utimes(NULL) | Miklos Szeredi | 2016-09-16 | 2 | -16/+16 |
| * | | | | | | | | Merge branch 'work.const-qstr' into work.misc | Al Viro | 2016-10-08 | 5 | -34/+34 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | orangefs: use %pd/%pD | Al Viro | 2016-08-07 | 5 | -34/+34 |
| * | | | | | | | | | Merge branch 'work.iget' into work.misc | Al Viro | 2016-10-08 | 1 | -7/+34 |
| |\ \ \ \ \ \ \ \ \ |
|