summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfs: have chroot retry once on ESTALE errorJeff Layton2012-12-201-2/+7
* vfs: have chdir retry lookup and call once on ESTALE errorJeff Layton2012-12-201-2/+7
* vfs: have faccessat retry once on an ESTALE errorJeff Layton2012-12-201-2/+7
* vfs: have do_sys_truncate retry once on an ESTALE errorJeff Layton2012-12-201-1/+7
* vfs: fix renameat to retry on ESTALE errorsJeff Layton2012-12-201-3/+12
* vfs: make do_unlinkat retry once on ESTALE errorsJeff Layton2012-12-201-2/+8
* vfs: make do_rmdir retry once on ESTALE errorsJeff Layton2012-12-201-2/+7
* vfs: add a flags argument to user_path_parentJeff Layton2012-12-201-6/+10
* vfs: fix linkat to retry once on ESTALE errorsJeff Layton2012-12-201-2/+7
* vfs: fix symlinkat to retry on ESTALE errorsJeff Layton2012-12-201-2/+7
* vfs: fix mkdirat to retry once on an ESTALE errorJeff Layton2012-12-201-1/+7
* vfs: fix mknodat to retry on ESTALE errorsJeff Layton2012-12-201-2/+7
* vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-204-9/+20
* vfs: fix readlinkat to retry on ESTALEJeff Layton2012-12-201-1/+7
* vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton2012-12-201-2/+6
* vfs: add a retry_estale helper function to handle retries on ESTALEJeff Layton2012-12-201-0/+16
* Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro2012-12-20302-3460/+4827
|\
| * FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells2012-12-203-5/+20
| * FS-Cache: Mark cancellation of in-progress operationDavid Howells2012-12-204-11/+12
| * FS-Cache: One of the write operation paths doesn't set the object stateDavid Howells2012-12-201-2/+20
| * FS-Cache: Fix signal handling during waitsDavid Howells2012-12-201-1/+1
| * NFS4: Open files for fscachingDavid Howells2012-12-202-0/+3
| * FS-Cache: Add transition to handle invalidate immediately after lookup David Howells2012-12-201-0/+3
| * NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells2012-12-204-8/+21
| * FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells2012-12-203-9/+28
| * FS-Cache: Limit the number of I/O error reports for a cacheDavid Howells2012-12-201-4/+4
| * FS-Cache: Don't mask off the object event mask when printing itDavid Howells2012-12-202-3/+2
| * FS-Cache: Initialise the object event mask with the calculated maskDavid Howells2012-12-201-1/+2
| * FS-Cache: Convert the object event ID #defines into an enumDavid Howells2012-12-201-9/+17
| * CacheFiles: Add missing retrieval completionsDavid Howells2012-12-202-4/+12
| * NFS: Use FS-Cache invalidationDavid Howells2012-12-203-6/+37
| * CacheFiles: Implement invalidationDavid Howells2012-12-202-1/+53
| * VFS: Make more complete truncate operation available to CacheFilesDavid Howells2012-12-202-23/+28
| * FS-Cache: Provide proper invalidationDavid Howells2012-12-2011-18/+345
| * FS-Cache: Fix operation state management and accountingDavid Howells2012-12-207-50/+164
| * FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells2012-12-203-6/+23
| * CacheFiles: Make some debugging statements conditionalDavid Howells2012-12-201-7/+7
| * FS-Cache: Check that there are no read ops when cookie relinquishedDavid Howells2012-12-201-0/+8
| * CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells2012-12-206-15/+19
| * CacheFiles: Fix the marking of cached pagesDavid Howells2012-12-204-52/+56
| * ARM: OMAP: Fix build breakage due to missing include in i2c.cVaibhav Bedia2012-12-201-0/+1
| * Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-2017-276/+412
| |\
| | * virtio_console: Add support for remoteproc serialSjur Brændeland2012-12-182-23/+170
| | * virtio_console: Merge struct buffer_token into struct port_bufferSjur Brændeland2012-12-181-76/+53
| | * virtio: add drv_to_virtio to make code clearlyWanlong Gao2012-12-182-7/+9
| | * virtio: use dev_to_virtio wrapper in virtioWanlong Gao2012-12-182-11/+14
| | * virtio-mmio: Fix irq parsing in command line parameterPawel Moll2012-12-181-9/+17
| | * virtio_console: Free buffers from out-queue upon closesjur.brandeland@stericsson.com2012-12-181-0/+4
| | * virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-12-181-4/+3
| | * virtio_console: Use kmalloc instead of kzallocSjur Brændeland2012-12-181-1/+1
OpenPOWER on IntegriCloud