summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds80-531/+1311
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds118-357/+211
2012-12-21Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds6-7/+11
2012-12-21Merge tag 'fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds25-183/+204
2012-12-21Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-9/+158
2012-12-21vfs: make lremovexattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: make removexattr retry once on ESTALEJeff Layton1-2/+7
2012-12-21vfs: make llistxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: make listxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: make lgetxattr retry once on ESTALEJeff Layton1-2/+7
2012-12-21vfs: make getxattr retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: allow setxattr to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton1-1/+5
2012-12-21vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton1-1/+8
2012-12-21vfs: make fchownat retry once on ESTALE errorsJeff Layton1-0/+5
2012-12-21vfs: make fchmodat retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: have chroot retry once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: have chdir retry lookup and call once on ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: have faccessat retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-21vfs: have do_sys_truncate retry once on an ESTALE errorJeff Layton1-1/+7
2012-12-21vfs: fix renameat to retry on ESTALE errorsJeff Layton1-3/+12
2012-12-21vfs: make do_unlinkat retry once on ESTALE errorsJeff Layton1-2/+8
2012-12-21vfs: make do_rmdir retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: add a flags argument to user_path_parentJeff Layton1-6/+10
2012-12-21vfs: fix linkat to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: fix symlinkat to retry on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: fix mkdirat to retry once on an ESTALE errorJeff Layton1-1/+7
2012-12-21vfs: fix mknodat to retry on ESTALE errorsJeff Layton1-2/+7
2012-12-21vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton4-9/+20
2012-12-21vfs: fix readlinkat to retry on ESTALEJeff Layton1-1/+7
2012-12-21vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton1-2/+6
2012-12-21vfs: add a retry_estale helper function to handle retries on ESTALEJeff Layton1-0/+16
2012-12-21Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro302-3460/+4827
2012-12-21vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown1-1/+1
2012-12-21vfs: Remove useless function prototypesAlessio Igor Bogani1-4/+0
2012-12-21documentation: drop vmtruncateMarco Stornelli3-18/+1
2012-12-21mm: drop vmtruncateMarco Stornelli2-24/+0
2012-12-21vfs: drop vmtruncateMarco Stornelli2-3/+0
2012-12-21ntfs: drop vmtruncateMarco Stornelli3-5/+23
2012-12-21nilfs2: drop vmtruncateMarco Stornelli4-11/+18
2012-12-21ncpfs: drop vmtruncateMarco Stornelli1-3/+1
2012-12-21minix: drop vmtruncateMarco Stornelli2-7/+16
2012-12-21logfs: drop vmtruncateMarco Stornelli1-2/+8
2012-12-21hfsplus: drop vmtruncateMarco Stornelli1-11/+16
2012-12-21jfs: drop vmtruncateMarco Stornelli2-8/+18
2012-12-21hpfs: drop vmtruncateMarco Stornelli3-8/+18
2012-12-21FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells3-5/+20
2012-12-21FS-Cache: Mark cancellation of in-progress operationDavid Howells4-11/+12
2012-12-21FS-Cache: One of the write operation paths doesn't set the object stateDavid Howells1-2/+20