1. 4fc8a60 [JFFS2] Remove stray debugging printk by David Woodhouse · 17 years ago
  2. b534e70 [JFFS2] Handle dirents on the flash with embedded zero bytes in names. by David Woodhouse · 17 years ago
  3. 69ca437 [JFFS2] Check for creation of dirents with embedded zero bytes in name. by David Woodhouse · 17 years ago
  4. a8c68f3 [JFFS2] Don't count all 'very dirty' blocks except in debug mode by David Woodhouse · 17 years ago
  5. 2665ea8 [JFFS2] Check whether garbage-collection actually obsoleted its victim. by David Woodhouse · 17 years ago
  6. 85becc5 [JFFS2] Relax threshold for triggering GC due to dirty blocks. by David Woodhouse · 17 years ago
  7. 8fb870df [JFFS2] Trigger garbage collection when very_dirty_list size becomes excessive by David Woodhouse · 17 years ago
  8. 59d8235 [JFFS2] Fix unpoint length by Andy Lowe · 18 years ago
  9. ac0c955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  10. abd96ec exec: kill unsafe BUG_ON(sig->count) checks by Oleg Nesterov · 17 years ago
  11. 1864f7b autofs4: deadlock during create by Ian Kent · 17 years ago
  12. f9ee228 signalfd: make it group-wide, fix posix-timers scheduling by Oleg Nesterov · 17 years ago
  13. df06846 eCryptfs: fix lookup error for special files by Ryusuke Konishi · 17 years ago
  14. f4e3564 [JFFS2] fix printk warning in jffs2_block_check_erase() by Andrew Morton · 17 years ago
  15. 9ed437c [JFFS2] Fix ACL vs. mode handling. by David Woodhouse · 17 years ago
  16. 848c4dd dio: zero struct dio with kzalloc instead of manually by Zach Brown · 17 years ago
  17. b574864 JFFS2 locking regression fix. by David Woodhouse · 17 years ago
  18. edd5f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  19. d2d56c5 Reset current->pdeath_signal on SUID binary execution by Marcel Holtmann · 17 years ago
  20. 5e6e623 [CIFS] Check return code on failed alloc by Cyrill Gorcunov · 17 years ago
  21. d18c4d6 [GFS2] Revert remounting w/o acl option leaves acls enabled by Steven Whitehouse · 17 years ago
  22. b9af7ca [GFS2] Fix setting of inherit jdata attr by Steven Whitehouse · 17 years ago
  23. a867bb2 [GFS2] Fix incorrect error path in prepare_write() by Steven Whitehouse · 17 years ago
  24. 6eefaf6 [GFS2] Fix incorrect return code in rgrp.c by Steven Whitehouse · 17 years ago
  25. 24c7387 [GFS2] soft lockup in rgblk_search by Bob Peterson · 17 years ago
  26. bdcb885 [GFS2] soft lockup detected in databuf_lo_before_commit by Bob Peterson · 17 years ago
  27. 3650925 [DLM] fix basts for granted PR waiting CW by David Teigland · 17 years ago
  28. 9e5f282 [DLM] More othercon fixes by Patrick Caulfield · 17 years ago
  29. 1a2bf2e [DLM] Fix memory leak in dlm_add_member() when dlm_node_weight() returns less than zero by Jesper Juhl · 17 years ago
  30. 01c8cab [DLM] zero unused parts of sockaddr_storage by Patrick Caulfield · 17 years ago
  31. 41684f9 [DLM] fix NULL ls usage by David Teigland · 17 years ago
  32. 25720c2 [DLM] Clear othercon pointers when a connection is closed by Patrick Caulfield · 17 years ago
  33. 886c818 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  34. a75de1b eCryptfs: fix error handling in ecryptfs_init by Ryusuke Konishi · 17 years ago
  35. 202a21d eCryptfs: fix lookup error for special files by Ryusuke Konishi · 17 years ago
  36. 6a648fa direct-io: fix error-path crashes by Badari Pulavarty · 17 years ago
  37. e0dceaf ocfs2: set non-default s_time_gran during mount by Mark Fasheh · 17 years ago
  38. ce17204a ocfs2: Retry sendpage() if it returns EAGAIN by Sunil Mushran · 17 years ago
  39. 480214d ocfs2: Fix rename/extend race by Sunil Mushran · 17 years ago
  40. 6a18380 [2.6 patch] ocfs2_insert_extent(): remove dead code by Adrian Bunk · 17 years ago
  41. 5a25403 ocfs2: Fix max offset calculations by Mark Fasheh · 17 years ago
  42. ce76fd3 ocfs2: check ia_size limits in setattr by Mark Fasheh · 17 years ago
  43. 7c08d70 ocfs2: Fix some casting errors related to file writes by Mark Fasheh · 17 years ago
  44. a00cce3 ocfs2: use s_maxbytes directly in ocfs2_change_file_space() by Mark Fasheh · 17 years ago
  45. c11e9fa ocfs2: Restrict inode changes in ocfs2_update_inode_atime() by Mark Fasheh · 17 years ago
  46. 8b80fc0 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  47. 09b3fba [JFFS2] Correct cleanmarker checks -- we should use only 8 bytes by David Woodhouse · 17 years ago
  48. 3d39c69 NFS: Replace flush_scheduled_work with cancel_work_sync() and friends by Trond Myklebust · 17 years ago
  49. 905f8d1 NFSv4: Don't call put_rpccred() from an rcu callback by Trond Myklebust · 17 years ago
  50. 45328c3 NFS: Fix NFSv4 open stateid regressions by Trond Myklebust · 17 years ago
  51. ba683031 NFSv4: Fix a locking regression in nfs4_set_mode_locked() by Trond Myklebust · 17 years ago
  52. 5e11934 NFS: Fix put_nfs_open_context by Trond Myklebust · 17 years ago
  53. 313b0d3 [PATCH] remove duplicated ioctl entries in compat_ioctl.c by Masakazu Mokuno · 17 years ago
  54. b8e3ec3 [JFFS2] Print correct node offset when complaining about broken data CRC by David Woodhouse · 17 years ago
  55. 7b68770 [JFFS2] Fix suspend failure with JFFS2 GC thread. by David Woodhouse · 17 years ago
  56. 71c2339 [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE. by David Woodhouse · 17 years ago
  57. 5bd5c03 [JFFS2] Prevent oops after 'node added in wrong place' debug check by Joakim Tjernlund · 17 years ago
  58. 3ca135e [JFFS2] LZO compression should default off for compatibility. by David Woodhouse · 17 years ago
  59. 440fdb5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  60. ca76d2d UDF: fix UID and GID mount option ignorance by Cyrill Gorcunov · 17 years ago
  61. 0af1a45 rename setlease to generic_setlease by Christoph Hellwig · 17 years ago
  62. 9700382 VFS: fix a race in lease-breaking during truncate by david m. richter · 17 years ago
  63. d7ef970 NCP: delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRY by Robert P. J. Day · 17 years ago
  64. 817794e isofs: mounting to regular file may succeed by Kirill Kuvaldin · 17 years ago
  65. 5ea473a Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats} by Alexey Dobriyan · 17 years ago
  66. ff8e210 AFS: fix file locking by David Howells · 17 years ago
  67. 4a4b883 knfsd: eliminate unnecessary -ENOENT returns on export downcalls by J. Bruce Fields · 17 years ago
  68. 0a725fc nfsd4: idmap upcalls should use unsigned uid and gid by J. Bruce Fields · 17 years ago
  69. 749997e knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVE by Jeff Layton · 17 years ago
  70. dd54567 "ext4_ext_put_in_cache" uses __u32 to receive physical block number by Mingming Cao · 17 years ago
  71. 2e92a3b NOMMU: Fix SYSV IPC SHM by David Howells · 17 years ago
  72. 8163904 [SPARC]: Mark SBUS framebuffer ioctls as IGNORE in compat_ioctl.c by David S. Miller · 17 years ago
  73. 3961bae [PARTITION]: Sun/Solaris VTOC table corrections by Mark Fortescue · 17 years ago
  74. b84d879 [PARTITION] MSDOS: Fix Sun num_partitions handling. by Mark Fortescue · 17 years ago
  75. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  76. 778f3dd Fix procfs compat_ioctl regression by David Miller · 17 years ago
  77. 8e8ef29 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  78. 7a6c813 [IA64] Fix build failure in fs/quota.c by Tony Luck · 17 years ago
  79. 79685b8 docbook: add pipes, other fixes by Randy Dunlap · 17 years ago
  80. 780dcdb fix inode_table test in ext234_check_descriptors by Eric Sandeen · 17 years ago
  81. 0982840 make timerfd return a u64 and fix the __put_user by Davide Libenzi · 17 years ago
  82. f50cadaa tiny signalfd cleanup by Ulrich Drepper · 17 years ago
  83. 87588dd more reiserfs endianness annotations by Al Viro · 17 years ago
  84. ad690ef xfs ioctl __user annotations by Al Viro · 17 years ago
  85. ca5c8cd lockd and nfsd endianness annotation fixes by Al Viro · 17 years ago
  86. a403a0a [CIFS] Fix hang in find_writable_file by Steve French · 17 years ago
  87. 3836df6 ocfs2: bad kunmap_atomic() by Jens Axboe · 17 years ago
  88. b2e961e Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  89. 0d786d4 fallocate syscall interface deficiency by Ulrich Drepper · 17 years ago
  90. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  91. 39fe543 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  92. 41089644 fix broken handling of port=... in NFS option parsing by Al Viro · 17 years ago
  93. c3508f8 x86_64: Avoid too many remote cpu references due to /proc/stat by Ravikiran G Thirumalai · 17 years ago
  94. d4e3cc3 revert "PIE randomization" by Andrew Morton · 17 years ago
  95. 3e63516 knfsd: fix typo in export display, print uid and gid as unsigned by J. Bruce Fields · 17 years ago
  96. d3fec42 coda: remove CODA_STORE/CODA_RELEASE upcalls by Jan Harkes · 17 years ago
  97. 28de794 UDF: coding style conversion - lindent fixups by Cyrill Gorcunov · 17 years ago
  98. 6a860c9 splice: fix bad unlock_page() in error case by Jens Axboe · 17 years ago
  99. bd6dc74 AFS: Use patched rxrpc_kernel_send_data() correctly by David Howells · 17 years ago
  100. 1833633 fix some conversion overflows by Nick Piggin · 17 years ago