1. d8805e6 epoll: fix spurious lockdep warnings by Nelson Elhage · 13 years ago
  2. 0a90e0f fat: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  3. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  4. d70ef97 fs/pipe.c: add ->statfs callback for pipefs by Pavel Emelyanov · 13 years ago
  5. 72a2ebd fs/buffer.c: add device information for error output in __find_get_block_slow() by Tao Ma · 13 years ago
  6. 09f363c vmscan: fix shrinker callback bug in fs/super.c by Mikulas Patocka · 13 years ago
  7. 7982482 lib/string.c: introduce memchr_inv() by Akinobu Mita · 13 years ago
  8. 966dbde ext4: warn if direct reclaim tries to writeback pages by Mel Gorman · 13 years ago
  9. 94054fa xfs: warn if direct reclaim tries to writeback pages by Mel Gorman · 13 years ago
  10. bc3e53f mm: distinguish between mlocked and pinned pages by Christoph Lameter · 13 years ago
  11. f5fc870 tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious. by Robert P. J. Day · 13 years ago
  12. c9f0124 oom: remove oom_disable_count by David Rientjes · 13 years ago
  13. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  14. fc360bd /proc/self/numa_maps: restore "huge" tag for hugetlb vmas by Andrew Morton · 13 years ago
  15. 97d2eb1 Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client by Linus Torvalds · 13 years ago
  16. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  17. f793f29 Merge http://sucs.org/~rohan/git/gfs2-3.0-nmw by Linus Torvalds · 13 years ago
  18. dabcbb1 Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  19. 5619a69 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  20. f3c7691e leases: fix write-open/read-lease race by J. Bruce Fields · 13 years ago
  21. 79835a7 nfs: drop unnecessary locking in llseek by Andi Kleen · 13 years ago
  22. 4cce0e2 ext4: replace cut'n'pasted llseek code with generic_file_llseek_size by Andi Kleen · 13 years ago
  23. 5760495 vfs: add generic_file_llseek_size by Andi Kleen · 13 years ago
  24. ef3d0fd vfs: do (nearly) lockless generic_file_llseek by Andi Kleen · 13 years ago
  25. 847cc63 direct-io: merge direct_io_walker into __blockdev_direct_IO by Andi Kleen · 13 years ago
  26. ba253fb direct-io: inline the complete submission path by Andi Kleen · 13 years ago
  27. 1877264 direct-io: separate map_bh from dio by Andi Kleen · 13 years ago
  28. 6e8267f direct-io: use a slab cache for struct dio by Andi Kleen · 13 years ago
  29. 0dc2bc4 direct-io: rearrange fields in dio/dio_submit to avoid holes by Andi Kleen · 13 years ago
  30. cde1ecb direct-io: fix a wrong comment by Andi Kleen · 13 years ago
  31. eb28be2 direct-io: separate fields only used in the submission path from struct dio by Andi Kleen · 13 years ago
  32. 62a3ddef vfs: fix spinning prevention in prune_icache_sb by Christoph Hellwig · 13 years ago
  33. 948409c vfs: add a comment to inode_permission() by Andreas Gruenbacher · 13 years ago
  34. d124b60 vfs: pass all mask flags check_acl and posix_acl_permission by Andreas Gruenbacher · 13 years ago
  35. 8fd90c8 vfs: indicate that the permission functions take all the MAY_* flags by Andreas Gruenbacher · 13 years ago
  36. 1448c72 compat: sync compat_stats with statfs. by Eric W. Biederman · 13 years ago
  37. a877ee0 vfs: add "device" tag to /proc/self/mountstats by Bryan Schumaker · 13 years ago
  38. 814e1d2 cleanup: vfs: small comment fix for block_invalidatepage by Wang Sheng-Hui · 13 years ago
  39. 96814ec Add definition for share encryption by Steve French · 13 years ago
  40. 60325f0 fs/Makefile: Stupid typo breakage of exofs inclusion by Boaz Harrosh · 13 years ago
  41. c28cfd6 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  42. 39adff5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  43. e33bae1 Merge branch 'for-linus' of git://github.com/ericvh/linux by Linus Torvalds · 13 years ago
  44. 3395734 libceph: fix double-free of page vector by Sage Weil · 13 years ago
  45. 3310f75 ceph: fix 32-bit ino numbers by Amon Ott · 13 years ago
  46. a35eca9 ceph: let the set_layout ioctl set single traits by Greg Farnum · 13 years ago
  47. 83eaea2 Revert "ceph: don't truncate dirty pages in invalidate work thread" by Sage Weil · 13 years ago
  48. 80db8be ceph: replace leading spaces with tabs by Noah Watkins · 13 years ago
  49. b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 13 years ago
  50. 6ab00d4 libceph: create messenger with client by Sage Weil · 13 years ago
  51. 6a8ea47 ceph: document ioctls by Sage Weil · 13 years ago
  52. 0d66a48 ceph: implement (optional) max read size by Sage Weil · 13 years ago
  53. 83817e3 ceph: rename rsize -> rasize by Sage Weil · 13 years ago
  54. 7c27219 ceph: make readpages fully async by Sage Weil · 13 years ago
  55. ef78cc7 Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  56. 1442d16 Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  57. b9e2780 sysfs: Remove support for tagged directories with untagged members (again) by Eric W. Biederman · 13 years ago
  58. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  59. 2d03423 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  60. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  61. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  62. 44231e6 ore: Enable RAID5 mounts by Boaz Harrosh · 14 years ago
  63. dd29661 exofs: Support for RAID5 read-4-write interface. by Boaz Harrosh · 13 years ago
  64. 769ba8d ore: RAID5 Write by Boaz Harrosh · 13 years ago
  65. a1fec1d ore: RAID5 read by Boaz Harrosh · 13 years ago
  66. 3e33567 fs/Makefile: Always inspect exofs/ by Boaz Harrosh · 13 years ago
  67. 611d7a5 ore: Make ore_calc_stripe_info EXPORT_SYMBOL by Boaz Harrosh · 13 years ago
  68. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  69. 32b9aaf CIFS: Make cifs_push_locks send as many locks at once as possible by Pavel Shilovsky · 13 years ago
  70. 9ee305b CIFS: Send as many mandatory unlock ranges at once as possible by Pavel Shilovsky · 13 years ago
  71. 4f6bcec CIFS: Implement caching mechanism for posix brlocks by Pavel Shilovsky · 13 years ago
  72. 85160e0 CIFS: Implement caching mechanism for mandatory brlocks by Pavel Shilovsky · 13 years ago
  73. 348b590 net/9p: Convert net/9p protocol dumps to tracepoints by Aneesh Kumar K.V · 13 years ago
  74. 4d5077f fs/9p: Cleanup option parsing in 9p by Aneesh Kumar K.V · 13 years ago
  75. 464f5ec fs/9p: inode file operation is properly initialized init_special_inode by Aneesh Kumar K.V · 13 years ago
  76. abfa034 fs/9p: Update zero-copy implementation in 9p by Aneesh Kumar K.V · 13 years ago
  77. 345c284 nfs41: implement DESTROY_CLIENTID operation by Mi Jinlong · 13 years ago
  78. 92bac8c nfsd4: typo logical vs bitwise negate for want_mask by Benny Halevy · 13 years ago
  79. c668fc6 nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG_WHEN_UNCONTENDED by Benny Halevy · 13 years ago
  80. fc0c3dd nfsd4: seq->status_flags may be used unitialized by Benny Halevy · 13 years ago
  81. 5423732 nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalid by Benny Halevy · 13 years ago
  82. 42274bb CIFS: Fix DFS handling in cifs_get_file_info by Pavel Shilovsky · 13 years ago
  83. a2d6b6c CIFS: Fix error handling in cifs_readv_complete by Pavel Shilovsky · 13 years ago
  84. b99b98d GFS2: Move readahead of metadata during deallocation into its own function by Steven Whitehouse · 13 years ago
  85. 9ae3242 GFS2: Remove two unused variables by Steven Whitehouse · 13 years ago
  86. 891a8e9 GFS2: Misc fixes by Steven Whitehouse · 13 years ago
  87. 64dd153 GFS2: rewrite fallocate code to write blocks directly by Benjamin Marzinski · 13 years ago
  88. bd5437a GFS2: speed up delete/unlink performance for large files by Bob Peterson · 13 years ago
  89. f75bbfb GFS2: Fix off-by-one in gfs2_blk2rgrpd by Steven Whitehouse · 13 years ago
  90. 13d921e GFS2: Clean up ->page_mkwrite by Steven Whitehouse · 13 years ago
  91. ccad4e1 GFS2: Correctly set goal block after allocation by Steven Whitehouse · 13 years ago
  92. b5b24d7 GFS2: Fix AIL flush issue during fsync by Steven Whitehouse · 13 years ago
  93. 70b0c36 GFS2: Use cached rgrp in gfs2_rlist_add() by Steven Whitehouse · 13 years ago
  94. d56fa8a GFS2: Call do_strip() directly from recursive_scan() by Steven Whitehouse · 13 years ago
  95. 534029e GFS2: Remove obsolete assert by Steven Whitehouse · 13 years ago
  96. 54335b1 GFS2: Cache the most recently used resource group in the inode by Steven Whitehouse · 13 years ago
  97. 8339ee5 GFS2: Make resource groups "append only" during life of fs by Steven Whitehouse · 13 years ago
  98. 7c9ca62 GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme by Bob Peterson · 13 years ago
  99. 9453615 GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been added by Steven Whitehouse · 13 years ago
  100. 9a63edd GFS2: Clean up gfs2_create by Steven Whitehouse · 13 years ago