1. 6d4df67 [PATCH] do_coredump() and not stopping rewrite attacks? by Alexey Dobriyan · 18 years ago
  2. f46ba22 [PATCH] fs: make nls_cp936.c handle some U00XY characters and U20AC correctly by Jun Chen · 18 years ago
  3. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  4. 4a08a9f [PATCH] jffs: replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  5. b593e48 [PATCH] affs: replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  6. 3ee6f61 [PATCH] remove NFSD_OPTIMIZE_SPACE by Adrian Bunk · 18 years ago
  7. 8de61e6 [PATCH] fs: remove unused variable by David Rientjes · 18 years ago
  8. a8f48a9 [PATCH] ext3/4: don't do orphan processing on readonly devices by Eric Sandeen · 18 years ago
  9. 71a3d1b [PATCH] fs: ufs add missing bracket by Mariusz Kozlowski · 18 years ago
  10. 0da1480 [PATCH] proper prototype for remove_inode_dquot_ref() by Adrian Bunk · 18 years ago
  11. 3982cd9 [PATCH] fs/sysv/: doc cleanup by Adrian Bunk · 18 years ago
  12. c949d4e [PATCH] autofs: fix error code path in autofs_fill_sb() by Jiri Kosina · 18 years ago
  13. ec0837f [PATCH] ext4 balloc: fix _with_rsv freeze by Hugh Dickins · 18 years ago
  14. 341cee4 [PATCH] ext4 balloc: use io_error label by Hugh Dickins · 18 years ago
  15. b78a657 [PATCH] ext4 balloc: say rb_entry not list_entry by Hugh Dickins · 18 years ago
  16. b2f2c76 [PATCH] ext4 balloc: fix off-by-one against rsv_end by Hugh Dickins · 18 years ago
  17. e7dc95d [PATCH] ext4 balloc: fix off-by-one against grp_goal by Hugh Dickins · 18 years ago
  18. cd16c8f [PATCH] ext4 balloc: reset windowsz when full by Hugh Dickins · 18 years ago
  19. 1260392 [PATCH] jbd2: wait for already submitted t_sync_datalist buffer to complete by Hisashi Hifumi · 18 years ago
  20. c557476 [PATCH] reiserfs: do not add save links for O_DIRECT writes by Vladimir V. Saveliev · 18 years ago
  21. 01afb21 [PATCH] reiser: replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  22. b342341 [PATCH] dcache: avoid RCU for never-hashed dentries by Eric Dumazet · 18 years ago
  23. d18de5a [PATCH] don't insert pipe dentries into dentry_hashtable. by Eric Dumazet · 18 years ago
  24. 9711ef9 [PATCH] make fs/proc/base.c:proc_pid_instantiate() static by Adrian Bunk · 18 years ago
  25. c585646 [PATCH] fs/lockd/host.c: make 2 functions static by Adrian Bunk · 18 years ago
  26. 7ddae86 [PATCH] make fs/jbd2/transaction.c:__kbd2_journal_temp_unlink_buffer() static by Adrian Bunk · 18 years ago
  27. d394e12 [PATCH] make fs/jbd/transaction.c:__journal_temp_unlink_buffer() static by Adrian Bunk · 18 years ago
  28. 8487f2e [PATCH] make ecryptfs_version_str_map[] static by Adrian Bunk · 18 years ago
  29. 1df1e63 [PATCH] ext4: fix reservation extension by Mingming Cao · 18 years ago
  30. 2bd94bd [PATCH] ext3: fix reservation extension by Mingming Cao · 18 years ago
  31. 0231606 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  32. de21c57 [PATCH] reiserfs: add missing D-cache flushing by Alexey Dobriyan · 18 years ago
  33. 3602760 [PATCH] elf: fix kcore note size calculation by Magnus Damm · 18 years ago
  34. 386d9a7 [PATCH] elf: Always define elf_addr_t in linux/elf.h by Magnus Damm · 18 years ago
  35. c36264d [PATCH] remove the syslog interface when printk is disabled by Mike Galbraith · 18 years ago
  36. b46be05 [PATCH] retries in ext4_prepare_write() violate ordering requirements by Andrey Savochkin · 18 years ago
  37. e92a4d5 [PATCH] retries in ext3_prepare_write() violate ordering requirements by Andrey Savochkin · 18 years ago
  38. 93f210d [PATCH] protect ext2 ioctl modifying append_only immutable etc with i_mutex by Andrew Morton · 18 years ago
  39. 6fb50ea [PATCH] ext4_ext_split(): remove dead code by Adrian Bunk · 18 years ago
  40. 8bb0269 [PATCH] corrupted cramfs filesystems cause kernel oops by Phillip Lougher · 18 years ago
  41. 8984d13 [PATCH] ext4: uninline large functions by Andrew Morton · 18 years ago
  42. 3a229b3 [PATCH] ext3: uninline large functions by Andrew Morton · 18 years ago
  43. 0723305 [PATCH] vfs_getattr(): remove dead code by Andrew Morton · 18 years ago
  44. dc16842 [PATCH] VFS: extra check inside dentry_unhash() by Vasily Averin · 18 years ago
  45. 18debbb [PATCH] hpfs: fix printk format warnings by Randy Dunlap · 18 years ago
  46. 352d94d [PATCH] hpfs: bring hpfs_error() into shape by Alexey Dobriyan · 18 years ago
  47. 4a6e617 [PATCH] fs/*: trivial vsnprintf() conversion by Alexey Dobriyan · 18 years ago
  48. 7116e99 [PATCH] compat: fix uaccess handling by Heiko Carstens · 18 years ago
  49. 841d5fb [PATCH] binfmt: fix uaccess handling by Heiko Carstens · 18 years ago
  50. 736c4b8 [PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9p/vfs_inode.c by Mika Kukkonen · 18 years ago
  51. e6c4021 [PATCH] handle ext4 directory corruption better by Eric Sandeen · 18 years ago
  52. 40b8513 [PATCH] handle ext3 directory corruption better by Eric Sandeen · 18 years ago
  53. 59287c0 [PATCH] binfmt_elf: randomize PIE binaries (2nd try) by Marcus Meissner · 18 years ago
  54. ed2908f [PATCH] Remove superfluous lock_super() in extN xattr code by Andreas Gruenbacher · 18 years ago
  55. 87b4126 [PATCH] fix reiserfs bad path release panic by Suzuki K P · 18 years ago
  56. 593be07 [PATCH] file: kill unnecessary timer in fdtable_defer by Tejun Heo · 18 years ago
  57. 875d95e [PATCH] fuse: fix compile without CONFIG_BLOCK by Miklos Szeredi · 18 years ago
  58. 0ec7ca4 [PATCH] fuse: add DESTROY operation by Miklos Szeredi · 18 years ago
  59. b2d2272 [PATCH] fuse: add bmap support by Miklos Szeredi · 18 years ago
  60. d809161 [PATCH] fuse: add blksize option by Miklos Szeredi · 18 years ago
  61. d6392f8 [PATCH] fuse: add support for block device based filesystems by Miklos Szeredi · 18 years ago
  62. bdcf250 [PATCH] fuse: minor cleanup in fuse_dentry_revalidate by Miklos Szeredi · 18 years ago
  63. 960cc39 [PATCH] ext4: fsid for statvfs by Pekka Enberg · 18 years ago
  64. 50ee0a3 [PATCH] ext3: fsid for statvfs by Pekka Enberg · 18 years ago
  65. e4fca01 [PATCH] ext2: fsid for statvfs by Pekka Enberg · 18 years ago
  66. 317a40a [PATCH] honour MNT_NOEXEC for access() by Stas Sergeev · 18 years ago
  67. 57881dd [PATCH] Fix check_partition routines by Suzuki K P · 18 years ago
  68. 5127d00 [PATCH] fix rescan_partitions to return errors properly by Suzuki Kp · 18 years ago
  69. 58e14b1 [PATCH] Use freezeable workqueues in XFS by Rafael J. Wysocki · 18 years ago
  70. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  71. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  72. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  73. f7267c0 [PATCH] slab: remove SLAB_USER by Christoph Lameter · 18 years ago
  74. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 18 years ago
  75. 8fb4fc6 [PATCH] Allow user processes to raise their oom_adj value by Guillem Jover · 18 years ago
  76. 822191a [PATCH] skip data conversion in compat_sys_mount when data_page is NULL by Andrey Mirkin · 18 years ago
  77. ac33d07 [DLM] Clean up lowcomms by Patrick Caulfield · 18 years ago
  78. 34126f9 [GFS2] Change gfs2_fsync() to use write_inode_now() by Steven Whitehouse · 18 years ago
  79. 67fd44f [PATCH] x86-64: Implement compat code for SIOCSIFHWBROADCAST by Andi Kleen · 18 years ago
  80. c041b5f NLM: fix print format for tk_pid by Chuck Lever · 18 years ago
  81. a180304 NFS: Clean up calls to mark_inode_dirty() part 2 by Trond Myklebust · 18 years ago
  82. 9cf85e0 NFS: Fix up writeback_control->nr_to_write accounting by Trond Myklebust · 18 years ago
  83. 3925675 NFS: Fix up the dirty page accounting by Trond Myklebust · 18 years ago
  84. e507d9e NFS: Ensure the inode is marked as dirty if we break out of nfs_wb_all() by Trond Myklebust · 18 years ago
  85. fa8d8c5 NFS: Fix nfs_release_page by Trond Myklebust · 18 years ago
  86. 61822ab NFS: Ensure we only call set_page_writeback() under the page lock by Trond Myklebust · 18 years ago
  87. e261f51 NFS: Make nfs_updatepage() mark the page as dirty. by Trond Myklebust · 18 years ago
  88. 4d770cc NFS: Ensure that nfs_wb_page() calls writepage when necessary. by Trond Myklebust · 18 years ago
  89. 1a54533 NFS: Add nfs_set_page_dirty() by Trond Myklebust · 18 years ago
  90. 200baa2 NFS: Remove nfs_writepage_sync() by Trond Myklebust · 18 years ago
  91. e21195a NFS: More cleanups of fs/nfs/write.c by Trond Myklebust · 18 years ago
  92. 87a4ce1 NFS: Remove call to igrab() from nfs_writepage() by Trond Myklebust · 18 years ago
  93. 49a70f2 NFS: Cleanup: add common helper nfs_page_length() by Trond Myklebust · 18 years ago
  94. 277459d NFS: Store pointer to the nfs_page in page->private by Trond Myklebust · 18 years ago
  95. 1c75950 NFS: cleanup of nfs_sync_inode_wait() by Trond Myklebust · 18 years ago
  96. 3f44254 NFS: Clean up nfs_scan_dirty() by Trond Myklebust · 18 years ago
  97. 28c6925 NFS: Clean up nfs_flush_inode() by Trond Myklebust · 18 years ago
  98. eb5f854 NFS: Remove use of the Big Kernel Lock around nfs calls to readlink by Frank Filz · 18 years ago
  99. cae823c NFS: Remove use of the Big Kernel Lock around calls to rpc_call_sync by Frank Filz · 18 years ago
  100. a99b71c NFS: Remove use of the Big Kernel Lock around calls to rpc_execute. by Frank Filz · 18 years ago