summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \
| | * | | | | | iget_locked et.al.: make sure we don't return bad inodesAl Viro2016-07-031-7/+34
| * | | | | | | proc: switch auxv to use of __mem_open()Al Viro2016-10-051-19/+26
| * | | | | | | hpfs: support FIEMAPMikulas Patocka2016-10-051-0/+6
| * | | | | | | cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro2016-09-273-13/+5
| * | | | | | | posix_acl: xattr representation cleanupsAndreas Gruenbacher2016-09-273-16/+18
| * | | | | | | fs/aio.c: eliminate redundant loads in put_aio_ring_fileRasmus Villemoes2016-09-271-3/+6
| * | | | | | | fs/internal.h: add const to ns_dentry_operations declarationRasmus Villemoes2016-09-271-1/+1
| * | | | | | | compat: remove compat_printk()Arnd Bergmann2016-09-271-14/+0
| * | | | | | | fs/buffer.c: make __getblk_slow() staticEric Biggers2016-09-271-2/+1
| * | | | | | | proc: unsigned file descriptorsAlexey Dobriyan2016-09-273-6/+6
| * | | | | | | fs/file: more unsigned file descriptorsAlexey Dobriyan2016-09-271-17/+17
| * | | | | | | fs: compat: remove redundant check of nr_segsShawn Lin2016-09-271-1/+1
| * | | | | | | cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells2016-09-273-6/+13
| * | | | | | | cifs: don't use memcpy() to copy struct iov_iterAl Viro2016-09-271-10/+4
| * | | | | | | get rid of separate multipage fault-in primitivesAl Viro2016-09-271-1/+1
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-0727-339/+377
|\ \ \ \ \ \ \ \
| * | | | | | | | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-073-5/+5
| * | | | | | | | mm, proc: fix region lost in /proc/self/smapsRobert Ho2016-10-071-3/+5