Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | perf: Differentiate exec() and non-exec() comm events | Adrian Hunter | 2014-06-06 | 1 | -3/+3 | |
| * | | | | | | perf: Fix perf_event_comm() vs. exec() assumption | Peter Zijlstra | 2014-06-06 | 1 | -0/+1 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 | 77 | -1516/+1004 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | lock_parent: don't step on stale ->d_parent of all-but-freed one | Al Viro | 2014-06-12 | 1 | -1/+3 | |
| * | | | | | | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus | Al Viro | 2014-06-12 | 29 | -218/+370 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| * | | | | | | kill generic_file_splice_write() | Al Viro | 2014-06-12 | 1 | -124/+0 | |
| * | | | | | | ceph: switch to iter_file_splice_write() | Al Viro | 2014-06-12 | 1 | -1/+1 | |
| * | | | | | | nfs: switch to iter_splice_write_file() | Al Viro | 2014-06-12 | 3 | -34/+2 | |
| * | | | | | | fs/splice.c: remove unneeded exports | Al Viro | 2014-06-12 | 1 | -10/+5 | |
| * | | | | | | ocfs2: switch to iter_file_splice_write() | Al Viro | 2014-06-12 | 1 | -80/+2 | |
| * | | | | | | ->splice_write() via ->write_iter() | Al Viro | 2014-06-12 | 15 | -56/+154 | |
| * | | | | | | bio_vec-backed iov_iter | Al Viro | 2014-05-06 | 1 | -1/+1 | |
| * | | | | | | ceph: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -31/+26 | |
| * | | | | | | ceph_sync_direct_write: stop poking into iov_iter guts | Al Viro | 2014-05-06 | 1 | -26/+23 | |
| * | | | | | | ceph_sync_read: stop poking into iov_iter guts | Al Viro | 2014-05-06 | 1 | -28/+18 | |
| * | | | | | | new helper: copy_page_from_iter() | Al Viro | 2014-05-06 | 1 | -110/+19 | |
| * | | | | | | fuse: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -16/+11 | |
| * | | | | | | btrfs: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -14/+10 | |
| * | | | | | | ocfs2: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -18/+12 | |
| * | | | | | | xfs: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -20/+9 | |
| * | | | | | | afs: switch to ->write_iter() | Al Viro | 2014-05-06 | 3 | -10/+8 | |
| * | | | | | | gfs2: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -10/+8 | |
| * | | | | | | nfs: switch to ->write_iter() | Al Viro | 2014-05-06 | 3 | -12/+10 | |
| * | | | | | | ubifs: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -12/+7 | |
| * | | | | | | cifs: switch to ->write_iter() | Al Viro | 2014-05-06 | 3 | -42/+35 | |
| * | | | | | | udf: switch to ->write_iter() | Al Viro | 2014-05-06 | 1 | -6/+5 | |
| * | | | | | | convert ext4 to ->write_iter() | Al Viro | 2014-05-06 | 1 | -18/+11 | |
| * | | | | | | Merge ext4 changes in ext4_file_write() into for-next | Al Viro | 2014-05-06 | 8 | -245/+240 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | blkdev_aio_write() - turn into blkdev_write_iter() | Al Viro | 2014-05-06 | 1 | -10/+6 | |
| * | | | | | | | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 2014-05-06 | 25 | -52/+52 | |
| * | | | | | | | ceph: switch to ->read_iter() | Al Viro | 2014-05-06 | 1 | -11/+7 | |
| * | | | | | | | nfs: switch to ->read_iter() | Al Viro | 2014-05-06 | 3 | -14/+9 | |
| * | | | | | | | fs/block_dev.c: switch to ->read_iter() | Al Viro | 2014-05-06 | 1 | -10/+6 | |
| * | | | | | | | pipe: switch to ->read_iter() | Al Viro | 2014-05-06 | 1 | -11/+5 | |
| * | | | | | | | cifs: switch to ->read_iter() | Al Viro | 2014-05-06 | 3 | -32/+22 | |
| * | | | | | | | fuse_file_aio_read(): convert to ->read_iter() | Al Viro | 2014-05-06 | 1 | -6/+5 | |
| * | | | | | | | ocfs2: switch to ->read_iter() | Al Viro | 2014-05-06 | 1 | -11/+10 | |
| * | | | | | | | ecryptfs: switch to ->read_iter() | Al Viro | 2014-05-06 | 1 | -5/+4 | |
| * | | | | | | | xfs: switch to ->read_iter() | Al Viro | 2014-05-06 | 1 | -12/+7 | |
| * | | | | | | | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 2014-05-06 | 34 | -73/+73 | |
| * | | | | | | | new methods: ->read_iter() and ->write_iter() | Al Viro | 2014-05-06 | 4 | -11/+105 | |
| * | | | | | | | replace checking for ->read/->aio_read presence with check in ->f_mode | Al Viro | 2014-05-06 | 3 | -7/+15 | |
| * | | | | | | | xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write() | Al Viro | 2014-05-06 | 1 | -19/+14 | |
| * | | | | | | | blkdev_aio_read(): switch to generic_file_read_iter(), get rid of iov_shorten() | Al Viro | 2014-05-06 | 1 | -3/+6 | |
| * | | | | | | | iov_iter_truncate() | Al Viro | 2014-05-06 | 4 | -28/+26 | |
| * | | | | | | | btrfs: switch check_direct_IO() to iov_iter | Al Viro | 2014-05-06 | 1 | -25/+15 | |
| * | | | | | | | new helper: iov_iter_get_pages_alloc() | Al Viro | 2014-05-06 | 1 | -202/+88 | |
| * | | | | | | | new helper: iov_iter_npages() | Al Viro | 2014-05-06 | 2 | -22/+3 | |
| * | | | | | | | f2fs: switch to iov_iter_alignment() | Al Viro | 2014-05-06 | 1 | -6/+5 | |
| * | | | | | | | fuse: switch to iov_iter_get_pages() | Al Viro | 2014-05-06 | 1 | -21/+12 |