1. bddefde ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSG by Sunil Mushran · 13 years ago
  2. 4db70f7 tmpfs: fix XATTR N overriding POSIX_ACL Y by Eric Paris · 13 years ago
  3. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 13 years ago
  4. 3f5785e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  5. 3991b40 jbd2: fix a potential leak of a journal_head on an error path by Ding Dinghua · 13 years ago
  6. 1b16da7 ext4: teach ext4_ext_split to calculate extents efficiently by Yongqiang Yang · 13 years ago
  7. ae24f28 ext4: Convert ext4 to new truncate calling convention by Jan Kara · 13 years ago
  8. c28c89f cifs: add cifs_async_writev by Jeff Layton · 13 years ago
  9. f7910cb cifs: clean up wsize negotiation and allow for larger wsize by Jeff Layton · 13 years ago
  10. c3d17b6 cifs: convert cifs_writepages to use async writes by Jeff Layton · 13 years ago
  11. b2e5cd3 CIFS: Fix undefined behavior when mount fails by Pavel Shilovsky · 13 years ago
  12. 57bb559 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  13. 22e95ac Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  14. 1094a4a Squashfs: add extra sanity checks at mount time by Phillip Lougher · 13 years ago
  15. 1cac63c Squashfs: add sanity checks to fragment reading at mount time by Phillip Lougher · 13 years ago
  16. ac51a0a Squashfs: add sanity checks to lookup table reading at mount time by Phillip Lougher · 13 years ago
  17. 37986f6 Squashfs: add sanity checks to id reading at mount time by Phillip Lougher · 13 years ago
  18. 6f04864 Squashfs: add sanity checks to xattr reading at mount time by Phillip Lougher · 13 years ago
  19. 76e002f Squashfs: reverse order of filesystem table reading by Phillip Lougher · 13 years ago
  20. 82de647 Squashfs: move table allocation into squashfs_read_table() by Phillip Lougher · 13 years ago
  21. 2a651c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  22. c88bc60 Merge branch 'for-2.6.40/splice' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  23. 798ce8f Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  24. 233eebb xfs: correctly decrement the extent buffer index in xfs_bmap_del_extent by Christoph Hellwig · 13 years ago
  25. 87bef18 xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irec by Christoph Hellwig · 13 years ago
  26. ab1908a xfs: fix up asserts in xfs_iflush_fork by Christoph Hellwig · 13 years ago
  27. f1c63b7 xfs: do not do pointer arithmetic on extent records by Christoph Hellwig · 13 years ago
  28. 00239ac xfs: do not use unchecked extent indices in xfs_bunmapi by Christoph Hellwig · 13 years ago
  29. 5690f92 xfs: do not use unchecked extent indices in xfs_bmapi by Christoph Hellwig · 13 years ago
  30. 2f2b322 xfs: do not use unchecked extent indices in xfs_bmap_add_extent_* by Christoph Hellwig · 13 years ago
  31. ec90c55 xfs: remove if_lastex by Christoph Hellwig · 13 years ago
  32. 5489327 xfs: remove the unused XFS_BMAPI_RSVBLOCKS flag by Christoph Hellwig · 13 years ago
  33. 2a5cac1 fs/ncpfs/inode.c: suppress used-uninitialised warning by Andrew Morton · 13 years ago
  34. e50c1f6 fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFS by Amerigo Wang · 13 years ago
  35. 5b52fc8 proc: allocate storage for numa_maps statistics once by Stephen Wilson · 13 years ago
  36. f2beb79 proc: make struct proc_maps_private truly private by Stephen Wilson · 13 years ago
  37. f69ff94 mm: proc: move show_numa_map() to fs/proc/task_mmu.c by Stephen Wilson · 13 years ago
  38. b09e0fa tmpfs: implement generic xattr support by Eric Paris · 13 years ago
  39. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  40. a09ed5e vmscan: change shrink_slab() interfaces by passing shrink_control by Ying Han · 13 years ago
  41. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  42. 97a8941 mm: Remove i_mmap_lock lockbreak by Peter Zijlstra · 13 years ago
  43. d16dfc5 mm: mmu_gather rework by Peter Zijlstra · 13 years ago
  44. d05f316 mm: make expand_downwards() symmetrical with expand_upwards() by Michal Hocko · 13 years ago
  45. 398c4f0 fs/9p: Don't clunk dentry fid when we fail to get a writeback inode by Aneesh Kumar K.V · 13 years ago
  46. 87211cd 9p: remove experimental tag from tested configurations by Eric Van Hensbergen · 13 years ago
  47. 556b27a ext4: do not normalize block requests from fallocate() by Vivek Haldar · 13 years ago
  48. a4bb6b6 ext4: enable "punch hole" functionality by Allison Henderson · 13 years ago
  49. e861304 ext4: add "punch hole" flag to ext4_map_blocks() by Allison Henderson · 13 years ago
  50. d583fb8 ext4: punch out extents by Allison Henderson · 13 years ago
  51. 3084885 ext4: add new function ext4_block_zero_page_range() by Allison Henderson · 13 years ago
  52. 55f020d ext4: add flag to ext4_has_free_blocks by Allison Henderson · 13 years ago
  53. f90e5b5 GFS2: Processes waiting on inode glock that no processes are holding by Bob Peterson · 13 years ago
  54. dda54e7 Ocfs2/move_extents: Set several trivial constraints for threshold. by Tristan Ye · 13 years ago
  55. 4dfa66b Ocfs2/move_extents: Let defrag handle partial extent moving. by Tristan Ye · 13 years ago
  56. 53069d4 Ocfs2/move_extents: move/defrag extents within a certain range. by Tristan Ye · 13 years ago
  57. ee16cc0 Ocfs2/move_extents: helper to calculate the defraging length in one run. by Tristan Ye · 13 years ago
  58. e084771 Ocfs2/move_extents: move entire/partial extent. by Tristan Ye · 13 years ago
  59. 8473aa8 Ocfs2/move_extents: helpers to update the group descriptor and global bitmap inode. by Tristan Ye · 13 years ago
  60. e6b5859 Ocfs2/move_extents: helper to probe a proper region to move in an alloc group. by Tristan Ye · 13 years ago
  61. 99e4c75 Ocfs2/move_extents: helper to validate and adjust moving goal. by Tristan Ye · 13 years ago
  62. 1c06b91 Ocfs2/move_extents: find the victim alloc group, where the given #blk fits. by Tristan Ye · 13 years ago
  63. 202ee5f Ocfs2/move_extents: defrag a range of extent. by Tristan Ye · 13 years ago
  64. 8f603e5 Ocfs2/move_extents: move a range of extent. by Tristan Ye · 13 years ago
  65. de474ee Ocfs2/move_extents: lock allocators and reserve metadata blocks and data clusters for extents moving. by Tristan Ye · 13 years ago
  66. 028ba5df Ocfs2/move_extents: Add basic framework and source files for extent moving. by Tristan Ye · 13 years ago
  67. 220ebc4 Ocfs2/move_extents: Adding new ioctl code 'OCFS2_IOC_MOVE_EXT' to ocfs2. by Tristan Ye · 13 years ago
  68. 3e19a25 Ocfs2/refcounttree: Publicize couple of funcs from refcounttree.c by Tristan Ye · 13 years ago
  69. d24a10b9 Ocfs2: Add a new code 'OCFS2_INFO_FREEFRAG' for o2info ioctl. by Tristan Ye · 13 years ago
  70. 3e5db17 Ocfs2: Add a new code 'OCFS2_INFO_FREEINODE' for o2info ioctl. by Tristan Ye · 13 years ago
  71. 8aa1fa3 Ocfs2: Using inline funcs to set/clear *FILLED* flags in info handler. by Tristan Ye · 13 years ago
  72. 1ddd0d9 JFFS2: retry large buffer allocations by Grant Erickson · 13 years ago
  73. 8cb2a18 jffs2: remove unused variables by Sergey Senozhatsky · 13 years ago
  74. ae81230 ext4: reserve inodes and feature code for 'quota' feature by Aditya Kali · 13 years ago
  75. c5e06d1 ext4: add support for multiple mount protection by Johann Lombardi · 13 years ago
  76. 62ca24b ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry. by Eric W. Biederman · 13 years ago
  77. d02a939 ext4: ensure f_bfree returned by ext4_statfs() is non-negative by Kazuya Mio · 13 years ago
  78. 28739ee ext4: protect bb_first_free in ext4_trim_all_free() with group lock by Lukas Czerner · 13 years ago
  79. 7894408 ext4: only load buddy bitmap in ext4_trim_fs() when it is needed by Lukas Czerner · 13 years ago
  80. dc522ad Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  81. df3256f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 13 years ago
  82. c867516 jbd2: Fix comment to match the code in jbd2__journal_start() by Eryu Guan · 13 years ago
  83. 31ec97d Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  84. b0ca118 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  85. db35405 ceph: fix cap flush race reentrancy by Sage Weil · 13 years ago
  86. 45e3d3e ceph: avoid inode lookup on nfs fh reconnect by Sage Weil · 13 years ago
  87. 3c454cf ceph: use LOOKUPINO to make unconnected nfs fh more reliable by Sage Weil · 13 years ago
  88. eb08d8f Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  89. 55a7bc5 xfs: do not discard alloc btree blocks by Christoph Hellwig · 13 years ago
  90. e84661a xfs: add online discard support by Christoph Hellwig · 13 years ago
  91. 93628ff ext4: fix waiting and sending of a barrier in ext4_sync_file() by Jan Kara · 13 years ago
  92. bbd2be3 jbd2: Add function jbd2_trans_will_send_data_barrier() by Jan Kara · 13 years ago
  93. 81be12c jbd2: fix sending of data flush on journal commit by Jan Kara · 13 years ago
  94. b221349 ext4: fix ext4_ext_fiemap_cb() to handle blocks before request range correctly by Yongqiang Yang · 13 years ago
  95. 434d42c Merge branch 'next' into for-linus by James Morris · 13 years ago
  96. 98ba073 ocfs2: change incorrect 'extern' keyword to 'static' in dlmfs by Robin Dong · 13 years ago
  97. 9f62e96 ocfs2/dlm: dlm_is_lockres_migrateable() returns boolean by Sunil Mushran · 13 years ago
  98. 10fca35 ocfs2: Add trace event for trim. by Tao Ma · 13 years ago
  99. 55e6787 ocfs2: Add FITRIM ioctl. by Tao Ma · 13 years ago
  100. e80de36 ocfs2: Add ocfs2_trim_fs for SSD trim support. by Tao Ma · 13 years ago