summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-203-7/+11
|\
| * firewire: ABI documentation: libhinawa uses firewire-cdevStefan Richter2016-03-121-0/+1
| * firewire: ABI documentation: jujuutils were renamed to linux-firewire-utilsStefan Richter2015-11-051-1/+1
| * firewire: ohci: propagate return code from soft_reset to probe and resumeStefan Richter2015-11-051-2/+3
| * firewire: nosy: Replace timeval with timespec64Amitoj Kaur Chawla2015-11-051-4/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-2033-465/+488
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro2016-03-1833-465/+488
| |\ \ \ \
| | | | * | blk-mq: enable polling support by defaultChristoph Hellwig2016-03-041-1/+2
| | | | * | direct-io: only use block polling if explicitly requestedChristoph Hellwig2016-03-041-1/+2
| | | | * | vfs: add the RWF_HIPRI flag for preadv2/pwritev2Christoph Hellwig2016-03-043-2/+8
| | | | * | x86: wire up preadv2 and pwritev2Christoph Hellwig2016-03-042-0/+4
| | | | * | vfs: vfs: Define new syscalls preadv2,pwritev2Milosz Tanski2016-03-043-35/+138
| | | | * | vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig2016-03-044-23/+31
| | | * | | splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent2016-03-181-0/+3
| | | * | | vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin2016-03-161-0/+2
| | | * | | CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells2016-02-014-17/+39
| | | |/ /
| | * | | dcache.c: new helper: __d_add()Al Viro2016-03-141-7/+17
| | * | | don't bother with __d_instantiate(dentry, NULL)Al Viro2016-03-141-10/+7
| | * | | untangle fsnotify_d_instantiate() a bitAl Viro2016-03-143-17/+4
| | * | | uninline d_add()Al Viro2016-03-142-14/+17
| | * | | replace d_add_unique() with saner primitiveAl Viro2016-03-143-98/+58
| | * | | quota: use lookup_one_len_unlocked()Al Viro2016-03-141-3/+1
| | * | | cifs_get_root(): use lookup_one_len_unlocked()Al Viro2016-03-141-3/+1
| | * | | nfs_lookup: don't bother with d_instantiate(dentry, NULL)Al Viro2016-03-141-8/+4
| | * | | kill dentry_unhash()Al Viro2016-03-142-30/+0
| | * | | ceph_fill_trace(): don't bother with d_instantiate(dn, NULL)Al Viro2016-03-141-3/+1
| | * | | autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro2016-03-141-2/+0
| | * | | configfs: move d_rehash() into configfs_create() for regular filesAl Viro2016-03-142-9/+12
| | * | | ceph: don't bother with d_rehash() in splice_dentry()Al Viro2016-03-141-13/+4
| | * | | namei: teach lookup_slow() to skip revalidateAl Viro2016-03-142-23/+36
| | * | | namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()Al Viro2016-03-141-32/+24
| | * | | lookup_one_len_unlocked(): use lookup_dcache()Al Viro2016-03-141-11/+1
| | * | | namei: simplify invalidation logics in lookup_dcache()Al Viro2016-03-141-7/+3
| | * | | namei: change calling conventions for lookup_{fast,slow} and follow_managed()Al Viro2016-03-141-11/+9
| | * | | namei: untanlge lookup_fast()Al Viro2016-03-141-46/+37
| | * | | lookup_dcache(): lift d_alloc() into callersAl Viro2016-03-061-18/+17
| | * | | do_last(): reorder and simplify a bitAl Viro2016-03-061-11/+11
| | * | | Merge branch 'for-linus' into work.lookupsAl Viro2016-03-06992-58719/+10606
| | |\ \ \
| | * | | | ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro2016-02-233-21/+10
| | * | | | ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro2016-02-221-6/+2
| | | |/ / | | |/| |
* | | | | Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-03-204-5/+24
|\ \ \ \ \
| * | | | | audit: Fix typo in commentWei Yuan2016-02-082-4/+4
| * | | | | audit: log failed attempts to change audit_pid configurationRichard Guy Briggs2016-01-261-2/+6
| * | | | | audit: stop an old auditd being starved out by a new auditdRichard Guy Briggs2016-01-262-1/+16
* | | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-2057-377/+969
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King2016-03-0559-377/+975
| |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | ARM: l2c: tauros2: use descriptive definitions for register bitsRussell King2015-11-261-5/+10
| | | | | * | | | | | ARM: l2c: tauros2: fix OF-enabled non-DT bootRussell King2015-11-261-9/+8
| | | | * | | | | | | ARM: 8546/1: dma-mapping: refactor to fix coherent+cma+gfp=0Rabin Vincent2016-03-051-37/+128
| | | | * | | | | | | ARM: 8547/1: dma-mapping: store buffer informationRabin Vincent2016-03-051-1/+48