summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-12-20vfs: allow setxattr to retry once on ESTALE errorsJeff Layton
2012-12-20vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton
2012-12-20vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton
2012-12-20vfs: make fchownat retry once on ESTALE errorsJeff Layton
2012-12-20vfs: make fchmodat retry once on ESTALE errorsJeff Layton
2012-12-20vfs: have chroot retry once on ESTALE errorJeff Layton
2012-12-20vfs: have chdir retry lookup and call once on ESTALE errorJeff Layton
2012-12-20vfs: have faccessat retry once on an ESTALE errorJeff Layton
2012-12-20vfs: have do_sys_truncate retry once on an ESTALE errorJeff Layton
2012-12-20vfs: fix renameat to retry on ESTALE errorsJeff Layton
2012-12-20vfs: make do_unlinkat retry once on ESTALE errorsJeff Layton
2012-12-20vfs: make do_rmdir retry once on ESTALE errorsJeff Layton
2012-12-20vfs: add a flags argument to user_path_parentJeff Layton
2012-12-20vfs: fix linkat to retry once on ESTALE errorsJeff Layton
2012-12-20vfs: fix symlinkat to retry on ESTALE errorsJeff Layton
2012-12-20vfs: fix mkdirat to retry once on an ESTALE errorJeff Layton
2012-12-20vfs: fix mknodat to retry on ESTALE errorsJeff Layton
2012-12-20vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton
2012-12-20vfs: fix readlinkat to retry on ESTALEJeff Layton
2012-12-20vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton
2012-12-20Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro
2012-12-20vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown
2012-12-20vfs: drop vmtruncateMarco Stornelli
2012-12-20ntfs: drop vmtruncateMarco Stornelli
2012-12-20nilfs2: drop vmtruncateMarco Stornelli
2012-12-20ncpfs: drop vmtruncateMarco Stornelli
2012-12-20minix: drop vmtruncateMarco Stornelli
2012-12-20logfs: drop vmtruncateMarco Stornelli
2012-12-20hfsplus: drop vmtruncateMarco Stornelli
2012-12-20jfs: drop vmtruncateMarco Stornelli
2012-12-20hpfs: drop vmtruncateMarco Stornelli
2012-12-20FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells
2012-12-20FS-Cache: Mark cancellation of in-progress operationDavid Howells
2012-12-20FS-Cache: One of the write operation paths doesn't set the object stateDavid Howells
2012-12-20FS-Cache: Fix signal handling during waitsDavid Howells
2012-12-20NFS4: Open files for fscachingDavid Howells
2012-12-20FS-Cache: Add transition to handle invalidate immediately after lookup David Howells
2012-12-20NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells
2012-12-20FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells
2012-12-20FS-Cache: Limit the number of I/O error reports for a cacheDavid Howells
2012-12-20FS-Cache: Don't mask off the object event mask when printing itDavid Howells
2012-12-20FS-Cache: Initialise the object event mask with the calculated maskDavid Howells
2012-12-20CacheFiles: Add missing retrieval completionsDavid Howells
2012-12-20NFS: Use FS-Cache invalidationDavid Howells
2012-12-20CacheFiles: Implement invalidationDavid Howells
2012-12-20VFS: Make more complete truncate operation available to CacheFilesDavid Howells
2012-12-20FS-Cache: Provide proper invalidationDavid Howells
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells
2012-12-20FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells
2012-12-20CacheFiles: Make some debugging statements conditionalDavid Howells