summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-2113-23/+85
|\
| * sendfile: allows bypassing of notifier eventsScott Wolchok2012-12-211-0/+2
| * fat: fix incorrect function commentRavishankar N2012-12-213-4/+7
| * proc: fix inconsistent lock stateXiaotian Feng2012-12-211-6/+6
| * hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko2012-12-211-1/+4
| * hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko2012-12-213-5/+12
| * hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko2012-12-211-4/+20
| * hfsplus: avoid crash on failed block map freeAlan Cox2012-12-211-1/+12
| * exec: do not leave bprm->interp on stackKees Cook2012-12-213-2/+22
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-2164-435/+1096
|\ \
| * | vfs: make lremovexattr retry once on ESTALE errorJeff Layton2012-12-211-2/+7
| * | vfs: make removexattr retry once on ESTALEJeff Layton2012-12-211-2/+7
| * | vfs: make llistxattr retry once on ESTALE errorJeff Layton2012-12-211-2/+7
| * | vfs: make listxattr retry once on ESTALE errorJeff Layton2012-12-211-2/+7
| * | vfs: make lgetxattr retry once on ESTALEJeff Layton2012-12-211-2/+7
| * | vfs: make getxattr retry once on an ESTALE errorJeff Layton2012-12-211-2/+7
| * | vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton2012-12-211-2/+7
| * | vfs: allow setxattr to retry once on ESTALE errorsJeff Layton2012-12-211-2/+7
| * | vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton2012-12-211-1/+5
| * | vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton2012-12-211-1/+8
| * | vfs: make fchownat retry once on ESTALE errorsJeff Layton2012-12-211-0/+5
| * | vfs: make fchmodat retry once on ESTALE errorsJeff Layton2012-12-211-2/+7
| * | vfs: have chroot retry once on ESTALE errorJeff Layton2012-12-211-2/+7
| * | vfs: have chdir retry lookup and call once on ESTALE errorJeff Layton2012-12-211-2/+7
| * | vfs: have faccessat retry once on an ESTALE errorJeff Layton2012-12-211-2/+7
| * | vfs: have do_sys_truncate retry once on an ESTALE errorJeff Layton2012-12-211-1/+7
| * | vfs: fix renameat to retry on ESTALE errorsJeff Layton2012-12-211-3/+12
| * | vfs: make do_unlinkat retry once on ESTALE errorsJeff Layton2012-12-211-2/+8
| * | vfs: make do_rmdir retry once on ESTALE errorsJeff Layton2012-12-211-2/+7
| * | vfs: add a flags argument to user_path_parentJeff Layton2012-12-211-6/+10
| * | vfs: fix linkat to retry once on ESTALE errorsJeff Layton2012-12-211-2/+7
| * | vfs: fix symlinkat to retry on ESTALE errorsJeff Layton2012-12-211-2/+7
| * | vfs: fix mkdirat to retry once on an ESTALE errorJeff Layton2012-12-211-1/+7
| * | vfs: fix mknodat to retry on ESTALE errorsJeff Layton2012-12-211-2/+7
| * | vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-211-5/+16
| * | vfs: fix readlinkat to retry on ESTALEJeff Layton2012-12-211-1/+7
| * | vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton2012-12-211-2/+6
| * | Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro2012-12-2121-171/+664
| |\ \
| | * | FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells2012-12-203-5/+20
| | * | FS-Cache: Mark cancellation of in-progress operationDavid Howells2012-12-203-9/+10
| | * | 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
| | * | CacheFiles: Add missing retrieval completionsDavid Howells2012-12-202-4/+12