1. c4b929b vfs: vfs-level fiemap interface by Mark Fasheh · 16 years ago
  2. 4d20c68 ext4: fix xattr deadlock by Kalpak Shah · 16 years ago
  3. 45a90bf jbd2: Fix buffer head leak when writing the commit block by Theodore Ts'o · 16 years ago
  4. ede86cc ext4: Add debugging markers that can be used by systemtap by Theodore Ts'o · 16 years ago
  5. 23f8b79 jbd2: abort instead of waiting for nonexistent transaction by Duane Griffin · 16 years ago
  6. c806e68 ext4: fix initialization of UNINIT bitmap blocks by Frederic Bohe · 16 years ago
  7. c2ea3fd ext4: Remove old legacy block allocator by Theodore Ts'o · 16 years ago
  8. 240799c ext4: Use readahead when reading an inode from the inode table by Theodore Ts'o · 16 years ago
  9. 5e8814f ext4: Combine proc file handling into a single set of functions by Theodore Ts'o · 16 years ago
  10. 9f6200b ext4: move /proc setup and teardown out of mballoc.c by Theodore Ts'o · 16 years ago
  11. f702ba0 ext4: Don't use 'struct dentry' for internal lookups by Theodore Ts'o · 16 years ago
  12. 914258b ext4/jbd2: Avoid WARN() messages when failing to write to the superblock by Theodore Ts'o · 16 years ago
  13. 730c213 ext4: use percpu data structures for lg_prealloc_list by Eric Sandeen · 16 years ago
  14. 8eea80d ext4: Renumber EXT4_IOC_MIGRATE by Theodore Ts'o · 16 years ago
  15. 4db46fc ext4: hook the ext3 migration interface to the EXT4_IOC_SETFLAGS ioctl by Aneesh Kumar K.V · 16 years ago
  16. 2a43a87 ext4: elevate write count for migrate ioctl by Aneesh Kumar K.V · 16 years ago
  17. 7ee1ec4 ext4: add missing unlock in ext4_check_descriptors() on error path by Li Zefan · 16 years ago
  18. 0549676 jbd2: clean up how the journal device name is printed by Theodore Ts'o · 16 years ago
  19. 899fc1a ext4: fix #11321: create /proc/ext4/*/stats more carefully by Alexey Dobriyan · 16 years ago
  20. c62a11f Update flex_bg free blocks and free inodes counters when resizing. by Frederic Bohe · 16 years ago
  21. 9d9f177 ext4: Avoid printk floods in the face of directory corruption by Eric Sandeen · 16 years ago
  22. cf17fea ext4: Properly update i_disksize. by Aneesh Kumar K.V · 16 years ago
  23. ae4d537 ext4: truncate block allocated on a failed ext4_write_begin by Aneesh Kumar K.V · 16 years ago
  24. df22291 ext4: Retry block allocation if we have free blocks left by Aneesh Kumar K.V · 16 years ago
  25. 166348d ext4: Don't add the inode to journal handle until after the block is allocated by Aneesh Kumar K.V · 16 years ago
  26. 68629f2 ext4: Fix ext4 nomballoc allocator for ENOSPC by Aneesh Kumar K.V · 16 years ago
  27. 5c79161 ext4: Signed arithmetic fix by Aneesh Kumar K.V · 16 years ago
  28. 79f0be8 ext4: Switch to non delalloc mode when we are low on free blocks count. by Aneesh Kumar K.V · 16 years ago
  29. 6bc6e63 ext4: Add percpu dirty block accounting. by Aneesh Kumar K.V · 16 years ago
  30. 030ba6b ext4: Retry block reservation by Aneesh Kumar K.V · 16 years ago
  31. a30d542 ext4: Make sure all the block allocation paths reserve blocks by Aneesh Kumar K.V · 16 years ago
  32. c4a0c46 ext4: invalidate pages if delalloc block allocation fails. by Aneesh Kumar K.V · 16 years ago
  33. af5bc92 ext4: Fix whitespace checkpatch warnings/errors by Theodore Ts'o · 16 years ago
  34. e5f8eab ext4: Fix long long checkpatch warnings by Theodore Ts'o · 16 years ago
  35. 4776004 ext4: Add printk priority levels to clean up checkpatch warnings by Theodore Ts'o · 16 years ago
  36. 1f7c14c percpu counter: clean up percpu_counter_sum_and_set() by Mingming Cao · 16 years ago
  37. efc968d Don't allow splice() to files opened with O_APPEND by Linus Torvalds · 16 years ago
  38. 4b19de6 mm: tiny-shmem nommu fix by Nick Piggin · 16 years ago
  39. 16dbc6c inotify: fix lock ordering wrt do_page_fault's mmap_sem by Nick Piggin · 16 years ago
  40. 31a78f2 mm owner: fix race between swapoff and exit by Balbir Singh · 16 years ago
  41. d0185c0 Fix NULL pointer dereference in proc_sys_compare by Linus Torvalds · 16 years ago
  42. ec4d902 Merge git://oss.sgi.com:8090/xfs/linux-2.6 by Linus Torvalds · 16 years ago
  43. bde40fe Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6 by Linus Torvalds · 16 years ago
  44. 71a8c87 [XFS] Remove xfs_iext_irec_compact_full() by Lachlan McIlroy · 16 years ago
  45. f1ccd29 [XFS] Fix extent list corruption in xfs_iext_irec_compact_full(). by Lachlan McIlroy · 16 years ago
  46. 62aa528 9p: use an IS_ERR test rather than a NULL test by Julien Brunel · 16 years ago
  47. 7424bac UBIFS: fix printk format warnings by Alexander Beregalov · 16 years ago
  48. 6e14968 UBIFS: remove incorrect assert by Adrian Hunter · 16 years ago
  49. 6dcfac4 UBIFS: TNC / GC race fixes by Adrian Hunter · 16 years ago
  50. 0855f31 UBIFS: create the name of the background thread in every case by Sebastian Siewior · 16 years ago
  51. 2fd6f6e [XFS] Don't do I/O beyond eof when unreserving space by Lachlan McIlroy · 16 years ago
  52. e1f5dbd [XFS] Fix use-after-free with buffers by Lachlan McIlroy · 16 years ago
  53. f9114eb [XFS] Prevent lockdep false positives when locking two inodes. by David Chinner · 16 years ago
  54. b5b8c9a [XFS] Fix barrier status change detection. by David Chinner · 16 years ago
  55. 364f358 [XFS] Prevent direct I/O from mapping extents beyond eof by Lachlan McIlroy · 16 years ago
  56. 6efdf28 [XFS] Fix regression introduced by remount fixup by Christoph Hellwig · 16 years ago
  57. 31bd61f [XFS] Move memory allocations for log tracing out of the critical path by Lachlan McIlroy · 16 years ago
  58. 8d99f83 rescan_partitions(): make device capacity errors non-fatal by Andrew Morton · 16 years ago
  59. d7a3e49 mm: ifdef Quicklists in /proc/meminfo by Hugh Dickins · 16 years ago
  60. 1558182 bfs: fix Lockdep warning by Eric Sesterhenn · 16 years ago
  61. 665020c proc: more debugging for "already registered" case by Alexey Dobriyan · 16 years ago
  62. e2858ce Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 16 years ago
  63. 0e11622 ocfs2: Fix a bug in direct IO read. by Tao Ma · 16 years ago
  64. b975dee Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6 by Linus Torvalds · 16 years ago
  65. af904de NFS: Restore missing hunk in NFS mount option parser by Chuck Lever · 16 years ago
  66. 5c89468 udf: add llseek method by Christoph Hellwig · 16 years ago
  67. a5cb562 UBIFS: make minimum fanout 3 by Artem Bityutskiy · 16 years ago
  68. f171d4d UBIFS: fix division by zero by Artem Bityutskiy · 16 years ago
  69. 4904862 sched: fix process time monotonicity by Balbir Singh · 16 years ago
  70. 7c7cbad UBIFS: amend f_fsid by Artem Bityutskiy · 16 years ago
  71. 4b85615 mm: show quicklist usage in /proc/meminfo by KOSAKI Motohiro · 16 years ago
  72. 169ccbd NTFS: update homepage by Adrian Bunk · 16 years ago
  73. e77295d Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  74. 91b8096 nfsd: fix buffer overrun decoding NFSv4 acl by J. Bruce Fields · 16 years ago
  75. c228c24 nfsd: fix compound state allocation error handling by Andy Adamson · 16 years ago
  76. b3385c2 UBIFS: fill f_fsid by Artem Bityutskiy · 16 years ago
  77. 7dad181 UBIFS: improve statfs reporting even more by Artem Bityutskiy · 16 years ago
  78. 9bbb572 UBIFS: introduce LEB overhead by Artem Bityutskiy · 16 years ago
  79. 131130b UBIFS: add forgotten gc_idx_lebs component by Artem Bityutskiy · 16 years ago
  80. ad50765 UBIFS: fix assertion by Artem Bityutskiy · 16 years ago
  81. 4b5f276 UBIFS: improve statfs reporting by Artem Bityutskiy · 16 years ago
  82. 8aabb75 UBIFS: remove incorrect index space check by Artem Bityutskiy · 16 years ago
  83. 9e5de35 UBIFS: push empty flash hack down by Artem Bityutskiy · 16 years ago
  84. 8191e1f UBIFS: do not update min_idx_lebs in stafs by Artem Bityutskiy · 16 years ago
  85. c76da9d [CIFS] Turn off Unicode during session establishment for plaintext authentication by Steve French · 16 years ago
  86. 2e65502 [CIFS] update cifs change log by Steve French · 16 years ago
  87. 838726c cifs: fix O_APPEND on directio mounts by Jeff Layton · 16 years ago
  88. 6405c9c Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 16 years ago
  89. 325a9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  90. 5b51a7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  91. bcc55c6 [CIFS] Fix plaintext authentication by Steve French · 16 years ago
  92. 87ed1d6 [CIFS] Add destroy routine for dns_resolver by Jeff Layton · 16 years ago
  93. 0559bc8 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  94. e472233 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
  95. aefcc28 bio: fix __bio_copy_iov() handling of bio->bv_len by FUJITA Tomonori · 16 years ago
  96. 76029ff bio: fix bio_copy_kern() handling of bio->bv_len by FUJITA Tomonori · 16 years ago
  97. 48fd4f9 block: submit_bh() inadvertently discards barrier flag on a sync write by Jens Axboe · 16 years ago
  98. 96c2a11 [CIFS] Reorder cifs config item for better clarity by Steve French · 16 years ago
  99. e977584 [CIFS] Correct keys dependency for cifs kerberos support by Steve French · 16 years ago
  100. 3dae49a Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 16 years ago