aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-20vfs: make lgetxattr retry once on ESTALEJeff Layton1-2/+7
2012-12-20vfs: make getxattr retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: allow setxattr to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton1-1/+5
2012-12-20vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton1-1/+8
2012-12-20vfs: make fchownat retry once on ESTALE errorsJeff Layton1-0/+5
2012-12-20vfs: make fchmodat retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: have chroot retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have chdir retry lookup and call once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have faccessat retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have do_sys_truncate retry once on an ESTALE errorJeff Layton1-1/+7
2012-12-20vfs: fix renameat to retry on ESTALE errorsJeff Layton1-3/+12
2012-12-20vfs: make do_unlinkat retry once on ESTALE errorsJeff Layton1-2/+8
2012-12-20vfs: make do_rmdir retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: add a flags argument to user_path_parentJeff Layton1-6/+10
2012-12-20vfs: fix linkat to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: fix symlinkat to retry on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: fix mkdirat to retry once on an ESTALE errorJeff Layton1-1/+7
2012-12-20vfs: fix mknodat to retry on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton1-5/+16
2012-12-20vfs: fix readlinkat to retry on ESTALEJeff Layton1-1/+7
2012-12-20vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton1-2/+6
2012-12-20Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linusAl Viro21-171/+664
2012-12-20vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown1-1/+1
2012-12-20vfs: drop vmtruncateMarco Stornelli1-2/+0
2012-12-20ntfs: drop vmtruncateMarco Stornelli3-5/+23
2012-12-20nilfs2: drop vmtruncateMarco Stornelli4-11/+18
2012-12-20ncpfs: drop vmtruncateMarco Stornelli1-3/+1
2012-12-20minix: drop vmtruncateMarco Stornelli2-7/+16
2012-12-20logfs: drop vmtruncateMarco Stornelli1-2/+8
2012-12-20hfsplus: drop vmtruncateMarco Stornelli1-11/+16
2012-12-20jfs: drop vmtruncateMarco Stornelli2-8/+18
2012-12-20hpfs: drop vmtruncateMarco Stornelli3-8/+18
2012-12-20FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells3-5/+20
2012-12-20FS-Cache: Mark cancellation of in-progress operationDavid Howells3-9/+10
2012-12-20FS-Cache: One of the write operation paths doesn't set the object stateDavid Howells1-2/+20
2012-12-20FS-Cache: Fix signal handling during waitsDavid Howells1-1/+1
2012-12-20NFS4: Open files for fscachingDavid Howells2-0/+3
2012-12-20FS-Cache: Add transition to handle invalidate immediately after lookup David Howells1-0/+3
2012-12-20NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells4-8/+21
2012-12-20FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells3-9/+28
2012-12-20FS-Cache: Limit the number of I/O error reports for a cacheDavid Howells1-4/+4
2012-12-20FS-Cache: Don't mask off the object event mask when printing itDavid Howells2-3/+2
2012-12-20FS-Cache: Initialise the object event mask with the calculated maskDavid Howells1-1/+2
2012-12-20CacheFiles: Add missing retrieval completionsDavid Howells2-4/+12
2012-12-20NFS: Use FS-Cache invalidationDavid Howells3-6/+37
2012-12-20CacheFiles: Implement invalidationDavid Howells2-1/+53
2012-12-20VFS: Make more complete truncate operation available to CacheFilesDavid Howells1-23/+27
2012-12-20FS-Cache: Provide proper invalidationDavid Howells6-1/+235