summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-12-20FS-Cache: Provide proper invalidationDavid Howells
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
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
2012-12-20FS-Cache: Check that there are no read ops when cookie relinquishedDavid Howells
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-12-20Merge tag 'for-3.8-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2012-12-20CacheFiles: Fix the marking of cached pagesDavid Howells
2012-12-20hfs: drop vmtruncateMarco Stornelli
2012-12-20bfs: drop vmtruncateMarco Stornelli
2012-12-20affs: drop vmtruncateMarco Stornelli
2012-12-20adfs: drop vmtruncateMarco Stornelli
2012-12-20ocfs2: drop vmtruncateMarco Stornelli
2012-12-20omfs: drop vmtruncateMarco Stornelli
2012-12-20procfs: drop vmtruncateMarco Stornelli
2012-12-20reiserfs: drop vmtruncateMarco Stornelli
2012-12-20sysv: drop vmtruncateMarco Stornelli
2012-12-20ufs: drop vmtruncateMarco Stornelli
2012-12-20fs: Fix imbalance in freeze protection in mark_files_ro()Jan Kara
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton
2012-12-20path_init(): make -ENOTDIR failure exits consistentAl Viro
2012-12-20vfs: remove unneeded permission check from path_initJeff Layton
2012-12-20vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsMiao Xie
2012-12-20cifs: eliminate cifsERROR variableJeff Layton
2012-12-20cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton
2012-12-20cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds