1. 8e8b879 vfs: prevent remount read-only if pending removes by Miklos Szeredi · 13 years ago
  2. 7ada4db vfs: count unlinked inodes by Miklos Szeredi · 13 years ago
  3. 4ed5e82 vfs: protect remounting superblock read-only by Miklos Szeredi · 13 years ago
  4. 39f7c4d vfs: keep list of mounts for each superblock by Miklos Szeredi · 13 years ago
  5. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  6. a6322de vfs: switch ->show_path() to struct dentry * by Al Viro · 13 years ago
  7. d861c63 vfs: switch ->show_devname() to struct dentry * by Al Viro · 13 years ago
  8. 6413237 vfs: switch ->show_stats to struct dentry * by Al Viro · 13 years ago
  9. cdcf116 switch security_path_chmod() to struct path * by Al Viro · 13 years ago
  10. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
  11. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 13 years ago
  12. 6ed23fd Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  13. 9753dfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  14. a5f6f71 Btrfs: test free space only for unclustered allocation by Alexandre Oliva · 13 years ago
  15. 1100373 Btrfs: use bigger metadata chunks on bigger filesystems by Chris Mason · 13 years ago
  16. cf1d72c Btrfs: lower the bar for chunk allocation by Chris Mason · 13 years ago
  17. 203bf28 Btrfs: run chunk allocations while we do delayed refs by Chris Mason · 13 years ago
  18. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  19. 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
  20. f766619 fs/9p: iattr_valid flags are kernel internal flags map them to 9p values. by Aneesh Kumar K.V · 13 years ago
  21. 361aba5 ore: fix BUG_ON, too few sgs when reading by Boaz Harrosh · 13 years ago
  22. ffefb8ea ore: Fix crash in case of an IO error. by Boaz Harrosh · 13 years ago
  23. 831c2dc ore: FIX breakage when MISC_FILESYSTEMS is not set by Boaz Harrosh · 13 years ago
  24. e2fecb2 NFS: Remove pNFS bloat from the generic write path by Trond Myklebust · 13 years ago
  25. fe0fe83 pnfs-obj: Must return layout on IO error by Boaz Harrosh · 13 years ago
  26. 5c0b412 pnfs-obj: pNFS errors are communicated on iodata->pnfs_error by Boaz Harrosh · 13 years ago
  27. b35009a Merge tag 'v3.2' into staging/for_v3.3 by Mauro Carvalho Chehab · 13 years ago
  28. 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 13 years ago
  29. 07d106d vfs: fix up ENOIOCTLCMD error handling by Linus Torvalds · 13 years ago
  30. 7a6ef8c nfsd4: nfsd4_create_clid_dir return value is unused by J. Bruce Fields · 13 years ago
  31. 9b4146e NFSD: Change name of extended attribute containing junction by Chuck Lever · 13 years ago
  32. b854889 nfsd4: be forgiving in the absence of the recovery directory by J. Bruce Fields · 13 years ago
  33. 0aaaf5c NFS: Cache state owners after files are closed by Chuck Lever · 13 years ago
  34. b605479 fs/9p: We should not allocate a new inode when creating hardlines. by Aneesh Kumar K.V · 13 years ago
  35. df345c6 fs/9p: v9fs_stat2inode should update suid/sgid bits. by Aneesh Kumar K.V · 13 years ago
  36. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  37. a0ea787 fs/9p: check schedule_timeout_interruptible return value by Jim Garlick · 13 years ago
  38. 414adf1 NFS: Clean up nfs4_find_state_owners_locked() by Chuck Lever · 13 years ago
  39. bf118a3 NFSv4: include bitmap in nfsv4 get acl data by Andy Adamson · 13 years ago
  40. 3476f11 nfs: fix a minor do_div portability issue by Chris Metcalf · 13 years ago
  41. 0b1c8fc NFSv4.1: cleanup comment and debug printk by Andy Adamson · 13 years ago
  42. aabd0b4 NFSv4.1: change nfs4_free_slot parameters for dynamic slots by Andy Adamson · 13 years ago
  43. aacd553 NFSv4.1: cleanup init and reset of session slot tables by Andy Adamson · 13 years ago
  44. 61f2e51 NFSv4.1: fix backchannel slotid off-by-one bug by Andy Adamson · 13 years ago
  45. 8a0d551 nfs: fix regression in handling of context= option in NFSv4 by Jeff Layton · 13 years ago
  46. 2edb6bc NFS - fix recent breakage to NFS error handling. by NeilBrown · 13 years ago
  47. 68c9715 SUNRPC: Clean up the RPCSEC_GSS service ticket requests by Trond Myklebust · 13 years ago
  48. 6bf7e08 Btrfs: make sure we're not using obsolete code in btrfs_get_extent by Jan Schmidt · 13 years ago
  49. 4692cf5 Btrfs: new backref walking code by Jan Schmidt · 13 years ago
  50. 5f163cc ext4: make more symbols static by Eric Sandeen · 13 years ago
  51. 176576d ext4: make local symbol ext4_initxattrs static by Djalal Harouni · 13 years ago
  52. 9837d8e jbd2: fix hung processes in jbd2_journal_lock_updates() by Jan Kara · 13 years ago
  53. 9b90e5e ext4: reserve new feature flag codepoints by Theodore Ts'o · 13 years ago
  54. 117ff42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  55. 1d526fc ext4: Report max_batch_time option correctly by Ben Hutchings · 13 years ago
  56. d6042ea minixfs: misplaced checks lead to dentry leak by Al Viro · 13 years ago
  57. 014a177 ext4: add missing ext4_resize_end on error paths by Djalal Harouni · 13 years ago
  58. 61f296c ext4: let ext4_group_add() use common code by Yongqiang Yang · 13 years ago
  59. d89651c ext4: let ext4_group_extend() use common code by Yongqiang Yang · 13 years ago
  60. 19c5246 ext4: add new online resize interface by Yongqiang Yang · 13 years ago
  61. 8da6d58 Btrfs: added btrfs_find_all_roots() by Jan Schmidt · 13 years ago
  62. a168650 Btrfs: add waitqueue instead of doing busy waiting for more delayed refs by Jan Schmidt · 13 years ago
  63. d1270cd Btrfs: put back delayed refs that are too new by Arne Jansen · 13 years ago
  64. 00f04b8 Btrfs: add sequence numbers to delayed refs by Arne Jansen · 13 years ago
  65. 5b25f70 Btrfs: add nested locking mode for paths by Arne Jansen · 13 years ago
  66. 60f98d1 dlm: add recovery callbacks by David Teigland · 13 years ago
  67. 757a427 dlm: add node slots and generation by David Teigland · 13 years ago
  68. f95a34c dlm: move recovery barrier calls by David Teigland · 13 years ago
  69. 225de11 [CIFS] default ntlmv2 for cifs mount delayed to 3.3 by Steve French · 13 years ago
  70. 4bac1f8 ext4: add a new function which adds a flex group to a fs by Yongqiang Yang · 13 years ago
  71. 3fbea4b ext4: add a new function which allocates bitmaps and inode tables by Yongqiang Yang · 13 years ago
  72. c72df9f ext4: pass verify_reserved_gdb() the number of group decriptors by Yongqiang Yang · 13 years ago
  73. 2e10e2f ext4: add a function which updates the super block during online resizing by Yongqiang Yang · 13 years ago
  74. 083f5b2 ext4: add a function which sets up a block group descriptors of a flex bg by Yongqiang Yang · 13 years ago
  75. 33afdcc ext4: add a function which sets up group blocks of a flex bg by Yongqiang Yang · 13 years ago
  76. 28c7bac ext4: add a structure which will be used by 64bit-resize interface by Yongqiang Yang · 13 years ago
  77. bb08c1e ext4: add a function which adds a new group descriptors to a fs by Yongqiang Yang · 13 years ago
  78. 18e3143 ext4: add a function which extends a group without checking parameters by Yongqiang Yang · 13 years ago
  79. d10577a vfs: trim includes a bit by Al Viro · 13 years ago
  80. be08d6d switch mnt_namespace ->root to struct mount by Al Viro · 13 years ago
  81. 0226f49 vfs: take /proc/*/mounts and friends to fs/proc_namespace.c by Al Viro · 13 years ago
  82. 3a2393d vfs: opencode mntget() mnt_set_mountpoint() by Al Viro · 13 years ago
  83. 909b0a8 vfs: spread struct mount - remaining argument of next_mnt() by Al Viro · 13 years ago
  84. c63181e vfs: move fsnotify junk to struct mount by Al Viro · 13 years ago
  85. 52ba162 vfs: move mnt_devname by Al Viro · 13 years ago
  86. 1a4eeaf vfs: move mnt_list to struct mount by Al Viro · 13 years ago
  87. fc7be13 vfs: switch pnode.h macros to struct mount * by Al Viro · 13 years ago
  88. 863d684 vfs: move the rest of int fields to struct mount by Al Viro · 13 years ago
  89. 15169fe vfs: mnt_id/mnt_group_id moved by Al Viro · 13 years ago
  90. 143c8c9 vfs: mnt_ns moved to struct mount by Al Viro · 13 years ago
  91. 900148d vfs: spread struct mount - mntput_no_expire by Al Viro · 13 years ago
  92. 95bc5f2 vfs: spread struct mount - do_add_mount and graft_tree by Al Viro · 13 years ago
  93. 6776db3d vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount by Al Viro · 13 years ago
  94. 3230192 vfs: and now we can make ->mnt_master point to struct mount by Al Viro · 13 years ago
  95. d10e8de vfs: take mnt_master to struct mount by Al Viro · 13 years ago
  96. 14cf1fa vfs: spread struct mount - remaining argument of mnt_set_mountpoint() by Al Viro · 13 years ago
  97. a8d56d8 vfs: spread struct mount - propagate_mnt() by Al Viro · 13 years ago
  98. c937135 vfs: spread struct mount - shared subtree iterators by Al Viro · 13 years ago
  99. 6fc7871 vfs: spread struct mount - get_dominating_id / do_make_slave by Al Viro · 13 years ago
  100. 6b41d53 vfs: take mnt_child/mnt_mounts to struct mount by Al Viro · 13 years ago