1. ec81aec hfs: fix a potential buffer overflow by Amerigo Wang · 15 years ago
  2. 3ea6b3d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 15 years ago
  3. 2c948b3 udf: Avoid IO in udf_clear_inode by Jan Kara · 15 years ago
  4. e971b0b udf: Try harder when looking for VAT inode by Jan Kara · 15 years ago
  5. 1fefd08 udf: Fix compilation with UDFFS_DEBUG enabled by Jan Kara · 15 years ago
  6. 37222e1 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  7. 3f86ce7 Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  8. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  9. aa98aa3 md: move compat_ioctl handling into md.c by Arnd Bergmann · 15 years ago
  10. 52c9948 Merge branch 'nfs-for-2.6.33' by Trond Myklebust · 15 years ago
  11. 09cea96 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  12. 92340ee Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 15 years ago
  13. 0f4974c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 15 years ago
  14. 3126c13 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  15. f4d544e Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  16. f58df54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  17. edfacdd devpts_get_tty() should validate inode by Sukadev Bhattiprolu · 15 years ago
  18. 44a743f xfs: Fix error return for fallocate() on XFS by Jason Gunthorpe · 15 years ago
  19. 30ac068 xfs: cleanup dmapi macros in the umount path by Christoph Hellwig · 15 years ago
  20. 0c3dc2b xfs: remove incorrect sparse annotation for xfs_iget_cache_miss by Christoph Hellwig · 15 years ago
  21. b8f82a4 xfs: kill the STATIC_INLINE macro by Christoph Hellwig · 15 years ago
  22. 5683f53 xfs: uninline xfs_get_extsz_hint by Christoph Hellwig · 15 years ago
  23. e82fa0c xfs: rename xfs_attr_fetch to xfs_attr_get_int by Christoph Hellwig · 15 years ago
  24. 6ad112b xfs: simplify xfs_buf_get / xfs_buf_read interfaces by Christoph Hellwig · 15 years ago
  25. c355c65 xfs: remove IO_ISAIO by Christoph Hellwig · 15 years ago
  26. fc5bc4c xfs: Wrapped journal record corruption on read at recovery by Andy Poling · 15 years ago
  27. 5ec4fab xfs: cleanup data end I/O handlers by Christoph Hellwig · 15 years ago
  28. 06342cf xfs: use WRITE_SYNC_PLUG for synchronous writeout by Christoph Hellwig · 15 years ago
  29. 033da48 xfs: reset the i_iolock lock class in the reclaim path by Christoph Hellwig · 15 years ago
  30. 80641dc xfs: I/O completion handlers must use NOFS allocations by Christoph Hellwig · 15 years ago
  31. c56c9631 xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks by Christoph Hellwig · 15 years ago
  32. 848ce8f xfs: simplify inode teardown by Christoph Hellwig · 15 years ago
  33. 4e2ccdb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  34. e16acb5 sysfs: sysfs_setattr remove unnecessary permission check. by Eric W. Biederman · 15 years ago
  35. ca1bab3 sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dir by Eric W. Biederman · 15 years ago
  36. 832b6af sysfs: Propagate renames to the vfs on demand by Eric W. Biederman · 15 years ago
  37. a16bbc3 sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish by Eric W. Biederman · 15 years ago
  38. 06fc0d6 sysfs: In sysfs_chmod_file lazily propagate the mode change. by Eric W. Biederman · 15 years ago
  39. e61ab4a sysfs: Implement sysfs_getattr & sysfs_permission by Eric W. Biederman · 15 years ago
  40. c099aac sysfs: Nicely indent sysfs_symlink_inode_operations by Eric W. Biederman · 15 years ago
  41. 6b0bfe9 sysfs: Update s_iattr on link and unlink. by Eric W. Biederman · 15 years ago
  42. 35df63c sysfs: Fix locking and factor out sysfs_sd_setattr by Eric W. Biederman · 15 years ago
  43. 4be3df2 sysfs: Simplify iattr time assignments by Eric W. Biederman · 15 years ago
  44. 4c6974f sysfs: Simplify sysfs_chmod_file semantics by Eric W. Biederman · 15 years ago
  45. e8f077c sysfs: Use dentry_ops instead of directly playing with the dcache by Eric W. Biederman · 15 years ago
  46. 28a027c sysfs: Rename sysfs_d_iput to sysfs_dentry_iput by Eric W. Biederman · 15 years ago
  47. f44d3e7 sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutex by Eric W. Biederman · 15 years ago
  48. d3a3b0a debugfs: fix create mutex racy fops and private data by Mathieu Desnoyers · 15 years ago
  49. f38506c sysfs: mark a locally-only used function static by Stefan Richter · 15 years ago
  50. 637e8a6 usbdevfs: move compat_ioctl handling to devio.c by Arnd Bergmann · 15 years ago
  51. 3695669 lp: move compat_ioctl handling into lp.c by Arnd Bergmann · 15 years ago
  52. 43c6e7b9 compat_ioctl: pass compat pointer directly to handlers by Arnd Bergmann · 15 years ago
  53. 661f627 compat_ioctl: simplify lookup table by Arnd Bergmann · 15 years ago
  54. 789f0f8 compat_ioctl: simplify calling of handlers by Arnd Bergmann · 15 years ago
  55. 5a07ea0 compat_ioctl: inline all conversion handlers by Arnd Bergmann · 15 years ago
  56. 348c4b9 compat_ioctl: Remove BKL by Arnd Bergmann · 15 years ago
  57. fb07a5f compat_ioctl: remove all VT ioctl handling by Arnd Bergmann · 15 years ago
  58. 02412f4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 15 years ago
  59. 4515c30 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  60. a5eba3f Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 15 years ago
  61. fc1495b Merge git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  62. 190f38e NFS: Fix nfs_migrate_page() by Trond Myklebust · 15 years ago
  63. 8e0eb40 ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks() by Roel Kluin · 15 years ago
  64. 68eb3db ext3: Fix data / filesystem corruption when write fails to copy data by Jan Kara · 15 years ago
  65. 5a20bdf ext4: Support for 64-bit quota format by Jan Kara · 15 years ago
  66. 1aeec43 ext3: Support for vfsv1 quota format by Jan Kara · 15 years ago
  67. 498c601 quota: Implement quota format with 64-bit space and inode limits by Jan Kara · 15 years ago
  68. 3067393 quota: Move definition of QFMT_OCFS2 to linux/quota.h by Jan Kara · 15 years ago
  69. 92e1288 ext2: fix comment in ext2_find_entry about return values by Jérémy Cochoy · 15 years ago
  70. 4cf46b6 ext3: Unify log messages in ext3 by Alexey Fisher · 15 years ago
  71. 2074abf ext2: clear uptodate flag on super block I/O error by Stephen Hemminger · 15 years ago
  72. 2314b07 ext2: Unify log messages in ext2 by Alexey Fisher · 15 years ago
  73. dee1d3b ext3: make "norecovery" an alias for "noload" by Eric Sandeen · 15 years ago
  74. b918397 ext3: Don't update the superblock in ext3_statfs() by Eric Sandeen · 15 years ago
  75. d965736 ext3: journal all modifications in ext3_xattr_set_handle by Eric Sandeen · 15 years ago
  76. c56818d quota: Fix WARN_ON in lookup_one_len by Jan Kara · 15 years ago
  77. 1472da5 const: struct quota_format_ops by Alexey Dobriyan · 15 years ago
  78. 5ced58f ubifs: remove manual O_SYNC handling by Christoph Hellwig · 15 years ago
  79. 027cf31 afs: remove manual O_SYNC handling by Christoph Hellwig · 15 years ago
  80. 94004ed kill wait_on_page_writeback_range by Christoph Hellwig · 15 years ago
  81. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  82. 59bc055 zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress block size by Jan Kara · 15 years ago
  83. 04dc1e8 exofs: Multi-device mirror support by Boaz Harrosh · 15 years ago
  84. 06886a5 exofs: Move all operations to an io_engine by Boaz Harrosh · 15 years ago
  85. 8ce9bdd exofs: move osd.c to ios.c by Boaz Harrosh · 15 years ago
  86. cae012d exofs: statfs blocks is sectors not FS blocks by Boaz Harrosh · 15 years ago
  87. 19fe294 exofs: Prints on mount and unmout by Boaz Harrosh · 15 years ago
  88. 9cfdc7a exofs: refactor exofs_i_info initialization into common helper by Boaz Harrosh · 15 years ago
  89. fe33cc1 exofs: dbg-print less by Boaz Harrosh · 15 years ago
  90. 58311c43 exofs: More sane debug print by Boaz Harrosh · 15 years ago
  91. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  92. fab3a54 ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem) by Theodore Ts'o · 15 years ago
  93. a214238 ext4: Do not override ext2 or ext3 if built they are built as modules by Theodore Ts'o · 15 years ago
  94. 3b799d1 jbd2: Export jbd2_log_start_commit to fix ext4 build by Theodore Ts'o · 15 years ago
  95. a9280fe Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
  96. bcd6acd Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  97. 7cab89b nfs41: Invoke RECLAIM_COMPLETE on all new client ids by Ricardo Labiaga · 15 years ago
  98. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  99. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  100. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago