1. e73a75f hugetlbfs: use lib/parser, fix docs by Randy Dunlap · 17 years ago
  2. a5001a2 HFSPlus: change kmalloc/memset to kzalloc by Wyatt Banks · 17 years ago
  3. b663a79 taskstats: add context-switch counters by Maxim Uvarov · 17 years ago
  4. a6c15c2 ext3/ext4: orphan list corruption due bad inode by Vasily Averin · 17 years ago
  5. 9f7dd93 ext3/ext4: orphan list check on destroy_inode by Vasily Averin · 17 years ago
  6. aa0ac36 Remove capability.h from mm.h by Alexey Dobriyan · 17 years ago
  7. cb510b8 seq_file: more atomicity in traverse() by Alexey Dobriyan · 17 years ago
  8. 4a19542 O_CLOEXEC for SCM_RIGHTS by Ulrich Drepper · 17 years ago
  9. f23513e Introduce O_CLOEXEC by Ulrich Drepper · 17 years ago
  10. 4a2d445 buffer: kill old incorrect comment by Eric W. Biederman · 17 years ago
  11. 203a293 fs/block_dev.c: use list_for_each_entry() by Matthias Kaehlcke · 17 years ago
  12. 00c5746 mutex_unlock() later in seq_lseek() by Alexey Dobriyan · 17 years ago
  13. a6739af ext2: fix a comment when ext2_release_file() is called by Jan Kara · 17 years ago
  14. da58a16 /proc/*/environ: wrong placing of ptrace_may_attach() check by Alexey Dobriyan · 17 years ago
  15. f17e121 remove useless tolower in isofs by young dave · 17 years ago
  16. 03a9c30 AFS: drop explicit extern by Randy Dunlap · 17 years ago
  17. e8d6c55 AFS: implement file locking by David Howells · 17 years ago
  18. 99fc06d procfs directory entry cleanup by Changli Gao · 17 years ago
  19. 17973f5 Only send SIGXFSZ when exceeding rlimits. by Micah Cowan · 17 years ago
  20. 60bfba7 PIE randomization by Jan Kratochvil · 17 years ago
  21. c3ed85a isofs: fix up CodingStyle by Dave Jones · 17 years ago
  22. d05e96f fix compiler warnings in acorn.c by Denver Gingerich · 17 years ago
  23. 9aacd59 fat: gcc 4.3 warning fix by OGAWA Hirofumi · 17 years ago
  24. 259902e Make NFS client use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  25. b0765fb Make /proc/self/mounts(tats) use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  26. 25216b0 Make /proc/tty/drivers use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  27. a6a8bd6 Make AFS use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  28. 85420cc vxfs warning fixes by Andrew Morton · 17 years ago
  29. 647bd61 UDF: check for allocated memory for inode data by Cyrill Gorcunov · 17 years ago
  30. c9c6415 UDF: check for allocated memory for data of new inodes by Cyrill Gorcunov · 17 years ago
  31. d621414 Use boot based time for uptime in /proc by Tomas Janousek · 17 years ago
  32. 924b42d Use boot based time for process start time and boot time in /proc by Tomas Janousek · 17 years ago
  33. 786d7e1 Fix rmmod/read/write races in /proc entries by Alexey Dobriyan · 17 years ago
  34. fc9a07e invalidate_mapping_pages(): add cond_resched by Andrew Morton · 17 years ago
  35. f89b779 jbd2 commit: fix transaction dropping by Jan Kara · 17 years ago
  36. fe28e42 jbd commit: fix transaction dropping by Jan Kara · 17 years ago
  37. d2a9a8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 17 years ago
  38. 2d896c7 Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  39. 7c9e3c2 wrong order of arguments of ->readdir() by Al Viro · 17 years ago
  40. 9e2f668 9p: re-enable mount time debug option by Eric Van Hensbergen · 17 years ago
  41. 9523a84 9p: cache meta-data when cache=loose by Eric Van Hensbergen · 17 years ago
  42. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago
  43. 0f1145c [XFS] Fix lockdep annotations for xfs_lock_inodes by David Chinner · 17 years ago
  44. faa63e9 [XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat mode by Michal Marek · 17 years ago
  45. 1fa503d [XFS] Compat ioctl handler for handle operations by Michal Marek · 17 years ago
  46. 547e00c [XFS] Compat ioctl handler for XFS_IOC_FSGEOMETRY_V1. by Michal Marek · 17 years ago
  47. 3a59c94 [XFS] Clean up function name handling in tracing code by Eric Sandeen · 17 years ago
  48. b11f94d [XFS] Quota inode has no parent. by David Chinner · 17 years ago
  49. 2a82b8b [XFS] Concurrent Multi-File Data Streams by David Chinner · 17 years ago
  50. 0892ccd [XFS] Use uninitialized_var macro to stop warning about rtx by Andrew Morton · 17 years ago
  51. fbf3ce8 [XFS] XFS should not be looking at filp reference counts by Christoph Hellwig · 17 years ago
  52. 16a087d [XFS] Use is_power_of_2 instead of open coding checks by Vignesh Babu · 17 years ago
  53. bbaaf53 [XFS] Reduce shouting by removing unnecessary macros from dir2 code. by Christoph Hellwig · 17 years ago
  54. 54aa8e2 [XFS] Simplify XFS min/max macros. by David Chinner · 17 years ago
  55. 24ad33f [XFS] Kill off xfs_count_bits by Eric Sandeen · 17 years ago
  56. 87ae3c2 [XFS] Cancel transactions on xfs_itruncate_start error. by Jesper Juhl · 17 years ago
  57. 39726be [XFS] Use do_div() on 64 bit types. by Christoph Hellwig · 17 years ago
  58. 516b2e7 [XFS] Fix remount,readonly path to flush everything correctly. by David Chinner · 17 years ago
  59. 957d0eb [XFS] Cleanup inode extent size hint extraction by David Chinner · 17 years ago
  60. 84e1e99 [XFS] Prevent ENOSPC from aborting transactions that need to succeed by David Chinner · 17 years ago
  61. 641c56f [XFS] Prevent deadlock when flushing inodes on unmount by David Chinner · 17 years ago
  62. 0164af5 [XFS] Log the agf_length change in xfs_growfs_data_private(). by Tim Shimmin · 17 years ago
  63. effd120 [XFS] Map unwritten extents correctly for I/o completion processing by David Chinner · 17 years ago
  64. 45c3414 [XFS] Apply transaction delta counts atomically to incore counters by David Chinner · 17 years ago
  65. b282613 [XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize(). by David Chinner · 17 years ago
  66. e927af9 [XFS] Block on unwritten extent conversion during synchronous direct I/O. by David Chinner · 17 years ago
  67. f4a9f28 [XFS] Flush the block device before closing it on unmount. by David Chinner · 17 years ago
  68. 4e5ae83 [XFS] xfs_bmapi fails to update the previous extent pointer by David Chinner · 17 years ago
  69. 210c6f1 [XFS] Fix the transaction flags to make lazy superblock counters work. by David Chinner · 17 years ago
  70. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  71. 3260f78 [XFS] Use generic shrinker interfaces in XFS. by Andrew Morton · 17 years ago
  72. 92dfe8d [XFS] Make hole punching at EOF atomic. by David Chinner · 17 years ago
  73. 511105b [XFS] Fix vmalloc leak on mount/unmount. by David Chinner · 17 years ago
  74. ca165b8 [XFS] Fix double free in xfs_buf_get_noaddr error handling path by Christoph Hellwig · 17 years ago
  75. 3db296f [XFS] Fix use-after-free during log unmount. by David Chinner · 17 years ago
  76. 40095b6 [XFS] Sleeping with the ilock waiting for I/O completion is Bad. by David Chinner · 17 years ago
  77. 4cc929e [XFS] Don't grow filesystems past the size they can index. by Nathan Scott · 17 years ago
  78. 1fa40b0 [XFS] Only use refcounted pages for I/O by Christoph Hellwig · 17 years ago
  79. 16cefa8 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  80. 4fbef20 nfsd: fix nfsd_vfs_read() splice actor setup by Jens Axboe · 17 years ago
  81. 51a92c0 splice: fix offset mangling with direct splicing (sendfile) by Jens Axboe · 17 years ago
  82. 29ce205 security: revalidate rw permissions for sys_splice and sys_vmsplice by James Morris · 17 years ago
  83. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  84. 5122503 sysfs: make directory dentries and inodes reclaimable by Tejun Heo · 17 years ago
  85. 53e0ae9 sysfs: implement sysfs_get_dentry() by Tejun Heo · 17 years ago
  86. a0edd7c sysfs: move sysfs_drop_dentry() to dir.c and make it static by Tejun Heo · 17 years ago
  87. fb6896d sysfs: restructure add/remove paths and fix inode update by Tejun Heo · 17 years ago
  88. 3007e99 sysfs: use sysfs_mutex to protect the sysfs_dirent tree by Tejun Heo · 17 years ago
  89. 5f99532 sysfs: consolidate sysfs spinlocks by Tejun Heo · 17 years ago
  90. 608e266 sysfs: make kobj point to sysfs_dirent instead of dentry by Tejun Heo · 17 years ago
  91. f0b0af4 sysfs: implement sysfs_find_dirent() and sysfs_get_dirent() by Tejun Heo · 17 years ago
  92. 380e6fb sysfs: implement SYSFS_FLAG_REMOVED flag by Tejun Heo · 17 years ago
  93. b402d72 sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags by Tejun Heo · 17 years ago
  94. d0bcb56 sysfs: make sysfs_drop_dentry() access inodes using ilookup() by Tejun Heo · 17 years ago
  95. 9d9307d sysfs: Fix oops in sysfs_drop_dentry on x86_64 by Rafael J. Wysocki · 17 years ago
  96. 0c73f18 sysfs: use singly-linked list for sysfs_dirent tree by Tejun Heo · 17 years ago
  97. 8619f97 sysfs: slim down sysfs_dirent->s_active by Tejun Heo · 17 years ago
  98. b6b4a43 sysfs: move s_active functions to fs/sysfs/dir.c by Tejun Heo · 17 years ago
  99. 0b8ead8 sysfs: fix root sysfs_dirent -> root dentry association by Tejun Heo · 17 years ago
  100. 8312a8d sysfs: use iget_locked() instead of new_inode() by Tejun Heo · 17 years ago