summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2014-06-131-0/+5
|\
| * dlm: keep listening connection alive with sctp modeLidong Zhong2014-06-121-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-138-231/+310
|\ \
| * | ceph: use truncate_pagecache() instead of truncate_inode_pages()Yan, Zheng2014-06-071-2/+2
| * | ceph: include time stamp in every MDS requestSage Weil2014-06-062-1/+9
| * | ceph: refactor readpage_nounlock() to make the logic clearerZhang Zhen2014-06-061-10/+7
| * | mds: check cap ID when handling cap export messageYan, Zheng2014-06-061-1/+1
| * | ceph: remember subtree root dirfrag's auth MDSYan, Zheng2014-06-061-1/+7
| * | ceph: introduce ceph_fill_fragtree()Yan, Zheng2014-06-061-45/+84
| * | ceph: handle cap import atomicallyYan, Zheng2014-06-061-45/+54
| * | ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng2014-06-063-79/+85
| * | ceph: update inode fields according to issued capsYan, Zheng2014-06-062-57/+71
| * | ceph: queue vmtruncate if necessary when handing cap grant/revokeYan, Zheng2014-06-061-10/+16
| * | ceph: remove useless ACL checkZhang Zhen2014-06-061-6/+0
| * | ceph: ceph_get_parent() can be staticFengguang Wu2014-06-061-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-131-3/+4
|\ \ \
| * | | perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-061-3/+3
| * | | perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra2014-06-061-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-1277-1516/+1004
|\ \ \ \ | |_|_|/ |/| | |
| * | | lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro2014-06-121-1/+3
| * | | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-1229-218/+370
| |\| |
| * | | kill generic_file_splice_write()Al Viro2014-06-121-124/+0
| * | | ceph: switch to iter_file_splice_write()Al Viro2014-06-121-1/+1
| * | | nfs: switch to iter_splice_write_file()Al Viro2014-06-123-34/+2
| * | | fs/splice.c: remove unneeded exportsAl Viro2014-06-121-10/+5
| * | | ocfs2: switch to iter_file_splice_write()Al Viro2014-06-121-80/+2
| * | | ->splice_write() via ->write_iter()Al Viro2014-06-1215-56/+154
| * | | bio_vec-backed iov_iterAl Viro2014-05-061-1/+1
| * | | ceph: switch to ->write_iter()Al Viro2014-05-061-31/+26
| * | | ceph_sync_direct_write: stop poking into iov_iter gutsAl Viro2014-05-061-26/+23
| * | | ceph_sync_read: stop poking into iov_iter gutsAl Viro2014-05-061-28/+18
| * | | new helper: copy_page_from_iter()Al Viro2014-05-061-110/+19
| * | | fuse: switch to ->write_iter()Al Viro2014-05-061-16/+11
| * | | btrfs: switch to ->write_iter()Al Viro2014-05-061-14/+10
| * | | ocfs2: switch to ->write_iter()Al Viro2014-05-061-18/+12
| * | | xfs: switch to ->write_iter()Al Viro2014-05-061-20/+9
| * | | afs: switch to ->write_iter()Al Viro2014-05-063-10/+8
| * | | gfs2: switch to ->write_iter()Al Viro2014-05-061-10/+8
| * | | nfs: switch to ->write_iter()Al Viro2014-05-063-12/+10
| * | | ubifs: switch to ->write_iter()Al Viro2014-05-061-12/+7
| * | | cifs: switch to ->write_iter()Al Viro2014-05-063-42/+35
| * | | udf: switch to ->write_iter()Al Viro2014-05-061-6/+5
| * | | convert ext4 to ->write_iter()Al Viro2014-05-061-18/+11
| * | | Merge ext4 changes in ext4_file_write() into for-nextAl Viro2014-05-068-245/+240
| |\ \ \
| * | | | blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-061-10/+6
| * | | | write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-0625-52/+52
| * | | | ceph: switch to ->read_iter()Al Viro2014-05-061-11/+7
| * | | | nfs: switch to ->read_iter()Al Viro2014-05-063-14/+9
| * | | | fs/block_dev.c: switch to ->read_iter()Al Viro2014-05-061-10/+6
| * | | | pipe: switch to ->read_iter()Al Viro2014-05-061-11/+5