1. 90ff0c5 NFSv4: Simplify the NFSv4 OPEN compound by Trond Myklebust · 12 years ago
  2. fee7fe1 NFS: Simplify the cache invalidation code by Trond Myklebust · 12 years ago
  3. 3a1556e NFSv2/v3: Simulate the change attribute by Trond Myklebust · 12 years ago
  4. 6a4506c NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHE by Trond Myklebust · 12 years ago
  5. 4124bbc NFS: Simplify nfs_fhget() by Trond Myklebust · 12 years ago
  6. 8d197a5 NFS: Always trust the PageUptodate flag when we have a delegation by Trond Myklebust · 12 years ago
  7. 01da47b NFS: Optimise away nfs_check_inode_attributes() when holding a delegation by Trond Myklebust · 12 years ago
  8. b4b1ead NFS: Don't force page cache revalidations when holding a delegation by Trond Myklebust · 12 years ago
  9. e144cbc NFSv4: Retrieve attributes _before_ calling delegreturn by Trond Myklebust · 12 years ago
  10. 9e907fe NFSv4: Delegreturn only needs the cache consistency bitmask by Trond Myklebust · 12 years ago
  11. a9f6991 NFSv4: Fix a typo in NFS4_enc_link_sz by Trond Myklebust · 12 years ago
  12. 4bd8b01 NFS: Simplify the nfs_read_completion functions by Trond Myklebust · 12 years ago
  13. 25b11dc NFS: Clean up nfs read and write error paths by Trond Myklebust · 12 years ago
  14. 9146ab5 NFS: Read cleanups by Trond Myklebust · 12 years ago
  15. 4f97615 NFS: Fix a compile issue when CONFIG_NFS_V4_1 is undefined by Trond Myklebust · 12 years ago
  16. 292f3ee NFS: Use kmem_cache_zalloc() in nfs_direct_req_alloc by Trond Myklebust · 12 years ago
  17. 6d74743 NFS: Simplify O_DIRECT page referencing by Trond Myklebust · 12 years ago
  18. 3e9e0ca3 NFS: O_DIRECT pgio_completion_ops error_cleanup must unlock the request by Trond Myklebust · 12 years ago
  19. 71e8cc0 NFS: Ensure that we break out of read/write_schedule_segment on error by Trond Myklebust · 12 years ago
  20. 68cd6fa NFS: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode() by Bryan Schumaker · 12 years ago
  21. 24fc921 NFS: Define nfs_direct_write_schedule_work() when v3 and v4 are disabled by Bryan Schumaker · 12 years ago
  22. b58fee2 NFS: pnfs_pageio_init_read() and init_write() need an extra argument by Bryan Schumaker · 12 years ago
  23. 9b5415b NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.c by Trond Myklebust · 12 years ago
  24. 80a16b2 NFS: Remove extra rpc_clnt argument to proc_lookup by Bryan Schumaker · 12 years ago
  25. 281cad4 NFS: Create a submount rpc_op by Bryan Schumaker · 12 years ago
  26. 2671bfc NFS: Remove secinfo knowledge out of the generic client by Bryan Schumaker · 12 years ago
  27. df01174 NFS: Prevent garbage cinfo->ds from leaking out by Fred Isaman · 12 years ago
  28. 1763da1 NFS: rewrite directio write to use async coalesce code by Fred Isaman · 12 years ago
  29. 56f9cd6 NFS: avoid some stat gathering for direct io by Fred Isaman · 12 years ago
  30. b359f9d NFS: add dreq to nfs_commit_info by Fred Isaman · 12 years ago
  31. f453a54 NFS: create nfs_commit_completion_ops by Fred Isaman · 12 years ago
  32. ea2cf22 NFS: create struct nfs_commit_info by Fred Isaman · 12 years ago
  33. 84c53ab NFS: create nfs_generic_commit_list by Fred Isaman · 12 years ago
  34. 584aa81 NFS: rewrite directio read to use async coalesce code by Fred Isaman · 12 years ago
  35. 1825a0d NFS: prepare coalesce testing for directio by Fred Isaman · 12 years ago
  36. 9533da2 NFS: remove unused wb_complete field from struct nfs_page by Fred Isaman · 12 years ago
  37. 061ae2e NFS: create completion structure to pass into page_init functions by Fred Isaman · 12 years ago
  38. 6c75dc0 NFS: merge _full and _partial write rpc_ops by Fred Isaman · 12 years ago
  39. 4db6e0b NFS: merge _full and _partial read rpc_ops by Fred Isaman · 12 years ago
  40. 30dd374 NFS: create struct nfs_page_array by Fred Isaman · 12 years ago
  41. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 12 years ago
  42. b554284 NFS: use req_offset where appropriate by Fred Isaman · 12 years ago
  43. cd12ae3 NFS: remove unnecessary casts of void pointers in nfs4filelayout.c by Fred Isaman · 12 years ago
  44. c5996c4 NFS: reverse arg order in nfs_initiate_[read|write] by Fred Isaman · 12 years ago
  45. 31f6852 NFS: dprintks in directio code were referencing task after put by Fred Isaman · 12 years ago
  46. 0b7c015 NFS: add a struct nfs_commit_data to replace nfs_write_data in commits by Fred Isaman · 12 years ago
  47. 799ba8d NFS4.1: Add lseg to struct nfs4_fl_commit_bucket by Fred Isaman · 12 years ago
  48. 1acbbb4e1 NFS4.1: make pnfs_ld_[read|write]_done consistent by Fred Isaman · 12 years ago
  49. a20c6bec NFS: grab open context in direct read by Fred Isaman · 12 years ago
  50. e245d42 NFS: Remove unused function nfs_lookup_with_sec() by Bryan Schumaker · 12 years ago
  51. 7e6eb68 NFS: Honor the authflavor set in the clone mount data by Bryan Schumaker · 12 years ago
  52. f05d147 NFS: Fix following referral mount points with different security by Bryan Schumaker · 12 years ago
  53. 72de53e NFS: Do secinfo as part of lookup by Bryan Schumaker · 12 years ago
  54. db0a959 NFS: Handle exceptions coming out of nfs4_proc_fs_locations() by Bryan Schumaker · 12 years ago
  55. 31e4dda NFS: Fix SECINFO_NO_NAME by Bryan Schumaker · 12 years ago
  56. ea8cfa0 SUNRPC: traverse clients tree on PipeFS event by Stanislav Kinsbursky · 12 years ago
  57. 37629b5 SUNRPC: set per-net PipeFS superblock before notification by Stanislav Kinsbursky · 12 years ago
  58. 7aab449 SUNRPC: skip clients with program without PipeFS entries by Stanislav Kinsbursky · 12 years ago
  59. a4dff1b SUNRPC: skip dead but not buried clients on PipeFS events by Stanislav Kinsbursky · 12 years ago
  60. 5794d21 Avoid beyond bounds copy while caching ACL by Sachin Prabhu · 12 years ago
  61. 5a00689 Avoid reading past buffer when calling GETACL by Sachin Prabhu · 12 years ago
  62. 10bd295 fix page number calculation bug for block layout decode buffer by Jim Rees · 12 years ago
  63. e5265a0 NFSv4.1 fix page number calculation bug for filelayout decode buffers by Andy Adamson · 12 years ago
  64. 9526b2b pnfs-obj: Remove unused variable from objlayout_get_deviceinfo() by Sachin Bhamare · 12 years ago
  65. 1aba156 nfs4: fix referrals on mounts that use IPv6 addrs by Weston Andros Adamson · 12 years ago
  66. 2300fd6 Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  67. 86ec090 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  68. bdd4f70 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 12 years ago
  69. ce587e6 mm: memcg: move pc lookup point to commit_charge() by Johannes Weiner · 12 years ago
  70. 4e1c2b2 mm: nobootmem: Correct alloc_bootmem semantics. by David Miller · 12 years ago
  71. af3a3ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 12 years ago
  72. 423b40e Merge tag 'hsi_fixes_for_3.4' of git://gitorious.org/kernel-hsi/kernel-hsi by Linus Torvalds · 12 years ago
  73. 4c569a7 GFS2: Instruct DLM to avoid queue convert slowdown by Bob Peterson · 12 years ago
  74. 95f7147 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  75. ce1ee9f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel by Linus Torvalds · 12 years ago
  76. 4d634ca Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  77. db7e5c6 super.c: unused variable warning without CONFIG_QUOTA by Eldad Zack · 12 years ago
  78. 99aa784 jbd2: use GFP_NOFS for blkdev_issue_flush by Shaohua Li · 12 years ago
  79. d2da626 Merge tag 'md-3.4-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  80. 721b024 Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  81. aca50bd mm: fix s390 BUG by __set_page_dirty_no_writeback on swap by Hugh Dickins · 12 years ago
  82. 89b8835 x32, siginfo: Provide proper overrides for x32 siginfo_t by H. Peter Anvin · 12 years ago
  83. 30b8aa9 md: fix possible corruption of array metadata on shutdown. by NeilBrown · 12 years ago
  84. ed20958 md: don't call ->add_disk unless there is good reason. by NeilBrown · 12 years ago
  85. a9ad852 DM RAID: Use safe version of rdev_for_each by Jonathan Brassow · 12 years ago
  86. d643bdc asm-generic: Allow overriding clock_t and add attributes to siginfo_t by H. Peter Anvin · 12 years ago
  87. 98e5272 x32: Check __ILP32__ instead of __LP64__ for x32 by H.J. Lu · 12 years ago
  88. cd74257 x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from assembler by Konrad Rzeszutek Wilk · 12 years ago
  89. 2a14e54 ACPI: Convert wake_sleep_flags to a value instead of function by Konrad Rzeszutek Wilk · 12 years ago
  90. e00574b hexagon: add missing cpu.h include by Richard Kuo · 12 years ago
  91. 57f27cc hexagon/CPU hotplug: Add missing call to notify_cpu_starting() by Srivatsa S. Bhat · 12 years ago
  92. e8e42a5 hexagon: use renamed tick_nohz_idle_* functions by Richard Kuo · 12 years ago
  93. 6bbbc30 Hexagon: misc compile warning/error cleanup due to missing headers by Richard Kuo · 13 years ago
  94. 53ad1c9 dlm: fix QUECVT when convert queue is empty by David Teigland · 12 years ago
  95. 24b7099 HSI: Add HSI ABI documentation by Carlos Chinea · 12 years ago
  96. fdadb6e9 HSI: hsi_char: Remove max_data_size from sysfs by Carlos Chinea · 12 years ago
  97. ec1c56f HSI: hsi: Rework hsi_event interface by Carlos Chinea · 12 years ago
  98. 6f02b9e HSI: hsi: Remove controllers and ports from the bus by Carlos Chinea · 12 years ago
  99. 90e41f9 HSI: hsi: Fix error path cleanup on client registration by Carlos Chinea · 12 years ago
  100. 5a218ce HSI: hsi: Rework hsi_controller release by Carlos Chinea · 12 years ago