1. 19d0e8c partition: add support for sysv68 partitions by Philippe De Muyter · 18 years ago
  2. 644fd4f merge compat_ioctl.h into compat_ioctl.c by Christoph Hellwig · 18 years ago
  3. 1525dcc ROUND_UP macro cleanup in fs/smbfs/request.c by Milind Arun Choudhary · 18 years ago
  4. 022a169 ROUND_UP macro cleanup in fs/(select|compat|readdir).c by Milind Arun Choudhary · 18 years ago
  5. 7e80d0d i386: sched.h inclusion from module.h is baack by Alexey Dobriyan · 18 years ago
  6. 9d65cb4 Fix race between cat /proc/*/wchan and rmmod et al by Alexey Dobriyan · 18 years ago
  7. ffb4512 Simplify kallsyms_lookup() by Alexey Dobriyan · 18 years ago
  8. 98701d1 (re)register_binfmt returns with -EBUSY by kalash nainwal · 18 years ago
  9. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  10. e5f00f4 make remove_inode_dquot_ref() static by Adrian Bunk · 18 years ago
  11. ca509f6 Protect tty drivers list with tty_mutex by Alexey Dobriyan · 18 years ago
  12. ef51c97 Remove do_sync_file_range() by Mark Fasheh · 18 years ago
  13. 880ebdc reiserfs: proc support requires PROC_FS by Randy Dunlap · 18 years ago
  14. 19c5d45 /proc/*/oom_score oops re badness by Alexey Dobriyan · 18 years ago
  15. c23fbb6 VFS: delay the dentry name generation on sockets and pipes by Eric Dumazet · 18 years ago
  16. 2793274 add file position info to proc by Miklos Szeredi · 18 years ago
  17. c5141e6 procfs: reorder struct pid_dentry to save space on 64bit archs, and constify them by Eric Dumazet · 18 years ago
  18. 5096add proc: maps protection by Kees Cook · 18 years ago
  19. 5843205 namei.c: remove utterly outdated comment by Christoph Hellwig · 18 years ago
  20. acb0c85 vfs: remove superflous sb == NULL checks by Christoph Hellwig · 18 years ago
  21. 578c818 proc: remove pathetic ->deleted WARN_ON by Alexey Dobriyan · 18 years ago
  22. 59cd0cb Fix race between proc_readdir and remove_proc_entry by Darrick J. Wong · 18 years ago
  23. 7695650 Fix race between proc_get_inode() and remove_proc_entry() by Alexey Dobriyan · 18 years ago
  24. 79c0b2d add filesystem subtype support by Miklos Szeredi · 18 years ago
  25. 6192bd5 epoll: optimizations and cleanups by Davide Libenzi · 18 years ago
  26. fedee54 ext3: dirindex error pointer issues by Dmitriy Monakhov · 18 years ago
  27. e3222c4 Merge sys_clone()/sys_unshare() nsproxy and namespace handling by Badari Pulavarty · 18 years ago
  28. 4fc75ff exec: fix remove_arg_zero by Nick Piggin · 18 years ago
  29. f87367a reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO" by Robert P. J. Day · 18 years ago
  30. fe08a9d reiserfs: shrink superblock if no xattrs by Alexey Dobriyan · 18 years ago
  31. 2d3466a reiserfs: possible null pointer dereference during resize by Dmitriy Monakhov · 18 years ago
  32. 82f703b freevxfs: possible null pointer dereference fix by Dmitriy Monakhov · 18 years ago
  33. 1368c4f is_power_of_2 in fs/block_dev.c by Vignesh Babu BM · 18 years ago
  34. e1b5c1d is_power_of_2 in fs/hfs by Vignesh Babu BM · 18 years ago
  35. e7d709c is_power_of_2 in fat by Vignesh Babu BM · 18 years ago
  36. 3972b7f devpts: add fsnotify create event by Florin Malita · 18 years ago
  37. 1ae7075 use use SEEK_MAX to validate user lseek arguments by Chris Snook · 18 years ago
  38. 7b8e892 use symbolic constants in generic lseek code by Chris Snook · 18 years ago
  39. 24c32d7 mm: shrink parent dentries when shrinking slab by Andrew Morton · 18 years ago
  40. d52b908 fix quadratic behavior of shrink_dcache_parent() by Miklos Szeredi · 18 years ago
  41. 97dc32c reduce size of task_struct on 64-bit machines by William Cohen · 18 years ago
  42. 4d7bf11 ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systems by Markus Rechberger · 18 years ago
  43. 8948e11 Allow access to /proc/$PID/fd after setuid() by Alexey Dobriyan · 18 years ago
  44. 7e4c369 block_write_full_page(): report ENOSPC by Andrew Morton · 18 years ago
  45. 3e9f45b Factor outstanding I/O error handling by Guillaume Chazarain · 18 years ago
  46. f1adc05 uml: hostfs style fixes by Jeff Dike · 18 years ago
  47. 5822b7f uml: make hostfs_setattr() support operations on unlinked open files by Alberto Bertogli · 18 years ago
  48. 0ceb331 mm: move common segment checks to separate helper function by Dmitriy Monakhov · 18 years ago
  49. 86aa5ac [PATCH] splice: always call into page_cache_readahead() by Jens Axboe · 18 years ago
  50. 9ae9d68 [PATCH] splice(): fix interaction with readahead by Fengguang Wu · 18 years ago
  51. f7c66ce [XFS] Add lockdep support for XFS by Lachlan McIlroy · 18 years ago
  52. 71dfd5a [XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks. by Lachlan McIlroy · 18 years ago
  53. 3a02ee1 [XFS] Get rid of redundant "required" in msg. by Utako Kusaka · 18 years ago
  54. e6a0e9c [XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg. by Tim Shimmin · 18 years ago
  55. f10bb2d [XFS] Remove unused ilen variable and references. by Tim Shimmin · 18 years ago
  56. ba87ea6 [XFS] Fix to prevent the notorious 'NULL files' problem after a crash. by Lachlan McIlroy · 18 years ago
  57. 2a32963 [XFS] Fix race condition in xfs_write(). by Lachlan McIlroy · 18 years ago
  58. e6d2942 [XFS] Fix uquota and oquota enforcement problems. by Kouta Ooizumi · 18 years ago
  59. d3cf209 [XFS] propogate return codes from flush routines by Lachlan McIlroy · 18 years ago
  60. 424ea91 [XFS] Fix quotaon syscall failures for group enforcement requests. by Donald Douwsma · 18 years ago
  61. 646d5bd [XFS] Invalidate quotacheck when mounting without a quota type. by Donald Douwsma · 18 years ago
  62. e7a23a9 [XFS] reducing the number of random number functions. by Joe Perches · 18 years ago
  63. e9ed9d2 [XFS] remove more misc. unused args by Eric Sandeen · 18 years ago
  64. ef497f8 [XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it. by Eric Sandeen · 18 years ago
  65. 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 18 years ago
  66. 1c97964 [JFFS2] Simplify and clean up jffs2_add_tn_to_tree() some more. by David Woodhouse · 18 years ago
  67. 2d56d3c Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 18 years ago
  68. 5cefcab Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 18 years ago
  69. 1394f03 blackfin architecture by Bryan Wu · 18 years ago
  70. 5bc9859 hugetlbfs: add NULL check in hugetlb_zero_setup() by Akinobu Mita · 18 years ago
  71. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 18 years ago
  72. 036e085 get_unmapped_area handles MAP_FIXED in hugetlbfs by Benjamin Herrenschmidt · 18 years ago
  73. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 18 years ago
  74. 96018fd mm: optimize acorn partition truncate by Peter Zijlstra · 18 years ago
  75. f9a1439 mm: optimize kill_bdev() by Peter Zijlstra · 18 years ago
  76. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 18 years ago
  77. d85f338 Make page->private usable in compound pages by Christoph Lameter · 18 years ago
  78. b813e93 smaps: add clear_refs file to clear reference by David Rientjes · 18 years ago
  79. f79f177 smaps: add pages referenced count to smaps by David Rientjes · 18 years ago
  80. 826fad1 smaps: extract pmd walker from smaps code by David Rientjes · 18 years ago
  81. ac26772 mm/slab.c: proper prototypes by Adrian Bunk · 18 years ago
  82. 3d67f2d fs: buffer don't PageUptodate without page locked by Nick Piggin · 18 years ago
  83. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 18 years ago
  84. d2ba27e8 proper prototype for hugetlb_get_unmapped_area() by Adrian Bunk · 18 years ago
  85. fcf3caf [JFFS2] Remove another bogus optimisation in jffs2_add_tn_to_tree() by David Woodhouse · 18 years ago
  86. 586759f gfs2: nfs lock support for gfs2 by Marc Eshel · 18 years ago
  87. 1a8322b lockd: add code to handle deferred lock requests by Marc Eshel · 18 years ago
  88. f812048 lockd: always preallocate block in nlmsvc_lock() by Marc Eshel · 18 years ago
  89. 5ea0d75 lockd: handle test_lock deferrals by Marc Eshel · 18 years ago
  90. 85f3f1b3 lockd: pass cookie in nlmsvc_testlock by Marc Eshel · 18 years ago
  91. 0e4ac9d lockd: handle fl_grant callbacks by Marc Eshel · 18 years ago
  92. 2b36f41 lockd: save lock state on deferral by Marc Eshel · 18 years ago
  93. 2beb661 locks: add fl_grant callback for asynchronous lock return by Marc Eshel · 18 years ago
  94. fd85b81 nfsd4: Convert NFSv4 to new lock interface by Marc Eshel · 18 years ago
  95. 9b9d2ab locks: add lock cancel command by Marc Eshel · 18 years ago
  96. 150b393 locks: allow {vfs,posix}_lock_file to return conflicting lock by Marc Eshel · 18 years ago
  97. 7723ec9 locks: factor out generic/filesystem switch from setlock code by Marc Eshel · 18 years ago
  98. 3ee17ab locks: factor out generic/filesystem switch from test_lock by J. Bruce Fields · 18 years ago
  99. 9d6a8c5 locks: give posix_test_lock same interface as ->lock by Marc Eshel · 18 years ago
  100. 70cc648 locks: make ->lock release private data before returning in GETLK case by J. Bruce Fields · 18 years ago