summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-3/+3
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-1023-53/+208
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * vfs: remove unused i_op->renameMiklos Szeredi2016-09-271-2/+0
| | * libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-271-1/+2
| * | vfs: Add current_time() apiDeepa Dinamani2016-09-271-0/+1
* | | Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds2016-10-102-69/+272
|\ \ \
| * \ \ Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxBrian Norris2016-10-081-0/+107
| |\ \ \
| | * | | mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon2016-09-151-0/+107
| * | | | mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger2016-09-231-1/+4
| * | | | mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2016-09-231-0/+1
| * | | | mtd: nand: automate NAND timings selectionBoris Brezillon2016-09-231-4/+10
| * | | | mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2016-09-231-0/+2
| * | | | mtd: nand: Add function to convert ONFI mode to data_interfaceSascha Hauer2016-09-231-0/+5
| * | | | mtd: nand: Introduce nand_data_interfaceSascha Hauer2016-09-231-49/+117
| * | | | mtd: nand: Create a NAND reset functionSascha Hauer2016-09-231-0/+4
| * | | | mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer2016-09-231-15/+15
| * | | | mtd: nand: import nand_hw_control_init()Marc Gonzalez2016-09-231-0/+7
| |/ / /
* | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-102-13/+17
|\ \ \ \
| * | | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-072-9/+0
| * | | | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-071-0/+3
| * | | | vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-071-0/+1
| * | | | sockfs: Get rid of getxattr iopAndreas Gruenbacher2016-10-061-4/+13
| | |_|/ | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-105-74/+133
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-101-0/+23
| |\ \ \ \
| | * | | | crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri2016-10-021-0/+23
| | | |/ / | | |/| |
| * | | | crypto: engine - permit to enqueue ashash_requestCorentin LABBE2016-09-071-16/+33
| * | | | crypto: engine - move crypto engine to its own headerCorentin LABBE2016-09-072-70/+90
| * | | | hwrng: core - Improve description of the ->read() interfaceDaniel Thompson2016-08-241-1/+3
| * | | | crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook2016-08-091-3/+0
| |/ / /
* | | | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-106-3/+89
|\ \ \ \
| * | | | ceph: handle CEPH_SESSION_REJECT messageYan, Zheng2016-10-031-0/+1
| * | | | rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov2016-08-241-0/+1
| * | | | libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov2016-08-241-1/+1
| * | | | libceph: support for blacklisting clientsDouglas Fuller2016-08-242-0/+14
| * | | | libceph: support for lock.lock_infoDouglas Fuller2016-08-241-0/+22
| * | | | libceph: support for advisory locking on RADOS objectsDouglas Fuller2016-08-241-0/+27
| * | | | libceph: add ceph_osdc_call() single-page helperDouglas Fuller2016-08-241-0/+8
| * | | | libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller2016-08-241-1/+14
| * | | | libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()Ilya Dryomov2016-08-241-1/+1
* | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-101-2/+2
|\ \ \ \ \
| * | | | | constify iov_iter_count() and iter_is_iovec()Al Viro2016-10-101-2/+2
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-1013-114/+123
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-082-1/+2
| |\ \ \ \ \ \
| | * | | | | | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| | * | | | | | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-0/+1
| * | | | | | | Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-084-10/+28
| |\ \ \ \ \ \ \
| | * | | | | | | vfs: make argument of d_real_inode() constMiklos Szeredi2016-09-161-2/+3
| | * | | | | | | locks: fix file locking on overlayfsMiklos Szeredi2016-09-162-2/+15
| | * | | | | | | fsnotify: support overlayfsAihua Zhang2016-09-161-5/+9