| Commit message (Expand) | Author | Age |
* | vfs: fix user_statfs to retry once on ESTALE errors | Jeff Layton | 2012-12-20 |
* | vfs: make fchownat retry once on ESTALE errors | Jeff Layton | 2012-12-20 |
* | vfs: make fchmodat retry once on ESTALE errors | Jeff Layton | 2012-12-20 |
* | vfs: have chroot retry once on ESTALE error | Jeff Layton | 2012-12-20 |
* | vfs: have chdir retry lookup and call once on ESTALE error | Jeff Layton | 2012-12-20 |
* | vfs: have faccessat retry once on an ESTALE error | Jeff Layton | 2012-12-20 |
* | vfs: have do_sys_truncate retry once on an ESTALE error | Jeff Layton | 2012-12-20 |
* | vfs: fix renameat to retry on ESTALE errors | Jeff Layton | 2012-12-20 |
* | vfs: make do_unlinkat retry once on ESTALE errors | Jeff Layton | 2012-12-20 |
* | vfs: make do_rmdir retry once on ESTALE errors | Jeff Layton | 2012-12-20 |
* | vfs: add a flags argument to user_path_parent | Jeff Layton | 2012-12-20 |
* | vfs: fix linkat to retry once on ESTALE errors | Jeff Layton | 2012-12-20 |
* | vfs: fix symlinkat to retry on ESTALE errors | Jeff Layton | 2012-12-20 |
* | vfs: fix mkdirat to retry once on an ESTALE error | Jeff Layton | 2012-12-20 |
* | vfs: fix mknodat to retry on ESTALE errors | Jeff Layton | 2012-12-20 |
* | vfs: turn is_dir argument to kern_path_create into a lookup_flags arg | Jeff Layton | 2012-12-20 |
* | vfs: fix readlinkat to retry on ESTALE | Jeff Layton | 2012-12-20 |
* | vfs: make fstatat retry on ESTALE errors from getattr call | Jeff Layton | 2012-12-20 |
* | vfs: add a retry_estale helper function to handle retries on ESTALE | Jeff Layton | 2012-12-20 |
* | Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe... | Al Viro | 2012-12-20 |
|\ |
|
| * | FS-Cache: Clear remaining page count on retrieval cancellation | David Howells | 2012-12-20 |
| * | FS-Cache: Mark cancellation of in-progress operation | David Howells | 2012-12-20 |
| * | FS-Cache: One of the write operation paths doesn't set the object state | David Howells | 2012-12-20 |
| * | FS-Cache: Fix signal handling during waits | David Howells | 2012-12-20 |
| * | NFS4: Open files for fscaching | David Howells | 2012-12-20 |
| * | FS-Cache: Add transition to handle invalidate immediately after lookup | David Howells | 2012-12-20 |
| * | NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page | David Howells | 2012-12-20 |
| * | FS-Cache: Exclusive op submission can BUG if there's been an I/O error | David Howells | 2012-12-20 |
| * | FS-Cache: Limit the number of I/O error reports for a cache | David Howells | 2012-12-20 |
| * | FS-Cache: Don't mask off the object event mask when printing it | David Howells | 2012-12-20 |
| * | FS-Cache: Initialise the object event mask with the calculated mask | David Howells | 2012-12-20 |
| * | FS-Cache: Convert the object event ID #defines into an enum | David Howells | 2012-12-20 |
| * | CacheFiles: Add missing retrieval completions | David Howells | 2012-12-20 |
| * | NFS: Use FS-Cache invalidation | David Howells | 2012-12-20 |
| * | CacheFiles: Implement invalidation | David Howells | 2012-12-20 |
| * | VFS: Make more complete truncate operation available to CacheFiles | David Howells | 2012-12-20 |
| * | FS-Cache: Provide proper invalidation | David Howells | 2012-12-20 |
| * | FS-Cache: Fix operation state management and accounting | David Howells | 2012-12-20 |
| * | FS-Cache: Make cookie relinquishment wait for outstanding reads | David Howells | 2012-12-20 |
| * | CacheFiles: Make some debugging statements conditional | David Howells | 2012-12-20 |
| * | FS-Cache: Check that there are no read ops when cookie relinquished | David Howells | 2012-12-20 |
| * | CacheFiles: Downgrade the requirements passed to the allocator | David Howells | 2012-12-20 |
| * | CacheFiles: Fix the marking of cached pages | David Howells | 2012-12-20 |
| * | ARM: OMAP: Fix build breakage due to missing include in i2c.c | Vaibhav Bedia | 2012-12-20 |
| * | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-20 |
| |\ |
|
| | * | virtio_console: Add support for remoteproc serial | Sjur Brændeland | 2012-12-17 |
| | * | virtio_console: Merge struct buffer_token into struct port_buffer | Sjur Brændeland | 2012-12-17 |
| | * | virtio: add drv_to_virtio to make code clearly | Wanlong Gao | 2012-12-17 |
| | * | virtio: use dev_to_virtio wrapper in virtio | Wanlong Gao | 2012-12-17 |
| | * | virtio-mmio: Fix irq parsing in command line parameter | Pawel Moll | 2012-12-17 |