aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds22-985/+1814
2012-12-20FS-Cache: Provide proper invalidationDavid Howells6-1/+235
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-65/+116
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells4-43/+106
2012-12-20FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells2-6/+22
2012-12-20CacheFiles: Make some debugging statements conditionalDavid Howells1-7/+7
2012-12-20FS-Cache: Check that there are no read ops when cookie relinquishedDavid Howells1-0/+8
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells6-15/+19
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-8/+6
2012-12-20Merge tag 'for-3.8-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds25-0/+12651
2012-12-20CacheFiles: Fix the marking of cached pagesDavid Howells2-46/+47
2012-12-20hfs: drop vmtruncateMarco Stornelli1-8/+18
2012-12-20bfs: drop vmtruncateMarco Stornelli1-5/+10
2012-12-20affs: drop vmtruncateMarco Stornelli2-7/+16
2012-12-20adfs: drop vmtruncateMarco Stornelli1-5/+10
2012-12-20ocfs2: drop vmtruncateMarco Stornelli1-18/+0
2012-12-20omfs: drop vmtruncateMarco Stornelli1-7/+15
2012-12-20procfs: drop vmtruncateMarco Stornelli3-22/+1
2012-12-20reiserfs: drop vmtruncateMarco Stornelli3-6/+13
2012-12-20sysv: drop vmtruncateMarco Stornelli2-7/+15
2012-12-20ufs: drop vmtruncateMarco Stornelli1-5/+10
2012-12-20fs: Fix imbalance in freeze protection in mark_files_ro()Jan Kara1-1/+1
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton3-57/+3
2012-12-20path_init(): make -ENOTDIR failure exits consistentAl Viro1-2/+2
2012-12-20vfs: remove unneeded permission check from path_initJeff Layton1-6/+1
2012-12-20vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsMiao Xie1-1/+1
2012-12-20cifs: eliminate cifsERROR variableJeff Layton2-6/+1