summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-1080-687/+471
|\
| * vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-0755-319/+0
| * Merge remote-tracking branch 'fuse/xattr' into work.xattrAl Viro2016-10-075-157/+221
| |\
| * | xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-074-39/+85
| * | vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher2016-10-071-6/+7
| * | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-0714-85/+97
| * | libfs: Use IOP_XATTR flag for empty directory handlingAndreas Gruenbacher2016-10-071-21/+1
| * | vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher2016-10-072-21/+8
| * | vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-073-4/+11
| * | vfs: Move xattr_resolve_name to the front of fs/xattr.cAndreas Gruenbacher2016-10-071-51/+50
| * | Merge commit '2c563880ea' into work.xattrAl Viro2016-10-0733-530/+296
| |\ \
| * | | ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-063-14/+51
| * | | sockfs: Get rid of getxattr iopAndreas Gruenbacher2016-10-063-27/+47
| * | | sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesAndreas Gruenbacher2016-10-061-18/+6
| * | | kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-065-86/+92
| * | | hfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-064-34/+63
| * | | jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher2016-10-064-15/+9
| * | | xattr: Remove unnecessary NULL attribute name checkAndreas Gruenbacher2016-10-061-3/+0
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-1077-1654/+3852
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-1017-196/+157
| |\ \ \ \
| | * | | | crypto: vmx - Fix memory corruption caused by p8_ghashMarcelo Cerri2016-10-021-15/+16
| | * | | | crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri2016-10-022-12/+24
| * | | | | crypto: caam - treat SGT address pointer as u64Tudor Ambarus2016-10-023-7/+9
| * | | | | crypto: ccp - Make syslog errors human-readableGary R Hook2016-10-024-0/+61
| * | | | | crypto: ccp - clean up data structureGary R Hook2016-10-024-9/+12
| * | | | | crypto: vmx - Ensure ghash-generic is enabledMarcelo Cerri2016-10-021-0/+1
| * | | | | crypto: testmgr - add guard to dst buffer for ahash_exportJan Stancek2016-10-021-1/+4
| * | | | | crypto: caam - Unmap region obtained by of_iomapArvind Yadav2016-10-021-0/+1
| * | | | | crypto: sha1-powerpc - little-endian supportMarcelo Cerri2016-10-021-2/+11
| * | | | | crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2016-10-021-1/+1
| * | | | | crypto: caam - fix sg dumpCatalin Vasile2016-09-221-18/+61
| * | | | | hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach2016-09-221-2/+2
| * | | | | crypto: omap-sham - shrink the internal buffer sizeTero Kristo2016-09-221-1/+1
| * | | | | crypto: omap-sham - add support for export/importTero Kristo2016-09-221-3/+13
| * | | | | crypto: omap-sham - convert driver logic to use sgs for data xmitTero Kristo2016-09-221-270/+74
| * | | | | crypto: omap-sham - change the DMA threshold value to a defineTero Kristo2016-09-221-3/+5
| * | | | | crypto: omap-sham - add support functions for sg based data handlingTero Kristo2016-09-221-0/+263
| * | | | | crypto: omap-sham - rename sgl to sgl_tmp for deprecationTero Kristo2016-09-221-10/+11
| * | | | | crypto: omap-sham - align algorithms on word offsetTero Kristo2016-09-221-5/+5
| * | | | | crypto: omap-sham - add context export/import stubsTero Kristo2016-09-221-2/+17
| * | | | | crypto: sun4i-ss - mark sun4i_hash() staticBaoyou Xie2016-09-221-1/+1
| * | | | | crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun2016-09-221-1/+1
| * | | | | hwrng: geode - fix return value check in mod_init()Wei Yongjun2016-09-221-2/+2
| * | | | | hwrng: amd - Fix return value check in mod_init()Wei Yongjun2016-09-221-4/+4
| * | | | | crypto: caam - Move common error handling code in two functionsMarkus Elfring2016-09-221-12/+14
| * | | | | crypto: caam - Delete an unnecessary initialisation in seven functionsMarkus Elfring2016-09-221-7/+7
| * | | | | crypto: caam - Return a value directly in caam_hash_cra_init()Markus Elfring2016-09-221-5/+1
| * | | | | crypto: caam - Rename a jump label in five functionsMarkus Elfring2016-09-221-27/+22
| * | | | | crypto: caam - Rename jump labels in ahash_setkey()Markus Elfring2016-09-221-6/+5
| * | | | | crypto: caam - Use kmalloc_array() in ahash_setkey()Markus Elfring2016-09-221-2/+3