1. 7b4ee73 [PATCH] ufs cleanup by Evgeniy · 19 years ago
  2. 25cd6aa Merge ../linux-2.6 by Paul Mackerras · 19 years ago
  3. 8a430d7 [PATCH] Fix oops in ufs_fill_super at mount time by Evgeniy · 19 years ago
  4. 898b539 [PATCH] powerpc: Add/remove/update properties in /proc/device-tree by Dave C Boutcher · 19 years ago
  5. 9f5974c Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 by Linus Torvalds · 19 years ago
  6. c6b44d1 [PATCH] Implement ioctl emulation for the parport character device by Andi Kleen · 19 years ago
  7. 2966387 [PATCH] x86_64: Implement compat code for sg driver SG_GET_REQUEST_TABLE ioctl by Andi Kleen · 19 years ago
  8. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  9. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  10. ef43bc4 [PATCH] reiserfs: fix assertion failure in reiserfs+journaled quotas by Jan Kara · 19 years ago
  11. 9e9e394 [PATCH] kdump: vmcore compilation warning fix by Vivek Goyal · 19 years ago
  12. ddae9c2 Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git by Nathan Scott · 19 years ago
  13. 0d1335b [XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. by Nathan Scott · 19 years ago
  14. 3762ec6 [XFS] Merge in trivial changes, sync up headers with userspace equivalents. by Nathan Scott · 19 years ago
  15. 6ab6542 [XFS] Fix compiler warnings from older gcc versions wrt printfalike arguments. by Nathan Scott · 19 years ago
  16. ca5ccbf [XFS] Fix some build fallout from atime changes. by Nathan Scott · 19 years ago
  17. 1259845 [XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time to by Tim Shimmin · 19 years ago
  18. 71df099 [XFS] xfssyncd is responsible for flushing inode or device's data by by Yingping Lu · 19 years ago
  19. 75e17b3 [XFS] add helper to get xfs_inode from vnode by Christoph Hellwig · 19 years ago
  20. 204ab25 [XFS] Fix up offset type inconsistencies and gcc warnings from earlier changes. by Nathan Scott · 19 years ago
  21. da7f93e [XFS] fix up per-device xfsbufd by Christoph Hellwig · 19 years ago
  22. f5e596b [XFS] fix writeback control handling fix a reversed condition on where to by Christoph Hellwig · 19 years ago
  23. 6c4fe19 [XFS] cluster rewrites We can cluster mapped pages aswell, this improves by Christoph Hellwig · 19 years ago
  24. 7336cea [XFS] pass full 64bit offsets to xfs_add_to_ioend by Christoph Hellwig · 19 years ago
  25. d5cb48a [XFS] consolidate some code in xfs_page_state_convert The unmapped buffer by Christoph Hellwig · 19 years ago
  26. 9260dc6 [XFS] various fixes for xfs_convert_page fix various bogusities in by Christoph Hellwig · 19 years ago
  27. 1defeac [XFS] clean up the xfs_offset_to_map interface Currently we pass a struct by Christoph Hellwig · 19 years ago
  28. 10ce444 [XFS] use pagevec lookups This reduces the time spend in the radix tree by Christoph Hellwig · 19 years ago
  29. f6d6d4f [XFS] Initial pass at going directly-to-bio on the buffered IO path. This by Christoph Hellwig · 19 years ago
  30. ce8e922 [XFS] Complete the pagebuf -> xfs_buf naming convention transition, finally. by Nathan Scott · 19 years ago
  31. 68bdb6e [XFS] Fixed delayed_blks assert failure during umount. The delayed_blks by Yingping Lu · 19 years ago
  32. a6867a6 [XFS] Introduce per-filesystem delwri pagebuf flushing to reduce by David Chinner · 19 years ago
  33. 216d3b2 [XFS] take out the call to vn_mark_bad() used when acl inherit fails and by Tim Shimmin · 19 years ago
  34. 794fe2d [XFS] endianess annotations and tidying for the uuid code by Christoph Hellwig · 19 years ago
  35. 60a204f [XFS] Fix a thinko when generating a forced shutdown stack trace. by Nathan Scott · 19 years ago
  36. 0733af2 [XFS] Add a stack trace in the case of xfs_forced_shutdown. by Ryan Hankins · 19 years ago
  37. 77a7cce [XFS] Fix quotaoff logitem for project quota, affects log recovery only. by Nathan Scott · 19 years ago
  38. 446ada4 [XFS] Add an XFS callout to security_inode_init_security; SE Linux is not by Nathan Scott · 19 years ago
  39. c2cd255 [XFS] Fix v2 log bufsize reporting in /proc/mounts. by Nathan Scott · 19 years ago
  40. 42fe2b1 [XFS] fix, speedup and simplify atime handling let the VFS handle atime by Christoph Hellwig · 19 years ago
  41. dd954c6 [XFS] turn xlog helper macros into real functions by Christoph Hellwig · 19 years ago
  42. 24ee808 [XFS] remove unused vars, args, & unneeded intermediate vars from zeroing code by Eric Sandeen · 19 years ago
  43. 65be605 [XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover by Eric Sandeen · 19 years ago
  44. 0d14824 [XFS] Ensure max diosize reported is aligned with minimum diosize. by Nathan Scott · 19 years ago
  45. ee2a4f7 [XFS] Fix an intermittent pquota panic caused by dodgey quota flags to an by Nathan Scott · 19 years ago
  46. 3ddb8fa [XFS] Sort out cosmetic differences between user and kernel copies of some by Nathan Scott · 19 years ago
  47. a255a74 [XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dont by Nathan Scott · 19 years ago
  48. b04ed21 [XFS] Disable write barriers for now till intermittent IO errors are understood. by Nathan Scott · 19 years ago
  49. 13059ff [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and by Nathan Scott · 19 years ago
  50. e13a73f [XFS] Write log dummy record when freezing filesystem by Christoph Hellwig · 19 years ago
  51. 1df84c9 [XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for by Christoph Hellwig · 19 years ago
  52. 1661dc8 [XFS] Fixed an assertion failure in xfs_reclaim caused by delayed block. by Yingping Lu · 19 years ago
  53. c7d437d [XFS] do barrier checks earlier. quota initialization may write to the by Christoph Hellwig · 19 years ago
  54. 70a061f [XFS] Fix typo from when enabling write barriers by default, flags botch by Nathan Scott · 19 years ago
  55. dd9f438 [XFS] Implement the di_extsize allocator hint for non-realtime files as by Nathan Scott · 19 years ago
  56. 061f720 [XFS] Do not inherit properties for the quota inodes from the root inode. by Nathan Scott · 19 years ago
  57. 4ef19dd [XFS] enable write barriers by default by Christoph Hellwig · 19 years ago
  58. d3a9b1f [XFS] merge xfs_arch.h userspace changes back by Christoph Hellwig · 19 years ago
  59. f60d366 [XFS] remove over-eager assert by Christoph Hellwig · 19 years ago
  60. 7da942e fs/proc/vmcore.c: header included twice by Nicolas Kaiser · 19 years ago
  61. c566c6d fs/attr.c: header included twice by Nicolas Kaiser · 19 years ago
  62. 099f7f0 xfs: header included twice by Nicolas Kaiser · 19 years ago
  63. e8d2a42 add loglevel to printk in fs/afs/cmservice.c by Jesper Juhl · 19 years ago
  64. 74da6cd missing printk loglevel and tiny tiny whitespace change in binfmt_elf() by Jesper Juhl · 19 years ago
  65. 7823c7c ext2: trivial indentation fix. by Luiz Fernando Capitulino · 19 years ago
  66. 845884d [PATCH] uclinux: delay binfmt_flat trace by Greg Ungerer · 19 years ago
  67. ab396e9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  68. 9979ead [PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug function by Adrian Bunk · 19 years ago
  69. 792db3a [PATCH] fs/binfmt_elf: Remove unneeded kmalloc() return value casts by Jesper Juhl · 19 years ago
  70. 3af1376 [PATCH] fs/ext3/: small cleanups by Adrian Bunk · 19 years ago
  71. 4610a6b [PATCH] fs/ext2/bitmap.c: ext2_count_free() is only required #ifdef EXT2FS_DEBUG by Adrian Bunk · 19 years ago
  72. 3c6bee1 [PATCH] turn "const static" into "static const" by Jesper Juhl · 19 years ago
  73. e866cfa [PATCH] d_instantiate_unique / NFS inode leakage by Oleg Drokin · 19 years ago
  74. 2ff678b [PATCH] hrtimer: switch itimers to hrtimer by Thomas Gleixner · 19 years ago
  75. 7ff9205 [PATCH] don't include ioctl32.h in drivers by Christoph Hellwig · 19 years ago
  76. fc33a7b [PATCH] per-mountpoint noatime/nodiratime by Christoph Hellwig · 19 years ago
  77. 0d456fa [PATCH] 9p: remove superflous MS_NODIRATIME assignment by Christoph Hellwig · 19 years ago
  78. 24a44dc [PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignments by Christoph Hellwig · 19 years ago
  79. e6a6d2e [PATCH] sanitize building of fs/compat_ioctl.c by Christoph Hellwig · 19 years ago
  80. ec3cad9 [PATCH] move rtc compat ioctl handling to fs/compat_ioctl.c by Christoph Hellwig · 19 years ago
  81. 869243a [PATCH] remove update_atime by Christoph Hellwig · 19 years ago
  82. 9cf6f4b [PATCH] switch autofs4 to touch_atime() by Christoph Hellwig · 19 years ago
  83. 870f481 [PATCH] replace inode_update_time with file_update_time by Christoph Hellwig · 19 years ago
  84. 3542c6e [PATCH] remove xfs xattr permission checks by Christoph Hellwig · 19 years ago
  85. b98932c [PATCH] remove reiserfs xattr permission checks by Christoph Hellwig · 19 years ago
  86. c37ef80 [PATCH] remove ext3 xattr permission checks by akpm@osdl.org · 19 years ago
  87. 267fd057 [PATCH] remove ext2 xattr permission checks by akpm@osdl.org · 19 years ago
  88. 44a0033 [PATCH] remove jfs xattr permission checks by Christoph Hellwig · 19 years ago
  89. e0ad7b0 [PATCH] move xattr permission checks into the VFS by akpm@osdl.org · 19 years ago
  90. 5be196e [PATCH] add vfs_* helpers for xattr operations by Christoph Hellwig · 19 years ago
  91. 05970d4 [PATCH] kexec: change CONFIG_PHYSICAL_START dependency by Maneesh Soni · 19 years ago
  92. 4ae362b [PATCH] kdump: read previous kernel's memory by Vivek Goyal · 19 years ago
  93. df2e71f [PATCH] dump_thread() cleanup by akpm@osdl.org · 19 years ago
  94. 80c0531 Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 by Linus Torvalds · 19 years ago
  95. a457aa6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  96. 7892f2f [PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lock by Ingo Molnar · 19 years ago
  97. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  98. 794ee1b [PATCH] mutex subsystem, semaphore to mutex: XFS by Jes Sorensen · 19 years ago
  99. 943ffb5 spelling: s/retreive/retrieve/ by Adrian Bunk · 19 years ago
  100. 3995f4c Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago