1. 1415dd8 ext3: Fix error handling on inode bitmap corruption by Jan Kara · 13 years ago
  2. d03e129 ext3: replace ll_rw_block with other functions by Zheng Liu · 13 years ago
  3. 0ce8c010 ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in symlink() by Al Viro · 13 years ago
  4. da01636 exofs: oops after late failure in mount by Al Viro · 13 years ago
  5. 3850aba devpts: fix double-free on mount failure by Al Viro · 13 years ago
  6. f84a8bd btrfs: take allocation of ->tree_root into open_ctree() by Al Viro · 13 years ago
  7. 815745c btrfs: let ->s_fs_info point to fs_info, not root... by Al Viro · 13 years ago
  8. 59553ed btrfs: consolidate failure exits in btrfs_mount() a bit by Al Viro · 13 years ago
  9. d22ca7d btrfs: make free_fs_info() call ->kill_sb() unconditional by Al Viro · 13 years ago
  10. be7e095 btrfs: merge free_fs_info() calls on fill_super failures by Al Viro · 13 years ago
  11. 29db78a btrfs: kill pointless reassignment of ->s_fs_info in btrfs_fill_super() by Al Viro · 13 years ago
  12. ad2b2c8 btrfs: make open_ctree() return int by Al Viro · 13 years ago
  13. e3029d9 btrfs: sanitizing ->fs_info, part 5 by Al Viro · 13 years ago
  14. 6f07e42 btrfs: sanitizing ->fs_info, part 4 by Al Viro · 13 years ago
  15. 38a77db btrfs: sanitizing ->fs_info, part 3 by Al Viro · 13 years ago
  16. 1233f54 btrfs: sanitizing ->fs_info, part 2 by Al Viro · 13 years ago
  17. 2eb34cd btrfs: sanitizing ->fs_info, part 1 by Al Viro · 13 years ago
  18. 10f6327 btrfs: fix a deadlock in btrfs_scan_one_device() by Al Viro · 13 years ago
  19. 6de1d09 btrfs: fix mount/umount race by Al Viro · 13 years ago
  20. aea52e1 btrfs: get ->kill_sb() of its own by Al Viro · 13 years ago
  21. 98c7089 btrfs: preparation to fixing mount/umount race by Al Viro · 13 years ago
  22. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  23. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  24. 1619ed8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 13 years ago
  25. 29ad0de Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  26. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  27. 724577c ore: Must support none-PAGE-aligned IO by Boaz Harrosh · 13 years ago
  28. bc31b86 writeback: move MIN_WRITEBACK_PAGES to fs-writeback.c by Wu Fengguang · 13 years ago
  29. 1bb9190 Btrfs: revamp clustered allocation logic by Alexandre Oliva · 13 years ago
  30. fc7c107 Btrfs: don't set up allocation result twice by Alexandre Oliva · 13 years ago
  31. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  32. 6926afd NFSv4: Save the owner/group name string when doing open by Trond Myklebust · 13 years ago
  33. c3aa077 reiserfs: Properly display mount options in /proc/mounts by Jan Kara · 13 years ago
  34. 8e8b879 vfs: prevent remount read-only if pending removes by Miklos Szeredi · 13 years ago
  35. 7ada4db vfs: count unlinked inodes by Miklos Szeredi · 13 years ago
  36. 4ed5e82 vfs: protect remounting superblock read-only by Miklos Szeredi · 13 years ago
  37. 39f7c4d vfs: keep list of mounts for each superblock by Miklos Szeredi · 13 years ago
  38. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  39. a6322de vfs: switch ->show_path() to struct dentry * by Al Viro · 13 years ago
  40. d861c63 vfs: switch ->show_devname() to struct dentry * by Al Viro · 13 years ago
  41. 6413237 vfs: switch ->show_stats to struct dentry * by Al Viro · 13 years ago
  42. cdcf116 switch security_path_chmod() to struct path * by Al Viro · 13 years ago
  43. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
  44. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 13 years ago
  45. 6ed23fd Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  46. 9753dfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  47. a5f6f71 Btrfs: test free space only for unclustered allocation by Alexandre Oliva · 13 years ago
  48. 1100373 Btrfs: use bigger metadata chunks on bigger filesystems by Chris Mason · 13 years ago
  49. cf1d72c Btrfs: lower the bar for chunk allocation by Chris Mason · 13 years ago
  50. 203bf28 Btrfs: run chunk allocations while we do delayed refs by Chris Mason · 13 years ago
  51. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  52. 0db49b7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  53. f766619 fs/9p: iattr_valid flags are kernel internal flags map them to 9p values. by Aneesh Kumar K.V · 13 years ago
  54. 361aba5 ore: fix BUG_ON, too few sgs when reading by Boaz Harrosh · 13 years ago
  55. ffefb8ea ore: Fix crash in case of an IO error. by Boaz Harrosh · 13 years ago
  56. 831c2dc ore: FIX breakage when MISC_FILESYSTEMS is not set by Boaz Harrosh · 13 years ago
  57. e2fecb2 NFS: Remove pNFS bloat from the generic write path by Trond Myklebust · 13 years ago
  58. fe0fe83 pnfs-obj: Must return layout on IO error by Boaz Harrosh · 13 years ago
  59. 5c0b412 pnfs-obj: pNFS errors are communicated on iodata->pnfs_error by Boaz Harrosh · 13 years ago
  60. b35009a Merge tag 'v3.2' into staging/for_v3.3 by Mauro Carvalho Chehab · 13 years ago
  61. 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 13 years ago
  62. 07d106d vfs: fix up ENOIOCTLCMD error handling by Linus Torvalds · 13 years ago
  63. 7a6ef8c nfsd4: nfsd4_create_clid_dir return value is unused by J. Bruce Fields · 13 years ago
  64. 9b4146e NFSD: Change name of extended attribute containing junction by Chuck Lever · 13 years ago
  65. b854889 nfsd4: be forgiving in the absence of the recovery directory by J. Bruce Fields · 13 years ago
  66. 0aaaf5c NFS: Cache state owners after files are closed by Chuck Lever · 13 years ago
  67. b605479 fs/9p: We should not allocate a new inode when creating hardlines. by Aneesh Kumar K.V · 13 years ago
  68. df345c6 fs/9p: v9fs_stat2inode should update suid/sgid bits. by Aneesh Kumar K.V · 13 years ago
  69. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  70. a0ea787 fs/9p: check schedule_timeout_interruptible return value by Jim Garlick · 13 years ago
  71. 414adf1 NFS: Clean up nfs4_find_state_owners_locked() by Chuck Lever · 13 years ago
  72. bf118a3 NFSv4: include bitmap in nfsv4 get acl data by Andy Adamson · 13 years ago
  73. 3476f11 nfs: fix a minor do_div portability issue by Chris Metcalf · 13 years ago
  74. 0b1c8fc NFSv4.1: cleanup comment and debug printk by Andy Adamson · 13 years ago
  75. aabd0b4 NFSv4.1: change nfs4_free_slot parameters for dynamic slots by Andy Adamson · 13 years ago
  76. aacd553 NFSv4.1: cleanup init and reset of session slot tables by Andy Adamson · 13 years ago
  77. 61f2e51 NFSv4.1: fix backchannel slotid off-by-one bug by Andy Adamson · 13 years ago
  78. 8a0d551 nfs: fix regression in handling of context= option in NFSv4 by Jeff Layton · 13 years ago
  79. 2edb6bc NFS - fix recent breakage to NFS error handling. by NeilBrown · 13 years ago
  80. 68c9715 SUNRPC: Clean up the RPCSEC_GSS service ticket requests by Trond Myklebust · 13 years ago
  81. 6bf7e08 Btrfs: make sure we're not using obsolete code in btrfs_get_extent by Jan Schmidt · 13 years ago
  82. 4692cf5 Btrfs: new backref walking code by Jan Schmidt · 13 years ago
  83. 5f163cc ext4: make more symbols static by Eric Sandeen · 13 years ago
  84. 176576d ext4: make local symbol ext4_initxattrs static by Djalal Harouni · 13 years ago
  85. 9837d8e jbd2: fix hung processes in jbd2_journal_lock_updates() by Jan Kara · 13 years ago
  86. 9b90e5e ext4: reserve new feature flag codepoints by Theodore Ts'o · 13 years ago
  87. 117ff42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  88. 1d526fc ext4: Report max_batch_time option correctly by Ben Hutchings · 13 years ago
  89. d6042ea minixfs: misplaced checks lead to dentry leak by Al Viro · 13 years ago
  90. 014a177 ext4: add missing ext4_resize_end on error paths by Djalal Harouni · 13 years ago
  91. 61f296c ext4: let ext4_group_add() use common code by Yongqiang Yang · 13 years ago
  92. d89651c ext4: let ext4_group_extend() use common code by Yongqiang Yang · 13 years ago
  93. 19c5246 ext4: add new online resize interface by Yongqiang Yang · 13 years ago
  94. 8da6d58 Btrfs: added btrfs_find_all_roots() by Jan Schmidt · 13 years ago
  95. a168650 Btrfs: add waitqueue instead of doing busy waiting for more delayed refs by Jan Schmidt · 13 years ago
  96. d1270cd Btrfs: put back delayed refs that are too new by Arne Jansen · 13 years ago
  97. 00f04b8 Btrfs: add sequence numbers to delayed refs by Arne Jansen · 13 years ago
  98. 5b25f70 Btrfs: add nested locking mode for paths by Arne Jansen · 13 years ago
  99. 60f98d1 dlm: add recovery callbacks by David Teigland · 13 years ago
  100. 757a427 dlm: add node slots and generation by David Teigland · 13 years ago