| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | UBIFS: extend debug/message capabilities | Sheng Yong | 2015-03-25 | |
| | * | | | | | | | | | | | | | | | | | | | | | | UBIFS: simplify returns | Fabian Frederick | 2015-03-25 | |
| | * | | | | | | | | | | | | | | | | | | | | | | UBIFS: Fix trivial typos in comments | Yannick Guerrini | 2015-03-25 | |
| | * | | | | | | | | | | | | | | | | | | | | | | UBIFS: do not write master node if need recovery | Sheng Yong | 2015-03-25 | |
| | * | | | | | | | | | | | | | | | | | | | | | | UBIFS: fix incorrect unlocking handling | Taesoo Kim | 2015-03-25 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-04-15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | / / / / / / / / / / / / / / / | | |_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | ->aio_read and ->aio_write removed | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | kill do_sync_read/do_sync_write | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | fuse: use iov_iter_get_pages() for non-splice path | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | fuse: switch to ->read_iter/->write_iter | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | make new_sync_{read,write}() static | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | coredump: accept any write method | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | export __vfs_read() | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | autofs: switch to __vfs_write() | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | new helper: __vfs_write() | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | Merge branch '9p-iov_iter' into for-next | Al Viro | 2015-04-11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | 9p: we are leaking glock.client_id in v9fs_file_getlock() | Al Viro | 2015-04-11 | |
| | | * | | | | | | | | | | | | | | | | | | | | 9p: switch to ->read_iter/->write_iter | Al Viro | 2015-04-11 | |
| | | * | | | | | | | | | | | | | | | | | | | | 9p: get rid of v9fs_direct_file_read() | Al Viro | 2015-04-11 | |
| | | * | | | | | | | | | | | | | | | | | | | | 9p: switch p9_client_read() to passing struct iov_iter * | Al Viro | 2015-04-11 | |
| | | * | | | | | | | | | | | | | | | | | | | | 9p: get rid of v9fs_direct_file_write() | Al Viro | 2015-04-11 | |
| | | * | | | | | | | | | | | | | | | | | | | | 9p: fold v9fs_file_write_internal() into the caller | Al Viro | 2015-04-11 | |
| | | * | | | | | | | | | | | | | | | | | | | | 9p: switch ->writepage() to direct use of p9_client_write() | Al Viro | 2015-04-11 | |
| | | * | | | | | | | | | | | | | | | | | | | | 9p: switch p9_client_write() to passing it struct iov_iter * | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | switch hugetlbfs to ->read_iter() | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | coda: switch to ->read_iter/->write_iter | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | | ncpfs: switch to ->read_iter/->write_iter | Al Viro | 2015-04-11 | |
| | |/ / / / / / / / / / / / / / / / / / / / | ||||
| | * | | | | | | | | | | | | | | | | | | | | aio_run_iocb(): kill dead check | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | ioctx_alloc(): remove pointless check | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | expand __fuse_direct_write() in both callers | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter() | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | cuse: switch to iov_iter | Al Viro | 2015-04-11 | |
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'for-davem' into for-next | Al Viro | 2015-04-11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-04-15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'dh/afs' into for-davem | Al Viro | 2015-04-11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | kafs: Add more "unified AFS" error codes | Nathaniel Wesley Filardo | 2015-04-01 | |
| | | * | | | | | | | | | | | | | | | | | | | | AFS: afs_send_empty_reply() doesn't require an iovec array | David Howells | 2015-04-01 | |
| | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'iocb' into for-davem | Al Viro | 2015-04-09 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2015-04-07 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | Bluetooth: bnep: Add support for get bnep features via ioctl | Grzegorz Kolodziejczyk | 2015-04-03 | |
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | mm, mempool: do not allow atomic resizing | David Rientjes | 2015-04-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE | Kees Cook | 2015-04-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | mm: split ET_DYN ASLR from mmap ASLR | Kees Cook | 2015-04-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | fs/binfmt_elf.c: fix bug in loading of PIE binaries | Michael Davidson | 2015-04-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | cleancache: remove limit on the number of cleancache enabled filesystems | Vladimir Davydov | 2015-04-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | cleancache: zap uuid arg of cleancache_init_shared_fs | Vladimir Davydov | 2015-04-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | ocfs2: copy fs uuid to superblock | Vladimir Davydov | 2015-04-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | page_writeback: clean up mess around cancel_dirty_page() | Konstantin Khlebnikov | 2015-04-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | ocfs2: make mlog_errno return the errno | Andrew Morton | 2015-04-14 | |
