Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | | | | | hostfs: Remove open coded strcpy() | Richard Weinberger | 2015-03-26 | |
| * | | | | | | | | | | | | | | | | | | | | hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw() | Richard Weinberger | 2015-03-26 | |
| * | | | | | | | | | | | | | | | | | | | | hostfs: Make hostfs_readpage more readable | Richard Weinberger | 2015-03-26 | |
| * | | | | | | | | | | | | | | | | | | | | hostfs: Handle bogus st.mode | Richard Weinberger | 2015-03-26 | |
| * | | | | | | | | | | | | | | | | | | | | hostfs: Allow fsync on directories | Richard Weinberger | 2015-03-26 | |
| * | | | | | | | | | | | | | | | | | | | | hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_open | Richard Weinberger | 2015-03-26 | |
| * | | | | | | | | | | | | | | | | | | | | hostfs: hostfs_file_open: Switch to data locking model | Richard Weinberger | 2015-03-26 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2015-04-15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | UBIFS: fix output format of INUM_WATERMARK | Sheng Yong | 2015-04-13 | |
| * | | | | | | | | | | | | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |