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