1. dfe188d xfs: remove unused t_callback field in struct xfs_trans by Christoph Hellwig · 14 years ago
  2. d276734 xfs: fix bogus m_maxagi check in xfs_iget by Christoph Hellwig · 14 years ago
  3. 1b04071 xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters by Christoph Hellwig · 14 years ago
  4. 96540c7 xfs: do not use xfs_mod_incore_sb for per-cpu counters by Christoph Hellwig · 14 years ago
  5. 61ba35d xfs: remove XFS_MOUNT_NO_PERCPU_SB by Christoph Hellwig · 14 years ago
  6. 50f59e8 xfs: pack xfs_buf structure more tightly by Dave Chinner · 14 years ago
  7. 74f75a0 xfs: convert buffer cache hash to rbtree by Dave Chinner · 14 years ago
  8. 69b491c xfs: serialise inode reclaim within an AG by Dave Chinner · 14 years ago
  9. e3a20c0 xfs: batch inode reclaim lookup by Dave Chinner · 14 years ago
  10. 78ae525 xfs: implement batched inode lookups for AG walking by Dave Chinner · 14 years ago
  11. e13de95 xfs: split out inode walk inode grabbing by Dave Chinner · 14 years ago
  12. 65d0f20 xfs: split inode AG walking into separate code for reclaim by Dave Chinner · 14 years ago
  13. 69d6cc7 xfs: remove buftarg hash for external devices by Dave Chinner · 14 years ago
  14. 1922c94 xfs: use unhashed buffers for size checks by Dave Chinner · 14 years ago
  15. 26af655 xfs: kill XBF_FS_MANAGED buffers by Dave Chinner · 14 years ago
  16. ebad861 xfs: store xfs_mount in the buftarg instead of in the xfs_buf by Dave Chinner · 14 years ago
  17. 5adc94c xfs: introduced uncached buffer read primitve by Dave Chinner · 14 years ago
  18. 686865f xfs: rename xfs_buf_get_nodaddr to be more appropriate by Dave Chinner · 14 years ago
  19. dcd79a1 xfs: don't use vfs writeback for pure metadata modifications by Dave Chinner · 14 years ago
  20. e176579 xfs: lockless per-ag lookups by Dave Chinner · 14 years ago
  21. bd32d25 xfs: remove debug assert for per-ag reference counting by Dave Chinner · 14 years ago
  22. d1583a3 xfs: reduce the number of CIL lock round trips during commit by Dave Chinner · 14 years ago
  23. 9c16991 xfs: eliminate some newly-reported gcc warnings by Poyo VL · 14 years ago
  24. c0e59e1 xfs: remove the ->kill_root btree operation by Christoph Hellwig · 14 years ago
  25. acecf1b xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflush by Christoph Hellwig · 14 years ago
  26. 52fda11 xfs: simplify xfs_qm_dqusage_adjust by Christoph Hellwig · 14 years ago
  27. 4472235 xfs: Introduce XFS_IOC_ZERO_RANGE by Dave Chinner · 14 years ago
  28. 3ae4c9d xfs: use range primitives for xfs page cache operations by Dave Chinner · 14 years ago
  29. f2f108e Merge branch 'linus' into core/locking by Ingo Molnar · 14 years ago
  30. 33027af GFS2: fixed typo by Andrea Gelmini · 14 years ago
  31. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  32. b33879a cifs: move cifsFileInfo_put to file.c by Jeff Layton · 14 years ago
  33. 4477288 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock by Jeff Layton · 14 years ago
  34. 7a16f19 [CIFS] Fix minor checkpatch warning and update cifs version by Steve French · 14 years ago
  35. 15ecb43 cifs: move cifs_new_fileinfo to file.c by Jeff Layton · 14 years ago
  36. 2e396b8 cifs: eliminate pfile pointer from cifsFileInfo by Jeff Layton · 14 years ago
  37. 7da4b49 cifs: cifs_write argument change and cleanup by Jeff Layton · 14 years ago
  38. 1588617 cifs: clean up cifs_reopen_file by Jeff Layton · 14 years ago
  39. abfe1ee cifs: eliminate the inode argument from cifs_new_fileinfo by Jeff Layton · 14 years ago
  40. f6a5346 cifs: eliminate oflags option from cifs_new_fileinfo by Jeff Layton · 14 years ago
  41. 608712f cifs: fix flags handling in cifs_posix_open by Jeff Layton · 14 years ago
  42. 7d08ae3 UBIFS: add a commentary about log recovery by Artem Bityutskiy · 14 years ago
  43. 69d44ff sysfs: Add sysfs_merge_group() and sysfs_unmerge_group() by Alan Stern · 14 years ago
  44. 2decd65 ocfs2: Avoid to evaluate xattr block flags again. by Jeff Liu · 14 years ago
  45. fc37189 Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  46. d4396ea by Sunil Mushran · 14 years ago
  47. 2f4f26f cifs: eliminate cifs_posix_open_inode_helper by Jeff Layton · 14 years ago
  48. 6221ddd cifs: handle FindFirst failure gracefully by Suresh Jayaraman · 14 years ago
  49. 776c163 vfs: make no_llseek the default by Arnd Bergmann · 14 years ago
  50. ab91261 vfs: don't use BKL in default_llseek by Arnd Bergmann · 14 years ago
  51. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  52. 46bf36e hfsplus: fix getxattr return value by Christoph Hellwig · 14 years ago
  53. 8fd01d6 Export dump_{write,seek} to binary loader modules by Linus Torvalds · 14 years ago
  54. 3aa0ce8 Un-inline the core-dump helper functions by Linus Torvalds · 14 years ago
  55. 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
  56. 0eead9ab Don't dump task struct in a.out core-dumps by Linus Torvalds · 14 years ago
  57. 32e39e1 hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers by Christoph Hellwig · 14 years ago
  58. 90e6169 hfsplus: create correct initial catalog entries for device files by Christoph Hellwig · 14 years ago
  59. 722c55d hfsplus: remove superflous rootflags field in hfsplus_inode_info by Christoph Hellwig · 14 years ago
  60. f6089ff hfsplus: fix link corruption by Christoph Hellwig · 14 years ago
  61. 13571a6 hfsplus: validate btree flags by Christoph Hellwig · 14 years ago
  62. 9250f92 hfsplus: handle more on-disk corruptions without oopsing by Eric Sandeen · 14 years ago
  63. b6b4142 hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage by Al Viro · 14 years ago
  64. ee52716 hfsplus: fix oops on mount with corrupted btree extent records by Jeff Mahoney · 14 years ago
  65. 8c35bf3 Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  66. b1e86db nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlink by J. Bruce Fields · 14 years ago
  67. d7c86ff cifs: don't use vfsmount to pin superblock for oplock breaks by Jeff Layton · 14 years ago
  68. a5e18bc cifs: keep dentry reference in cifsFileInfo instead of inode reference by Jeff Layton · 14 years ago
  69. 1c45601 cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7) by Jeff Layton · 14 years ago
  70. 756b032 affs: Use sema_init instead of init_MUTEX by Thomas Gleixner · 14 years ago
  71. 4a94103 hfs: Convert tree_lock to mutex by Thomas Gleixner · 14 years ago
  72. 9daa42e CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication by Shirish Pargaonkar · 14 years ago
  73. 7c53477 fanotify: disable fanotify syscalls by Eric Paris · 14 years ago
  74. 7bdb0d1 ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIRECT writes. by Tristan Ye · 14 years ago
  75. 75d9bbc Initialize max_slots early by Goldwyn Rodrigues · 14 years ago
  76. f30d44f3 When I tried to compile I got the following warning: by Poyo VL · 14 years ago
  77. 9b5cd10 ocfs2: validate bg_free_bits_count after update by Srinivas Eeda · 14 years ago
  78. 6370a6a workqueue: add and use WQ_MEM_RECLAIM flag by Tejun Heo · 14 years ago
  79. 8dc54e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  80. 267aeb6 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 14 years ago
  81. 4d94aa1 ocfs2/cluster: Bump up dlm protocol to version 1.1 by Sunil Mushran · 14 years ago
  82. 0dd12c2 cifs: initialize tlink_tree_lock and tlink_tree by Jeff Layton · 14 years ago
  83. f17b1f9 exofs: Fix double page_unlock BUG in write_begin/end by Boaz Harrosh · 14 years ago
  84. e4eab08 ARM: 6342/1: fix ASLR of PIE executables by Nicolas Pitre · 14 years ago
  85. 6ea7595 Merge branch 'for-next' by Steve French · 14 years ago
  86. d244555 [CIFS] Remove build warning by Steve French · 14 years ago
  87. ccc46a74 cifs: fix module refcount leak in find_domain_name by Jeff Layton · 14 years ago
  88. 2de970f cifs: implement recurring workqueue job to prune old tcons by Jeff Layton · 14 years ago
  89. 3aa1c8c cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5) by Jeff Layton · 14 years ago
  90. 5710c2b Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  91. 13cd4b7 [CIFS] Various small checkpatch cleanups by Steve French · 14 years ago
  92. 0eb8a13 cifs: add "multiuser" mount option by Jeff Layton · 14 years ago
  93. 9d002df cifs: add routines to build sessions and tcons on the fly by Jeff Layton · 14 years ago
  94. d91f243 ceph: update issue_seq on cap grant by Sage Weil · 14 years ago
  95. 21b559d ceph: send cap release message early on failed revoke. by Greg Farnum · 14 years ago
  96. bba0cd0 ceph: Update max_len with minimum required size by Aneesh Kumar K.V · 14 years ago
  97. 92923dc ceph: Fix return value of encode_fh function by Aneesh Kumar K.V · 14 years ago
  98. 6bc1887 ceph: avoid null deref in osd request error path by Sage Weil · 14 years ago
  99. 936aeb5 ceph: fix list_add usage on unsafe_writes list by Henry C Chang · 14 years ago
  100. 081003f xfs: properly account for reclaimed inodes by Johannes Weiner · 14 years ago