Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | 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 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ext4: fix locking for O_APPEND writes | Theodore Ts'o | 2014-04-21 | 1 | -16/+26 | |
| * | | | | | | | ext4: factor out common code in ext4_file_write() | Theodore Ts'o | 2014-04-21 | 1 | -34/+22 | |
| * | | | | | | | ext4: move ext4_file_dio_write() into ext4_file_write() | Theodore Ts'o | 2014-04-21 | 1 | -74/+64 | |
| * | | | | | | | ext4: inline generic_file_aio_write() into ext4_file_write() | Theodore Ts'o | 2014-04-21 | 1 | -4/+16 | |
| * | | | | | | | ext4: rename uninitialized extents to unwritten | Lukas Czerner | 2014-04-21 | 8 | -159/+159 | |
| * | | | | | | | ext4: get rid of EXT4_MAP_UNINIT flag | Lukas Czerner | 2014-04-21 | 3 | -12/+7 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | 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 |