1. 3b9b8ab [PATCH] Fix unserialized task->files changing by Kirill Korotaev · 18 years ago
  2. ae78bf9 [PATCH] add -o flush for fat by Chris Mason · 18 years ago
  3. 5046206 [PATCH] fs.h: ifdef security fields by Alexey Dobriyan · 18 years ago
  4. cfe1467 [PATCH] reiserfs: ifdef ACL stuff from inode by Alexey Dobriyan · 18 years ago
  5. 068fbb3 [PATCH] reiserfs: ifdef xattr_sem by Alexey Dobriyan · 18 years ago
  6. a317202 [PATCH] Fix reiserfs latencies caused by data=ordered by Chris Mason · 18 years ago
  7. 25736b1 [PATCH] reiserfs_fsync should only use barriers when they are enabled by Chris Mason · 18 years ago
  8. 39b3f6d [PATCH] mount udf UDF_PART_FLAG_READ_ONLY partitions with MS_RDONLY by Eric Sandeen · 18 years ago
  9. e1dfa92 [PATCH] ignore partition table on disks with AIX label by Olaf Hering · 18 years ago
  10. 650a898 [PATCH] vfs: define new lookup flag for chdir by Miklos Szeredi · 18 years ago
  11. 5b35e8e [PATCH] fuse: use dentry in statfs by Miklos Szeredi · 18 years ago
  12. 8454aee [PATCH] Require mmap handler for a.out executables by Eugene Teo · 18 years ago
  13. 9c4dbee [PATCH] fs: add lock annotation to grab_super by Josh Triplett · 18 years ago
  14. ddc0a51 [PATCH] hugetlbfs: add lock annotation to hugetlbfs_forget_inode() by Josh Triplett · 18 years ago
  15. 105f4d7 [PATCH] fuse: add lock annotations to request_end and fuse_read_interrupt by Josh Triplett · 18 years ago
  16. 99fc705 [PATCH] afs: add lock annotations to afs_proc_cell_servers_{start,stop} by Josh Triplett · 18 years ago
  17. 58f555e [PATCH] mbcache: add lock annotation for __mb_cache_entry_release_unlock() by Josh Triplett · 18 years ago
  18. 42012cc [PATCH] use gcc -O1 in fs/reiserfs only for ancient gcc versions by Olaf Hering · 18 years ago
  19. c0d92cb [PATCH] libfs: remove page up-to-date check from simple_readpage by Pekka J Enberg · 18 years ago
  20. 15a67dd [PATCH] fs/namespace: handle init/registration errors by Randy Dunlap · 18 years ago
  21. 4d7dd8f [PATCH] blockdev.c: check driver layer errors by Andrew Morton · 18 years ago
  22. d180779 [PATCH] JBD: memory leak in "journal_init_dev()" by Zoltan Menyhart · 18 years ago
  23. f71b2f1 [PATCH] JBD: Make journal_brelse_array() static by Dave Kleikamp · 18 years ago
  24. aafe6c2 [PATCH] de_thread: Use tsk not current by Eric W. Biederman · 18 years ago
  25. 66f3750 [PATCH] fs/nfs/: make code static by Adrian Bunk · 18 years ago
  26. b7b5263 [PATCH] add newline to nfs dprintk by Martin Bligh · 18 years ago
  27. c18258c [PATCH] pid: Implement transfer_pid and use it to simplify de_thread by Eric W. Biederman · 18 years ago
  28. b89a817 [PATCH] sysctl: Allow /proc/sys without sys_sysctl by Eric W. Biederman · 18 years ago
  29. 8b0e330 [PATCH] alloc_fdtable() cleanup by Andrew Morton · 18 years ago
  30. 36b756f [PATCH] reiserfs: warn about the useless nolargeio option by Adrian Bunk · 18 years ago
  31. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  32. 577c4eb [PATCH] inode-diet: Move i_cdev into a union by Theodore Ts'o · 18 years ago
  33. eaf796e [PATCH] inode-diet: Move i_bdev into a union by Theodore Ts'o · 18 years ago
  34. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  35. 6a1d980 [PATCH] fat: cleanup fat_get_block(s) by OGAWA Hirofumi · 18 years ago
  36. bcdc5e0 [PATCH] autofs4 needs to force fail return revalidate by Ian Kent · 18 years ago
  37. f269fdd [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place by David Howells · 18 years ago
  38. dbf8685 [PATCH] NOMMU: Implement /proc/pid/maps for NOMMU by David Howells · 18 years ago
  39. 5da6185 [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmem by David Howells · 18 years ago
  40. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  41. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  42. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  43. 32c2d2b [PATCH] more ext3 16T overflow fixes by Eric Sandeen · 18 years ago
  44. a4e4de3 [PATCH] ext3: Fix sparse warnings by Dave Kleikamp · 18 years ago
  45. e9ad562 [PATCH] ext3: More whitespace cleanups by Dave Kleikamp · 18 years ago
  46. 7543fc7 [PATCH] ext3: wrong error behavior by Vasily Averin · 18 years ago
  47. 36faadc [PATCH] ext3: more comments about block allocation/reservation code by Mingming Cao · 18 years ago
  48. 321fb9e [PATCH] ext3: turn on reservation dump on block allocation errors by Mingming Cao · 18 years ago
  49. 37ed322 [PATCH] JBD: 16T fixes by Eric Sandeen · 18 years ago
  50. eee194e [PATCH] ext3: inode numbers are unsigned long by Eric Sandeen · 18 years ago
  51. 41f04d8 [PATCH] ext2: fix mounts at 16T by Eric Sandeen · 18 years ago
  52. 855565e [PATCH] fix ext3 mounts at 16T by Eric Sandeen · 18 years ago
  53. 2aed348 [PATCH] jbd: use BUILD_BUG_ON in journal init by Alexey Dobriyan · 18 years ago
  54. ae6ddcc [PATCH] ext3 and jbd cleanup: remove whitespace by Mingming Cao · 18 years ago
  55. e7ab8d6 [PATCH] jbd: add lock annotation to jbd_sync_bh by Josh Triplett · 18 years ago
  56. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  57. dd77a4e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  58. 8d6b5eee [PATCH] binfmt_elf: consistently use loff_t by Andrew Morton · 18 years ago
  59. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  60. 182e8e2 [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM by Christoph Lameter · 18 years ago
  61. d08b385 [PATCH] mm: tracking shared dirty pages by Peter Zijlstra · 18 years ago
  62. 3998b93 [PATCH] jbd: fix commit of ordered data buffers by Jan Kara · 18 years ago
  63. 7583334 [PATCH] Check return value of copy_to_user in compat_sys_pselect7 by Andi Kleen · 18 years ago
  64. c16b63e [PATCH] i386/x86-64: Don't randomize stack top when no randomization personality is set by Andi Kleen · 18 years ago
  65. f20a9ea sysfs: add proper sysfs_init() prototype by Andrew Morton · 18 years ago
  66. 995982c sysfs_remove_bin_file: no return value, dump_stack on error by Randy.Dunlap · 18 years ago
  67. ceeee1f SYSFS: allow sysfs_create_link to create symlinks in the root of sysfs by Greg Kroah-Hartman · 22 years ago
  68. 6468b3a Debugfs: kernel-doc fixes for debugfs by Randy Dunlap · 18 years ago
  69. eea3f89 sysfs: Make poll behaviour consistent by Juha Yrjölä · 18 years ago
  70. c0ba7e5 [PATCH] autofs4: zero timeout prevents shutdown by Ian Kent · 18 years ago
  71. 0d5dc6c ocfs2: Teach ocfs2_drop_lock() to use ->set_lvb() callback by Mark Fasheh · 18 years ago
  72. b5e500e ocfs2: Remove ->unblock lockres operation by Mark Fasheh · 18 years ago
  73. cc567d8 ocfs2: move downconvert worker to lockres ops by Mark Fasheh · 18 years ago
  74. 08280f1 ocfs2: Remove unused dlmglue functions by Mark Fasheh · 18 years ago
  75. 810d5ae ocfs2: Have the metadata lock use generic dlmglue functions by Mark Fasheh · 18 years ago
  76. 5ef0d4e ocfs2: Add ->set_lvb callback in dlmglue by Mark Fasheh · 18 years ago
  77. 16d5b95 ocfs2: Add ->check_downconvert callback in dlmglue by Mark Fasheh · 18 years ago
  78. f7fbfdd ocfs2: Check for refreshing locks in generic unblock function by Mark Fasheh · 18 years ago
  79. b80fc01 ocfs2: don't unconditionally pass LVB flags by Mark Fasheh · 18 years ago
  80. aa2623a ocfs2: combine inode and generic blocking AST functions by Mark Fasheh · 18 years ago
  81. 54a7e75 ocfs2: Add ->get_osb() dlmglue locking operation by Mark Fasheh · 18 years ago
  82. 2a45f2d ocfs2: remove ->unlock_ast() callback from ocfs2_lock_res_ops by Mark Fasheh · 18 years ago
  83. e92d57d ocfs2: combine inode and generic AST functions by Mark Fasheh · 18 years ago
  84. f625c97 ocfs2: Clean up lock resource refresh flags by Mark Fasheh · 18 years ago
  85. 24c19ef ocfs2: Remove i_generation from inode lock names by Mark Fasheh · 18 years ago
  86. f9e2d82 ocfs2: Encode i_generation in the meta data lvb by Mark Fasheh · 18 years ago
  87. 4d3b83f ocfs2: Free up some space in the lvb by Mark Fasheh · 18 years ago
  88. 0027dd5 ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock() by Mark Fasheh · 18 years ago
  89. 1ba9da2 ocfs2: manually d_move() during ocfs2_rename() by Mark Fasheh · 18 years ago
  90. 349457c [PATCH] Allow file systems to manually d_move() inside of ->rename() by Mark Fasheh · 18 years ago
  91. 1390334 ocfs2: Remove the dentry vote by Mark Fasheh · 18 years ago
  92. 379dfe9 ocfs2: Hook rest of the file system into dentry locking API by Mark Fasheh · 18 years ago
  93. 80c0584 ocfs2: Add dentry tracking API by Mark Fasheh · 18 years ago
  94. d680efe ocfs2: Add new cluster lock type by Mark Fasheh · 18 years ago
  95. f068106 ocfs2: Update dlmglue for new dlmlock() API by Mark Fasheh · 18 years ago
  96. ea5b3a1 ocfs2: Update dlmfs for new dlmlock() API by Mark Fasheh · 18 years ago
  97. 3384f3d ocfs2: Allow binary names in the DLM by Mark Fasheh · 18 years ago
  98. e2c7369 ocfs2: Silence dlm error print by Mark Fasheh · 18 years ago
  99. e18fa70 Move several *_SUPER_MAGIC symbols to include/linux/magic.h. by Jeff Garzik · 18 years ago
  100. 026ed5c NFS: unmark NFS direct I/O as experimental by Chuck Lever · 18 years ago