summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-1817-137/+190
|\
| * blk-mq: fix undefined behaviour in order_to_size()Bartlomiej Zolnierkiewicz2016-05-161-1/+1
| * blk-throttle: don't parse cgroup path if trace isn't enabledShaohua Li2016-05-102-3/+11
| * blktrace: add missed mask nameShaohua Li2016-05-101-0/+1
| * blktrace: delete garbage for message traceShaohua Li2016-05-101-0/+1
| * block: make bio_inc_remaining() interface accessible againMike Snitzer2016-05-052-11/+11
| * block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discardMike Snitzer2016-05-051-2/+5
| * block: Minor blk_account_io_start usage cleanupMichael Callahan2016-05-031-2/+1
| * block: add __blkdev_issue_discardChristoph Hellwig2016-05-022-26/+39
| * block: remove struct bio_batchChristoph Hellwig2016-05-021-91/+27
| * block: copy NOMERGE flag from bio to requestShaohua Li2016-04-261-1/+1
| * block: add ability to flag write back caching on a deviceJens Axboe2016-04-124-0/+77
| * blk-mq: Export tagset iter functionSagi Grimberg2016-04-122-0/+14
| * block: add offset in blk_add_request_payload()Ming Lin2016-04-124-5/+6
| * writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran2016-04-121-2/+4
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-1846-224/+200
|\ \
| * | nfsd: use RWF_SYNCChristoph Hellwig2016-05-021-11/+7
| * | fs: add RWF_DSYNC aand RWF_SYNCChristoph Hellwig2016-05-022-1/+7
| * | ceph: use generic_write_syncChristoph Hellwig2016-05-021-6/+5
| * | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-0212-65/+46
| * | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-0213-16/+25
| * | direct-io: remove the offset argument to dio_completeChristoph Hellwig2016-05-021-5/+5
| * | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-0237-112/+99
| * | xfs: eliminate the pos variable in xfs_file_dio_aio_writeChristoph Hellwig2016-05-021-9/+8
| * | filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-024-9/+9
| * | filemap: remove pos variables in generic_file_read_iterChristoph Hellwig2016-05-021-8/+7
| |/
* | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-1719-155/+132
|\ \
| * | constify ima_d_path()Al Viro2016-03-282-2/+2
| * | constify security_sb_pivotroot()Al Viro2016-03-284-6/+6
| * | constify security_path_chroot()Al Viro2016-03-284-5/+5
| * | constify security_path_{link,rename}Al Viro2016-03-285-18/+18
| * | apparmor: remove useless checks for NULL ->mntAl Viro2016-03-281-2/+2
| * | constify security_path_{mkdir,mknod,symlink}Al Viro2016-03-287-20/+20
| * | constify security_path_{unlink,rmdir}Al Viro2016-03-285-12/+12
| * | apparmor: constify common_perm_...()Al Viro2016-03-281-4/+4
| * | apparmor: constify aa_path_link()Al Viro2016-03-282-2/+2
| * | apparmor: new helper - common_path_perm()Al Viro2016-03-281-35/+12
| * | constify chmod_common/security_path_chmodAl Viro2016-03-286-7/+7
| * | constify security_sb_mount()Al Viro2016-03-285-6/+6
| * | constify chown_common/security_path_chownAl Viro2016-03-286-7/+7
| * | tomoyo: constify assorted struct path *Al Viro2016-03-283-13/+13
| * | apparmor_path_truncate(): path->mnt is never NULLAl Viro2016-03-281-1/+1
| * | constify vfs_truncate()Al Viro2016-03-282-2/+2
| * | constify security_path_truncate()Al Viro2016-03-285-6/+6
| * | [apparmor] constify struct path * in a bunch of helpersAl Viro2016-03-285-8/+8
* | | Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2016-05-175-220/+167
|\ \ \
| * | | cifs: Switch to generic xattr handlersAndreas Gruenbacher2016-04-234-218/+165
| * | | cifs: Fix removexattr for os2.* xattrsAndreas Gruenbacher2016-04-231-9/+17
| * | | cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULTAndreas Gruenbacher2016-04-231-2/+2
| * | | cifs: Fix xattr name checksAndreas Gruenbacher2016-04-231-16/+8