summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-1065-545/+338
|\
| * vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-0748-282/+0
| * Merge remote-tracking branch 'fuse/xattr' into work.xattrAl Viro2016-10-075-157/+221
| |\
| * | xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-072-18/+37
| * | vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher2016-10-071-6/+7
| * | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-077-36/+55
| * | libfs: Use IOP_XATTR flag for empty directory handlingAndreas Gruenbacher2016-10-071-21/+1
| * | vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher2016-10-072-21/+8
| * | vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-072-4/+10
| * | vfs: Move xattr_resolve_name to the front of fs/xattr.cAndreas Gruenbacher2016-10-071-51/+50
| * | ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-063-14/+51
| * | sockfs: Get rid of getxattr iopAndreas Gruenbacher2016-10-061-3/+4
| * | kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-065-86/+92
| * | hfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-064-34/+63
| * | jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher2016-10-064-15/+9
| * | xattr: Remove unnecessary NULL attribute name checkAndreas Gruenbacher2016-10-061-3/+0
* | | Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2016-10-101-6/+2
|\ \ \
| * | | dlm: free workqueues after the connectionsMarcelo Ricardo Leitner2016-10-101-6/+2
* | | | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-107-53/+61
|\ \ \ \
| * | | | ceph: use list_move instead of list_del/list_addWei Yongjun2016-10-031-2/+1
| * | | | ceph: handle CEPH_SESSION_REJECT messageYan, Zheng2016-10-033-5/+25
| * | | | ceph: avoid accessing / when mounting a subpathYan, Zheng2016-10-031-29/+20
| * | | | ceph: fix mandatory flock checkYan, Zheng2016-10-031-2/+2
| * | | | ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown2016-10-031-3/+2
| * | | | ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown2016-10-031-2/+2
| * | | | ceph: fix error handling of start_read()Yan, Zheng2016-10-031-10/+9
* | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-103-11/+5
|\ \ \ \ \
| * | | | | [btrfs] fix check_direct_IO() for non-iovec iteratorsAl Viro2016-10-101-1/+1
| * | | | | fix ITER_PIPE interaction with direct_IOAl Viro2016-10-102-10/+4
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10103-448/+557
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-0871-220/+290
| |\ \ \ \ \ \
| | * | | | | | fs: Avoid premature clearing of capabilitiesJan Kara2016-09-221-6/+14
| | * | | | | | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-2247-63/+62
| | * | | | | | fuse: Propagate dentry down to inode_change_ok()Jan Kara2016-09-223-5/+6
| | * | | | | | ceph: Propagate dentry down to inode_change_ok()Jan Kara2016-09-222-8/+16
| | * | | | | | xfs: Propagate dentry down to inode_change_ok()Jan Kara2016-09-225-35/+68
| | * | | | | | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-2215-102/+88
| * | | | | | | Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-0819-88/+139
| |\ \ \ \ \ \ \
| | * | | | | | | vfat: don't use ->d_timeMiklos Szeredi2016-09-161-4/+15
| | * | | | | | | cifs: don't use ->d_timeMiklos Szeredi2016-09-163-4/+14
| | * | | | | | | posix_acl: don't ignore return value of posix_acl_create_masq()Miklos Szeredi2016-09-161-5/+6
| | * | | | | | | f2fs: use filemap_check_errors()Miklos Szeredi2016-09-161-5/+2
| | * | | | | | | btrfs: use filemap_check_errors()Miklos Szeredi2016-09-164-19/+3
| | * | | | | | | vfs: do get_write_access() on upper layer of overlayfsMiklos Szeredi2016-09-162-3/+15
| | * | | | | | | locks: fix file locking on overlayfsMiklos Szeredi2016-09-164-25/+31
| | * | | | | | | vfs: update ovl inode before relatime checkMiklos Szeredi2016-09-163-7/+37
| | * | | | | | | vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi2016-09-162-16/+16
| * | | | | | | | Merge branch 'work.const-qstr' into work.miscAl Viro2016-10-085-34/+34
| |\ \ \ \ \ \ \ \
| | * | | | | | | | orangefs: use %pd/%pDAl Viro2016-08-075-34/+34
| * | | | | | | | | Merge branch 'work.iget' into work.miscAl Viro2016-10-081-7/+34
| |\ \ \ \ \ \ \ \ \