summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-144-12/+12
|\
| * iio: make function argument and some structures constBhumika Goyal2017-10-192-2/+2
| * target: make config_item_type constBhumika Goyal2017-10-191-6/+6
| * configfs: make ci_type field, some pointers and function arguments constBhumika Goyal2017-10-191-4/+4
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-145-81/+96
|\ \
| * | isofs: use unsigned char types consistentlyArnd Bergmann2017-10-311-81/+81
| * | audit: Record fanotify access control decisionsSteve Grubb2017-10-104-0/+15
* | | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-141-4/+3
|\ \ \
| * | | fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-1/+1
| * | | fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi2017-10-311-2/+0
| * | | fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-1/+2
* | | | Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-141-1/+2
|\ \ \ \
| * | | | GFS2: Implement iomap for block_mapBob Peterson2017-10-311-1/+2
* | | | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-11-143-9/+41
|\ \ \ \ \
| * | | | | btrfs: add tracepoints for outstanding extents modsJosef Bacik2017-11-011-0/+21
| * | | | | btrfs: add a flags argument to LOGICAL_INO and call it LOGICAL_INO_V2Zygo Blaxell2017-11-011-1/+7
| * | | | | btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-301-8/+5
| * | | | | btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2017-10-301-0/+1
| * | | | | btrfs: declare TRACE_DEFINE_ENUM for each of show_flush_state enumAnand Jain2017-10-301-0/+7
* | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-7/+8
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | iomap: Add IOMAP_F_DATA_INLINE flagAndreas Gruenbacher2017-10-011-2/+3
| * | | | | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-011-5/+5
* | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-145-148/+346
|\ \ \ \ \ \
| * | | | | | fscrypt: new helper function - fscrypt_prepare_setattr()Eric Biggers2017-10-181-0/+25
| * | | | | | fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers2017-10-183-0/+35
| * | | | | | fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers2017-10-183-0/+47
| * | | | | | fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers2017-10-183-0/+34
| * | | | | | fscrypt: new helper function - fscrypt_file_open()Eric Biggers2017-10-182-0/+12
| * | | | | | fscrypt: new helper function - fscrypt_require_key()Eric Biggers2017-10-181-0/+25
| * | | | | | fscrypt: remove ->is_encrypted()Eric Biggers2017-10-181-1/+0
| * | | | | | fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers2017-10-181-1/+1
| * | | | | | fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-181-0/+2
| * | | | | | fscrypt: clean up include file messDave Chinner2017-10-183-18/+37
| |/ / / / /
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-1411-31/+230
|\ \ \ \ \ \
| * | | | | | crypto: drbg - move to generic async completionGilad Ben-Yossef2017-11-031-2/+1
| * | | | | | crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-031-14/+1
| * | | | | | crypto: introduce crypto wait for async opGilad Ben-Yossef2017-11-031-0/+40
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-11-0329-210/+248
| |\| | | | |
| * | | | | | crypto: gf128mul - The x8_ble multiplication functionsHarsh Jain2017-11-031-1/+1
| * | | | | | crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus2017-10-121-1/+1
| * | | | | | crypto: ecdh - return unsigned value for crypto_ecdh_key_len()Tudor-Dan Ambarus2017-10-121-1/+1
| * | | | | | padata: ensure padata_do_serial() runs on the correct CPUMathias Krause2017-10-071-0/+2
| * | | | | | padata: ensure the reorder timer callback runs on the correct CPUMathias Krause2017-10-071-0/+2
| * | | | | | crypto: gcm - add GCM IV size constantCorentin LABBE2017-09-221-0/+8
| * | | | | | crypto: sm3 - add OSCCA SM3 secure hashGilad Ben-Yossef2017-09-222-0/+157
| * | | | | | crypto: doc - clarify return values for async hash methodsKamil Konieczny2017-09-221-12/+16
* | | | | | | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1350-189/+255
|\ \ \ \ \ \ \
| * | | | | | | usb: core: add a new usb_get_ptm_status() helperFelipe Balbi2017-11-071-0/+6
| * | | | | | | usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi2017-11-071-2/+3
| * | | | | | | usb: core: introduce a new usb_get_std_status() helperFelipe Balbi2017-11-071-0/+7