1. 671f837 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  2. a0e3390 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  3. b1142e8 ext4: BUG_ON fix: check if page has buffers before calling page_buffers() by Theodore Ts'o · 14 years ago
  4. 12364a4 nfs4: The difference of 2 pointers is ptrdiff_t by Geert Uytterhoeven · 14 years ago
  5. f063a0c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  6. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  7. 11cc21f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 14 years ago
  8. 19ef201 ext4: fix compile with CONFIG_EXT4_FS_XATTR disabled by Ingo Molnar · 14 years ago
  9. 8f0d97b nfs: testing the wrong variable by Dan Carpenter · 14 years ago
  10. 015f021 nfs: handle lock context allocation failures in nfs_create_request by Jeff Layton · 14 years ago
  11. 568a810d Fixed Regression in NFS Direct I/O path by Steve Dickson · 14 years ago
  12. b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  13. 877cb3d fs/9p: Use generic_file_open with lookup_instantiate_filp by Aneesh Kumar K.V · 14 years ago
  14. 9856af8 fs/9p: Add missing iput in v9fs_vfs_lookup by Aneesh Kumar K.V · 14 years ago
  15. f5fc614 fs/9p: Use mknod 9p operation on create without open request by Aneesh Kumar K.V · 14 years ago
  16. 329176c 9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
  17. 368c09d 9p: Use V9FS_MAGIC in statfs by M. Mohan Kumar · 14 years ago
  18. 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
  19. a099027 9p: Implement TLOCK by M. Mohan Kumar · 14 years ago
  20. 920e65d [9p] Introduce client side TFSYNC/RFSYNC for dotl. by Venkateswararao Jujjuri (JV) · 14 years ago
  21. b04faaf [fs/9p] Add file_operations for cached mode in dotl protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  22. 76381a4 fs/9p: Add access = client option to opt in acl evaluation. by Aneesh Kumar K.V · 14 years ago
  23. ad77dbc fs/9p: Implement create time inheritance by Aneesh Kumar K.V · 14 years ago
  24. 6e8dc55 fs/9p: Update ACL on chmod by Aneesh Kumar K.V · 14 years ago
  25. 22d8dcd fs/9p: Implement setting posix acl by Aneesh Kumar K.V · 14 years ago
  26. 7a4566b fs/9p: Add xattr callbacks for POSIX ACL by Aneesh Kumar K.V · 14 years ago
  27. 85ff872 fs/9p: Implement POSIX ACL permission checking function by Aneesh Kumar K.V · 14 years ago
  28. 8d40fa2 fs/9p: Remove the redundant rsize calculation in v9fs_file_write() by jvrao · 14 years ago
  29. 3e24ad2 9p: Add a Direct IO support for non-cached operations. by jvrao · 14 years ago
  30. 7c7298c fs/9p: mkdir fix for setting S_ISGID bit as per parent directory by Harsh Prateek Bora · 14 years ago
  31. 8812a3d 9p: Pass the correct end of buffer to p9dirent_read by Sripathi Kodi · 14 years ago
  32. 3834b12 fs/9p: setrlimit fix for 9p write by Harsh Prateek Bora · 14 years ago
  33. 57ee047 9p: remove unneeded checks by Dan Carpenter · 14 years ago
  34. 8128057 Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  35. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  36. 7d2f280 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  37. 3d287de ext4: optimize orphan_list handling for ext4_setattr by Dmitry Monakhov · 14 years ago
  38. beed5ecb ext4: fix unbalanced mutex unlock in error path of ext4_li_request_new by Nicolas Kaiser · 14 years ago
  39. 17bb51d Merge branch 'akpm-incoming-2' by Linus Torvalds · 14 years ago
  40. a6371b6 ext4: fix compile error in ext4_fallocate() by Kazuya Mio · 14 years ago
  41. eee4adc ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static by Eric Sandeen · 14 years ago
  42. 61d0867 ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end() by Theodore Ts'o · 14 years ago
  43. 4a873a4 ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static by Theodore Ts'o · 14 years ago
  44. bf89d16 ext4: rename {ext,idx}_pblock and inline small extent functions by Theodore Ts'o · 14 years ago
  45. 1f109d5 ext4: make various ext4 functions be static by Theodore Ts'o · 14 years ago
  46. 5dabfc7 ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*() by Theodore Ts'o · 14 years ago
  47. 7f93cff ext4: fix kernel oops if the journal superblock has a non-zero j_errno by Theodore Ts'o · 14 years ago
  48. 72f84e6 ext4: update writeback_index based on last page scanned by Eric Sandeen · 14 years ago
  49. 5b41d92 ext4: implement writeback livelock avoidance using page tagging by Eric Sandeen · 14 years ago
  50. bbd0834 ext4: tidy up a void argument in inode.c by Eric Sandeen · 14 years ago
  51. 27ee40d ext4: add batched_discard into ext4 feature list by Lukas Czerner · 14 years ago
  52. 7360d17 ext4: Add batched discard support for ext4 by Lukas Czerner · 14 years ago
  53. 367a51a3 fs: Add FITRIM ioctl by Lukas Czerner · 14 years ago
  54. 77ca6cd ext4: Use return value from sb_issue_discard() by Lukas Czerner · 14 years ago
  55. 8778369 ext4: Check return value of sb_getblk() and friends by Namhyung Kim · 14 years ago
  56. bd2d021 ext4: use bio layer instead of buffer layer in mpage_da_submit_io by Theodore Ts'o · 14 years ago
  57. 1de3e3d ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io() by Theodore Ts'o · 14 years ago
  58. 3ecdb3a ext4: inline walk_page_buffers() into mpage_da_submit_io by Theodore Ts'o · 14 years ago
  59. cb20d51 ext4: inline ext4_writepage() into mpage_da_submit_io() by Theodore Ts'o · 14 years ago
  60. a42afc5 ext4: simplify ext4_writepage() by Theodore Ts'o · 14 years ago
  61. 5a87b7a ext4: call mpage_da_submit_io() from mpage_da_map_blocks() by Theodore Ts'o · 14 years ago
  62. 1682808 ext4: use KMEM_CACHE instead of kmem_cache_create by Theodore Ts'o · 14 years ago
  63. 7845c04 ext4: use search_dirblock() in ext4_dx_find_entry() by Theodore Ts'o · 14 years ago
  64. 8941ec8 ext4: avoid uninitialized memory references in ext3_htree_next_block() by Theodore Ts'o · 14 years ago
  65. 640e939 ext4: remove unused ext4_sb_info members by Eric Sandeen · 14 years ago
  66. c999af2 ext4: queue conversion after adding to inode's completed IO list by Eric Sandeen · 14 years ago
  67. 3e1e5f5 ext4: don't use ext4_allocation_contexts for tracing by Eric Sandeen · 14 years ago
  68. 0c9169c ext4: fix potential infinite loop in ext4_da_writepages() by Toshiyuki Okajima · 14 years ago
  69. e0d10bf ext4: improve llseek error handling for overly large seek offsets by Toshiyuki Okajima · 14 years ago
  70. c41303c ext4: don't update sb journal_devnum when RO dev by Maciej Żenczykowski · 14 years ago
  71. 2407518 ext4: use sb_issue_zeroout in ext4_ext_zeroout by Lukas Czerner · 14 years ago
  72. a31437b ext4: use sb_issue_zeroout in setup_new_group_blocks by Lukas Czerner · 14 years ago
  73. 857ac88 ext4: add interface to advertise ext4 features in sysfs by Lukas Czerner · 14 years ago
  74. bfff687 ext4: add support for lazy inode table initialization by Lukas Czerner · 14 years ago
  75. 5c2178e jbd2: Add sanity check for attempts to start handle during umount by Theodore Ts'o · 14 years ago
  76. a1c6c56 ext4: fix NULL pointer dereference in print_daily_error_info() by Sergey Senozhatsky · 14 years ago
  77. 53fdcf9 ext4: don't hold spinlock while calling ext4_issue_discard() by Lukas Czerner · 14 years ago
  78. 5829870 ext4: check for negative error code from sb_issue_discard by Lukas Czerner · 14 years ago
  79. b443e73 ext4: don't bump up LONG_MAX nr_to_write by a factor of 8 by Eric Sandeen · 14 years ago
  80. 659c600 ext4: stop looping in ext4_num_dirty_pages when max_pages reached by Eric Sandeen · 14 years ago
  81. fb1813f ext4: use dedicated slab caches for group_info structures by Curt Wohlgemuth · 14 years ago
  82. 39e3ac2 jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode by Brian King · 14 years ago
  83. 58590b0 ext4: fix EOFBLOCKS_FL handling by Theodore Ts'o · 14 years ago
  84. 55f335a fasync: Fix placement of FASYNC flag comment by Linus Torvalds · 14 years ago
  85. 7420a8c Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  86. 95aac7b epoll: make epoll_wait() use the hrtimer range feature by Shawn Bohrer · 14 years ago
  87. 231f3d3 select: rename estimate_accuracy() to select_estimate_accuracy() by Andrew Morton · 14 years ago
  88. 0be8557 fuse: use release_pages() by Miklos Szeredi · 14 years ago
  89. 98391cf exec: don't turn PF_KTHREAD off when a target command was not found by KOSAKI Motohiro · 14 years ago
  90. 478735e3 /proc/stat: fix scalability of irq sum of all cpu by KAMEZAWA Hiroyuki · 14 years ago
  91. f2c66cd /proc/stat: scalability of irq num per cpu by KAMEZAWA Hiroyuki · 14 years ago
  92. 19cd56c procfs: fix /proc/softirqs formatting by Davidlohr Bueso · 14 years ago
  93. b40d4f8 /proc/pid/smaps: export amount of anonymous memory in a mapping by Nikanth Karthikesan · 14 years ago
  94. 8950215 coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y by Roland McGrath · 14 years ago
  95. 1b0d300 core_pattern: fix truncation by core_pattern handler with long parameters by Xiaotian Feng · 14 years ago
  96. 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
  97. e45c9ef isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory by Ondrej Zary · 14 years ago
  98. 4408ea4 quota: Fix possible oops in __dquot_initialize() by Jan Kara · 14 years ago
  99. a4c18ad ext3: Update kernel-doc comments by Namhyung Kim · 14 years ago
  100. bcf3d0b jbd/2: fixed typos by Andrea Gelmini · 14 years ago