summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers2017-05-041-0/+11
* f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers2017-05-041-3/+4
* ext4: remove "nokey" check from ext4_lookup()Eric Biggers2017-05-041-8/+1
* fscrypt: fix context consistency check when key(s) unavailableEric Biggers2017-05-041-19/+68
* fscrypt: Remove __packed from fscrypt_policyJoe Richey2017-04-301-1/+1
* fscrypt: Move key structure and constants to uapiJoe Richey2017-04-302-11/+13
* fscrypt: remove fscrypt_symlink_data_len()Eric Biggers2017-04-301-11/+0
* fscrypt: remove unnecessary checks for NULL operationsEric Biggers2017-04-302-13/+1
* Linux 4.11-rc6v4.11-rc6Linus Torvalds2017-04-091-1/+1
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-04-0913-90/+268
|\
| * Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-04-071-0/+4
| * CIFS: Fix build failure with smb2Tobias Regnery2017-04-071-0/+1
| * Introduce cifs_copy_file_range()Sachin Prabhu2017-04-075-68/+110
| * SMB3: Rename clone_range to copychunk_rangeSachin Prabhu2017-04-073-15/+16
| * Handle mismatched open callsSachin Prabhu2017-04-079-13/+143
* | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-04-094-16/+69
|\ \
| * \ Merge branch 'kprobe-fixes' of https://git.linaro.org/people/tixy/kernel into...Russell King2017-04-06386-1931/+4760
| |\ \
| | * | arm: kprobes: Align stack to 8-bytes in test codeJon Medhurst2017-03-211-3/+8
| | * | arm: kprobes: Fix the return address of multiple kretprobesMasami Hiramatsu2017-03-211-2/+22
| | * | arm: kprobes: Skip single-stepping in recursing path if possibleMasami Hiramatsu2017-03-211-9/+10
| | * | arm: kprobes: Allow to handle reentered kprobe on single-steppingMasami Hiramatsu2017-03-211-0/+6
| * | | ARM: 8665/1: nommu: access ID_PFR1 only if CPUID schemeafzal mohammed2017-03-291-1/+4
| * | | ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memoryRussell King2017-03-291-1/+19
* | | | Merge tag 'driver-core-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-04-093-5/+14
|\ \ \ \
| * | | | MAINTAINERS: separate out kernfs maintainershipTejun Heo2017-04-081-2/+9
| * | | | sysfs: be careful of error returns from ops->show()NeilBrown2017-04-081-2/+4
| * | | | Documentation: stable-kernel-rules: fix stable-tag formatJohan Hovold2017-04-081-1/+1
* | | | | Merge tag 'staging-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-04-097-7/+31
|\ \ \ \ \
| * | | | | staging: android: ashmem: lseek failed due to no FMODE_LSEEK.Shuxiao Zhang2017-04-081-0/+1
| * | | | | Merge tag 'iio-fixes-for-4.11d' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-04-036-7/+30
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | iio: hid-sensor-attributes: Fix sensor property setting failure.Song Hongyan2017-04-021-0/+10
| | * | | | iio: accel: hid-sensor-accel-3d: Fix duplicate scan index errorSrinivas Pandruvada2017-04-021-1/+2
| | * | | | iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative valuesNikolaus Schulz2017-04-021-4/+3
| | * | | | iio: st_pressure: initialize lps22hb bootimeShrirang Bagul2017-04-021-0/+1
| | * | | | iio: bmg160: reset chip when probingQuentin Schulz2017-03-251-0/+12
| | * | | | iio: cros_ec_sensors: Fix return value to get raw and calibbias data.Enric Balletbo i Serra2017-03-251-2/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-04-0914-61/+120
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'work.statx' into for-nextAl Viro2017-04-031251-8823/+17873
| |\ \ \ \ \ \
| | * | | | | | statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-035-6/+18
| | * | | | | | statx: Reserve the top bit of the mask for future struct expansionDavid Howells2017-04-032-0/+3
| | * | | | | | xfs: report crtime and attribute flags to statxDarrick J. Wong2017-04-031-0/+14
| | * | | | | | ext4: Add statx supportDavid Howells2017-04-035-4/+39
| | * | | | | | statx: optimize copy of struct statx to userspaceEric Biggers2017-04-031-42/+32
| | * | | | | | statx: remove incorrect part of vfs_statx() commentEric Biggers2017-04-031-3/+0
| | * | | | | | statx: reject unknown flags when using NULL pathEric Biggers2017-04-031-1/+5
| | * | | | | | Documentation/filesystems: fix documentation for ->getattr()Eric Biggers2017-04-033-4/+8
| * | | | | | | alpha: fix stack smashing in old_adjtimex(2)Al Viro2017-04-031-1/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-04-0815-164/+281
|\ \ \ \ \ \ \ \
| * | | | | | | | blk-mq: Restart a single queue if tag sets are sharedBart Van Assche2017-04-074-27/+55
| * | | | | | | | dm rq: Avoid that request processing stalls sporadicallyBart Van Assche2017-04-071-0/+1