summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10136-640/+737
|\
| * Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-0876-225/+296
| |\
| | * fs: Avoid premature clearing of capabilitiesJan Kara2016-09-221-6/+14
| | * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-2251-68/+67
| | * 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-2216-102/+89
| * | Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-0825-101/+170
| |\ \
| | * | 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
| | * | vfs: make argument of d_real_inode() constMiklos Szeredi2016-09-161-2/+3
| | * | locks: fix file locking on overlayfsMiklos Szeredi2016-09-166-27/+46
| | * | fsnotify: support overlayfsAihua Zhang2016-09-161-5/+9
| | * | vfs: update ovl inode before relatime checkMiklos Szeredi2016-09-164-8/+37
| | * | vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi2016-09-163-16/+17
| | * | ima: use file_dentry()Miklos Szeredi2016-09-162-3/+3
| * | | Merge branch 'work.const-qstr' into work.miscAl Viro2016-10-0813-59/+53
| |\ \ \
| | * | | parisc: use %pDAl Viro2016-08-081-1/+1
| | * | | lustre: use %pDAl Viro2016-08-081-2/+2
| | * | | gpu: use %pdAl Viro2016-08-083-6/+6
| | * | | iwlwifi: use %pdAl Viro2016-08-083-16/+10
| | * | | orangefs: use %pd/%pDAl Viro2016-08-085-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-041-7/+34
| * | | | | proc: switch auxv to use of __mem_open()Al Viro2016-10-061-19/+26
| * | | | | hpfs: support FIEMAPMikulas Patocka2016-10-061-0/+6
| * | | | | cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro2016-09-283-13/+5
| * | | | | posix_acl: uapi header splitAndreas Gruenbacher2016-09-285-38/+81
| * | | | | posix_acl: xattr representation cleanupsAndreas Gruenbacher2016-09-286-54/+51
| * | | | | fs/aio.c: eliminate redundant loads in put_aio_ring_fileRasmus Villemoes2016-09-281-3/+6
| * | | | | fs/internal.h: add const to ns_dentry_operations declarationRasmus Villemoes2016-09-281-1/+1
| * | | | | compat: remove compat_printk()Arnd Bergmann2016-09-283-25/+0
| * | | | | fs/buffer.c: make __getblk_slow() staticEric Biggers2016-09-281-2/+1
| * | | | | proc: unsigned file descriptorsAlexey Dobriyan2016-09-283-6/+6
| * | | | | fs/file: more unsigned file descriptorsAlexey Dobriyan2016-09-284-23/+23
| * | | | | fs: compat: remove redundant check of nr_segsShawn Lin2016-09-281-1/+1
| * | | | | cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells2016-09-283-6/+13
| * | | | | cifs: don't use memcpy() to copy struct iov_iterAl Viro2016-09-281-10/+4
| * | | | | get rid of separate multipage fault-in primitivesAl Viro2016-09-287-61/+9
* | | | | | Merge branch 'pcmcia' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-10-104-102/+183
|\ \ \ \ \ \
| * | | | | | pcmcia: soc_common: add driver-data pointerRussell King2016-09-221-0/+1
| * | | | | | pcmcia: soc_common: add support for voltage sense GPIOsRussell King2016-09-222-2/+8
| * | | | | | pcmcia: soc_common: constify pcmcia_low_level ops pointerRussell King2016-09-222-2/+2
| * | | | | | pcmcia: soc_common: switch to a per-socket cpufreq notifierRussell King2016-09-222-54/+26
| * | | | | | pcmcia: soc_common: add support for Vcc and Vpp regulatorsRussell King2016-09-222-1/+47