1. a69201d vfs: allow utimensat() calls to retry once on an ESTALE error by Jeff Layton · 12 years ago
  2. 96948fc vfs: fix user_statfs to retry once on ESTALE errors by Jeff Layton · 12 years ago
  3. 99a5df3 vfs: make fchownat retry once on ESTALE errors by Jeff Layton · 12 years ago
  4. 14ff690 vfs: make fchmodat retry once on ESTALE errors by Jeff Layton · 12 years ago
  5. 2771261 vfs: have chroot retry once on ESTALE error by Jeff Layton · 12 years ago
  6. 0291c0a vfs: have chdir retry lookup and call once on ESTALE error by Jeff Layton · 12 years ago
  7. 87fa559 vfs: have faccessat retry once on an ESTALE error by Jeff Layton · 12 years ago
  8. 48f7530 vfs: have do_sys_truncate retry once on an ESTALE error by Jeff Layton · 12 years ago
  9. c6a9428 vfs: fix renameat to retry on ESTALE errors by Jeff Layton · 12 years ago
  10. 5d18f81 vfs: make do_unlinkat retry once on ESTALE errors by Jeff Layton · 12 years ago
  11. c6ee920 vfs: make do_rmdir retry once on ESTALE errors by Jeff Layton · 12 years ago
  12. 9e790bd vfs: add a flags argument to user_path_parent by Jeff Layton · 12 years ago
  13. 442e31c vfs: fix linkat to retry once on ESTALE errors by Jeff Layton · 12 years ago
  14. f46d356 vfs: fix symlinkat to retry on ESTALE errors by Jeff Layton · 12 years ago
  15. b76d8b8 vfs: fix mkdirat to retry once on an ESTALE error by Jeff Layton · 12 years ago
  16. 972567f vfs: fix mknodat to retry on ESTALE errors by Jeff Layton · 12 years ago
  17. 1ac12b4 vfs: turn is_dir argument to kern_path_create into a lookup_flags arg by Jeff Layton · 12 years ago
  18. 7955119 vfs: fix readlinkat to retry on ESTALE by Jeff Layton · 12 years ago
  19. 836fb7e vfs: make fstatat retry on ESTALE errors from getattr call by Jeff Layton · 12 years ago
  20. 21e89c0 Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus by Al Viro · 12 years ago
  21. b911a6b vfs: d_obtain_alias() needs to use "/" as default name. by NeilBrown · 12 years ago
  22. d30357f vfs: drop vmtruncate by Marco Stornelli · 12 years ago
  23. 9014da7 ntfs: drop vmtruncate by Marco Stornelli · 12 years ago
  24. 2d1b399 nilfs2: drop vmtruncate by Marco Stornelli · 12 years ago
  25. 3e7a806 ncpfs: drop vmtruncate by Marco Stornelli · 12 years ago
  26. 7fc7cd0 minix: drop vmtruncate by Marco Stornelli · 12 years ago
  27. 5dfc282 logfs: drop vmtruncate by Marco Stornelli · 12 years ago
  28. d506848 hfsplus: drop vmtruncate by Marco Stornelli · 12 years ago
  29. 86dd07d jfs: drop vmtruncate by Marco Stornelli · 12 years ago
  30. 70b31c4 hpfs: drop vmtruncate by Marco Stornelli · 12 years ago
  31. 91c7fbb FS-Cache: Clear remaining page count on retrieval cancellation by David Howells · 12 years ago
  32. 1f372df FS-Cache: Mark cancellation of in-progress operation by David Howells · 12 years ago
  33. 7ef001e FS-Cache: One of the write operation paths doesn't set the object state by David Howells · 12 years ago
  34. 9c04caa FS-Cache: Fix signal handling during waits by David Howells · 12 years ago
  35. a4ff146 NFS4: Open files for fscaching by David Howells · 12 years ago
  36. 9696952 FS-Cache: Add transition to handle invalidate immediately after lookup by David Howells · 12 years ago
  37. 8c209ce NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page by David Howells · 12 years ago
  38. 8d76349 FS-Cache: Exclusive op submission can BUG if there's been an I/O error by David Howells · 12 years ago
  39. 75bc411 FS-Cache: Limit the number of I/O error reports for a cache by David Howells · 12 years ago
  40. c2d35bf FS-Cache: Don't mask off the object event mask when printing it by David Howells · 12 years ago
  41. 03acc4b FS-Cache: Initialise the object event mask with the calculated mask by David Howells · 12 years ago
  42. b4cf1e0 CacheFiles: Add missing retrieval completions by David Howells · 12 years ago
  43. de242c0 NFS: Use FS-Cache invalidation by David Howells · 12 years ago
  44. 9dc8d9b CacheFiles: Implement invalidation by David Howells · 12 years ago
  45. a02de96 VFS: Make more complete truncate operation available to CacheFiles by David Howells · 12 years ago
  46. 9821972 Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  47. ef778e7 FS-Cache: Provide proper invalidation by David Howells · 12 years ago
  48. 40889e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  49. 9f10523 FS-Cache: Fix operation state management and accounting by David Howells · 12 years ago
  50. ef46ed8 FS-Cache: Make cookie relinquishment wait for outstanding reads by David Howells · 12 years ago
  51. 37491a1 CacheFiles: Make some debugging statements conditional by David Howells · 12 years ago
  52. 0f972b5 FS-Cache: Check that there are no read ops when cookie relinquished by David Howells · 12 years ago
  53. 5f4f9f4 CacheFiles: Downgrade the requirements passed to the allocator by David Howells · 12 years ago
  54. 1ca2225 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  55. a13eea6 Merge tag 'for-3.8-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 12 years ago
  56. c4d6d8d CacheFiles: Fix the marking of cached pages by David Howells · 12 years ago
  57. c8cf464 hfs: drop vmtruncate by Marco Stornelli · 12 years ago
  58. 41ddaee bfs: drop vmtruncate by Marco Stornelli · 12 years ago
  59. 1dc1834 affs: drop vmtruncate by Marco Stornelli · 12 years ago
  60. 6229518 adfs: drop vmtruncate by Marco Stornelli · 12 years ago
  61. a6ff037 ocfs2: drop vmtruncate by Marco Stornelli · 12 years ago
  62. a8f5293 omfs: drop vmtruncate by Marco Stornelli · 12 years ago
  63. 46f6955 procfs: drop vmtruncate by Marco Stornelli · 12 years ago
  64. cfac4b4 reiserfs: drop vmtruncate by Marco Stornelli · 12 years ago
  65. fa4d62a sysv: drop vmtruncate by Marco Stornelli · 12 years ago
  66. 83f6e37 ufs: drop vmtruncate by Marco Stornelli · 12 years ago
  67. 72651ca fs: Fix imbalance in freeze protection in mark_files_ro() by Jan Kara · 12 years ago
  68. 39e3c95 vfs: remove DCACHE_NEED_LOOKUP by Jeff Layton · 12 years ago
  69. 741b7c3 path_init(): make -ENOTDIR failure exits consistent by Al Viro · 12 years ago
  70. 582aa64 vfs: remove unneeded permission check from path_init by Jeff Layton · 12 years ago
  71. 1e75529 vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flags by Miao Xie · 12 years ago
  72. 9acbd26 cifs: eliminate cifsERROR variable by Jeff Layton · 12 years ago
  73. 2f2591a cifs: don't compare uniqueids in cifs_prime_dcache unless server inode numbers are in use by Jeff Layton · 12 years ago
  74. 8367224 cifs: fix double-free of "string" in cifs_parse_mount_options by Jeff Layton · 12 years ago
  75. 261cb20c ext4: check dioread_nolock on remount by Jan Kara · 12 years ago
  76. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  77. ca2a88f Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
  78. 57ba86c Revert "Btrfs: reorder tree mod log operations in deleting a pointer" by Chris Mason · 12 years ago
  79. f6af75d ceph: fix dentry reference leak in ceph_encode_fh() by Cyril Roelandt · 12 years ago
  80. 4c3e696 Revert "Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritems" by Chris Mason · 12 years ago
  81. a2faf2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  82. ea77d73 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  83. a22180d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  84. 2d4dce0 Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  85. 3702875 fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() static by Cong Ding · 12 years ago
  86. 8bbca57 eCryptfs: fix to use list_for_each_entry_safe() when delete items by Wei Yongjun · 12 years ago
  87. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  88. 24ffb93 nfsd4: don't leave freed stateid hashed by J. Bruce Fields · 12 years ago
  89. a1dc695 nfsd4: free_stateid can use the current stateid by J. Bruce Fields · 12 years ago
  90. afc5940 nfsd4: cleanup: replace rq_resused count by rq_next_page pointer by J. Bruce Fields · 12 years ago
  91. 79f77bf nfsd: warn on odd reply state in nfsd_vfs_read by J. Bruce Fields · 12 years ago
  92. d5f50b0 nfsd4: fix oops on unusual readlike compound by J. Bruce Fields · 12 years ago
  93. e6dbcaf fs, fanotify: add @mflags field to fanotify output by Cyrill Gorcunov · 12 years ago
  94. be77196 fs, notify: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  95. 711c7bf fs, exportfs: add exportfs_encode_inode_fh() helper by Cyrill Gorcunov · 12 years ago
  96. ab49bde fs, exportfs: escape nil dereference if no s_export_op present by Cyrill Gorcunov · 12 years ago
  97. 138d22b fs, epoll: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  98. cbac554 fs, eventfd: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  99. 55985dd procfs: add ability to plug in auxiliary fdinfo providers by Cyrill Gorcunov · 12 years ago
  100. cdd9fa8 ubifs: use prandom_bytes by Akinobu Mita · 12 years ago