1. 2f81e75 [CIFS] Fix sparse warning by Steve French · 15 years ago
  2. cea6234 [CIFS] Duplicate data on appending to some Samba servers by Steve French · 15 years ago
  3. 8e6c033 [CIFS] fix oops in cifs_lookup during net boot by Steve French · 15 years ago
  4. 3f0ca30 ext4: remove unused parameter wbc from __ext4_journalled_writepage() by Wu Fengguang · 15 years ago
  5. ac48b0a ext4: move_extent_per_page() cleanup by Akira Fujita · 15 years ago
  6. 446aaa6 ext4: initialize moved_len before calling ext4_move_extents() by Kazuya Mio · 15 years ago
  7. 94d7c16 ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  8. 774888b UBIFS: remove manual O_SYNC handling by Christoph Hellwig · 15 years ago
  9. 9722324 UBIFS: support mounting of UBI volume character devices by Corentin Chary · 15 years ago
  10. 1e43bee Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  11. fe542cf LSM: Move security_path_chmod()/security_path_chown() to after mutex_lock(). by Tetsuo Handa · 15 years ago
  12. 9b8b317 Merge commit 'v2.6.32-rc8' into HEAD by J. Bruce Fields · 15 years ago
  13. ddfd1f0 [LogFS] Plug memory leak on error paths by Joern Engel · 15 years ago
  14. 87038c2d partitions: read whole sector with EFI GPT header by Karel Zak · 15 years ago
  15. 7d13af3 partitions: use sector size for EFI GPT by Karel Zak · 15 years ago
  16. 9084d47 ext4: use ext4_data_block_valid() in ext4_free_blocks() by Theodore Ts'o · 15 years ago
  17. 1585d8d ext4: add check for wraparound in ext4_data_block_valid() by Theodore Ts'o · 15 years ago
  18. e636260 ext4: call ext4_forget() from ext4_free_blocks() by Theodore Ts'o · 15 years ago
  19. 4433871 ext4: fold ext4_free_blocks() and ext4_mb_free_blocks() by Theodore Ts'o · 15 years ago
  20. b7e57e7 ext4: fold ext4_journal_forget() into ext4_forget() by Theodore Ts'o · 15 years ago
  21. e4684b3 ext4: fold ext4_journal_revoke() into ext4_forget() by Theodore Ts'o · 15 years ago
  22. d6797d1 ext4: move ext4_forget() to ext4_jbd2.c by Theodore Ts'o · 15 years ago
  23. 75eb359 ceph: remove useless IS_ERR checks by Sage Weil · 15 years ago
  24. 32c895e fs/ceph: Move a dereference below a NULL test by Julia Lawall · 15 years ago
  25. 60d8773 fs/ceph: introduce missing kfree by Julia Lawall · 15 years ago
  26. 681142f fat: make discard a mount option by Christoph Hellwig · 15 years ago
  27. b19a29af ceph: remove dead code by Sage Weil · 15 years ago
  28. 03c677e ceph: reset msgr backoff during open, not after successful handshake by Sage Weil · 15 years ago
  29. 0dc2570 ceph: reset requested max_size after mds reconnect by Sage Weil · 15 years ago
  30. dc14657 ceph: mount fails immediately on error by Yehuda Sadeh · 15 years ago
  31. 94045e1 ceph: decode updated mdsmap format by Sage Weil · 15 years ago
  32. 0743304 ceph: fix debugfs entry, simplify fsid checks by Sage Weil · 15 years ago
  33. cfea1cf ceph: small cleanup in hash function by Sage Weil · 15 years ago
  34. 4fa9f4e FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=n by David Howells · 15 years ago
  35. 1c2ea8a SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULE by David Howells · 15 years ago
  36. 0109d7e SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user() by David Howells · 15 years ago
  37. 5db53f3 [LogFS] add new flash file system by Joern Engel · 15 years ago
  38. 1d2c6cf kill-the-bkl/reiserfs: turn GFP_ATOMIC flag to GFP_NOFS in reiserfs_get_block() by Frederic Weisbecker · 15 years ago
  39. 931ed94 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  40. 0234576 nilfs2: add norecovery mount option by Ryusuke Konishi · 15 years ago
  41. a057d2c nilfs2: add helper to get if volume is in a valid state by Ryusuke Konishi · 15 years ago
  42. f50a4c8 nilfs2: move recovery completion into load_nilfs function by Ryusuke Konishi · 15 years ago
  43. 050b414 nilfs2: apply readahead for recovery on mount by Ryusuke Konishi · 15 years ago
  44. f021759 nilfs2: clean up get/put function of a segment usage by Ryusuke Konishi · 15 years ago
  45. 071ec54 nilfs2: move routine to set segment usage into sufile by Ryusuke Konishi · 15 years ago
  46. 61a189e nilfs2: move routine marking segment usage dirty into sufile by Ryusuke Konishi · 15 years ago
  47. 70622a2 nilfs2: insert cache operation in palloc get block routines by Ryusuke Konishi · 15 years ago
  48. 49fa7a5 nilfs2: add palloc cache to ifile by Ryusuke Konishi · 15 years ago
  49. c3ea56c nilfs2: flush palloc cache before manipulating data pages of GC dat by Ryusuke Konishi · 15 years ago
  50. 8908b2f nilfs2: add palloc cache to dat by Ryusuke Konishi · 15 years ago
  51. db38d5a nilfs2: add cache framework for persistent object allocator by Ryusuke Konishi · 15 years ago
  52. 141bbdb nilfs2: unfold nilfs_palloc_block_get_bitmap function by Ryusuke Konishi · 15 years ago
  53. 1376e93 nilfs2: eliminate nilfs_btnode_get function by Ryusuke Konishi · 15 years ago
  54. 75f65ed nilfs2: remove newblk argument from nilfs_btnode_submit_block by Ryusuke Konishi · 15 years ago
  55. 45f4910 nilfs2: use nilfs_btnode_create_block function by Ryusuke Konishi · 15 years ago
  56. d501d73 nilfs2: separate function for creating new btree node block by Ryusuke Konishi · 15 years ago
  57. b34a650 nilfs2: avoid readahead on metadata file for create mode by Ryusuke Konishi · 15 years ago
  58. ef7d475 nilfs2: simplify nilfs_sufile_get_ncleansegs function by Ryusuke Konishi · 15 years ago
  59. aa474a2 nilfs2: add local variable to cache the number of clean segments by Ryusuke Konishi · 15 years ago
  60. 7b16c8a nilfs2: unfold nilfs_sufile_block_get_header function by Ryusuke Konishi · 15 years ago
  61. fd66c0d nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy by Ryusuke Konishi · 15 years ago
  62. 3961f0e nilfs2: eliminate inlines to directly read/write inode of metadata files by Ryusuke Konishi · 15 years ago
  63. 8707df3 nilfs2: separate read method of meta data files on super root block by Ryusuke Konishi · 15 years ago
  64. 7973956 nilfs2: separate constructor of metadata files by Ryusuke Konishi · 15 years ago
  65. 5731e19 nilfs2: add size option of private object to metadata file allocator by Ryusuke Konishi · 15 years ago
  66. 9cb4e0d2 nilfs2: move out mark_inode_dirty calls from bmap routines by Ryusuke Konishi · 15 years ago
  67. 09bf4aa nilfs2: stop marking metadata inode dirty within btree operations by Ryusuke Konishi · 15 years ago
  68. 30db4e6 nilfs2: remove buffer locking from btree code by Ryusuke Konishi · 15 years ago
  69. a49762f nilfs2: remove buffer locking in nilfs_mark_inode_dirty by Ryusuke Konishi · 15 years ago
  70. e2073e7 nilfs2: cleanup unused match_bool function by Jiro SEKIBA · 15 years ago
  71. 91f1953 nilfs2: Using nobarrier option instead of barrier=off by Jiro SEKIBA · 15 years ago
  72. 6600b9d nilfs2: move definition of struct nilfs_btree_node by Jiro SEKIBA · 15 years ago
  73. 9b945d5 nilfs2: get rid of BUG_ON use in btree lookup routines by Ryusuke Konishi · 15 years ago
  74. e6236f7 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  75. e3bb52a ext4: make "norecovery" an alias for "noload" by Eric Sandeen · 15 years ago
  76. 5328e63 ext4: make trim/discard optional (and off by default) by Eric Sandeen · 15 years ago
  77. 2bba702 ext4: fix error handling in ext4_ind_get_blocks() by Jan Kara · 15 years ago
  78. 6b17d90 ext4: avoid issuing unnecessary barriers by Theodore Ts'o · 15 years ago
  79. 14e6964 CacheFiles: Don't log lookup/create failing with ENOBUFS by David Howells · 15 years ago
  80. fee096d CacheFiles: Catch an overly long wait for an old active object by David Howells · 15 years ago
  81. d0e27b7 CacheFiles: Better showing of debugging information in active object problems by David Howells · 15 years ago
  82. 6511de3 CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happy by David Howells · 15 years ago
  83. 5e929b3 CacheFiles: Handle truncate unlocking the page we're reading by David Howells · 15 years ago
  84. a17754f CacheFiles: Don't write a full page if there's only a partial page to cache by David Howells · 15 years ago
  85. 868411b FS-Cache: Actually requeue an object when requested by David Howells · 15 years ago
  86. 60d543c FS-Cache: Start processing an object's operations on that object's death by David Howells · 15 years ago
  87. d461d26 FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failure by David Howells · 15 years ago
  88. 2175bb0 FS-Cache: Add a retirement stat counter by David Howells · 15 years ago
  89. 201a154 FS-Cache: Handle pages pending storage that get evicted under OOM conditions by David Howells · 15 years ago
  90. e3d4d28 FS-Cache: Handle read request vs lookup, creation or other cache failure by David Howells · 15 years ago
  91. 285e728 FS-Cache: Don't delete pending pages from the page-store tracking tree by David Howells · 15 years ago
  92. 1bccf51 FS-Cache: Fix lock misorder in fscache_write_op() by David Howells · 15 years ago
  93. 6897e3d FS-Cache: The object-available state can't rely on the cookie to be available by David Howells · 15 years ago
  94. 5753c44 FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phase by David Howells · 15 years ago
  95. b34df79 FS-Cache: Use radix tree preload correctly in tracking of pages to be stored by David Howells · 15 years ago
  96. 7e311a2 FS-Cache: Clear netfs pointers in cookie after detaching object, not before by David Howells · 15 years ago
  97. 52bd75f FS-Cache: Add counters for entry/exit to/from cache operation functions by David Howells · 15 years ago
  98. 4fbf429 FS-Cache: Allow the current state of all objects to be dumped by David Howells · 15 years ago
  99. 440f0af FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work items by David Howells · 15 years ago
  100. 3d7a641 SLOW_WORK: Wait for outstanding work items belonging to a module to clear by David Howells · 15 years ago