1. bd81cce Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  2. df632d3 Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  3. f474af7 nfs: disintegrate UAPI for nfs by J. Bruce Fields · 12 years ago
  4. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  5. 6432f21 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  6. eb0ad9c Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 12 years ago
  7. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  8. 6f2ea7f NFS: Add nfs4_unique_id boot parameter by Chuck Lever · 12 years ago
  9. 5e95377 ipconfig: add nameserver IPs to kernel-parameter ip= by Christoph Fritz · 12 years ago
  10. 16221d9 jfs: Remove obsolete email address by Dave Kleikamp · 12 years ago
  11. b40c2e6 fs/jfs: TRIM support for JFS Filesystem by Tino Reichardt · 12 years ago
  12. 82aceae4 debugfs: more tightly restrict default mount mode by Kees Cook · 12 years ago
  13. d65226e Documentation: update mount option in filesystem/vfat.txt by Namjae Jeon · 12 years ago
  14. 8a4c6e1 nfsd: document kernel interfaces for nfsd configuration by J. Bruce Fields · 12 years ago
  15. df981d0 ext4: add max_dir_size_kb mount option by Theodore Ts'o · 12 years ago
  16. 34e5053 Documentation: get rid of write_super by Artem Bityutskiy · 12 years ago
  17. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  18. 068535f locks: remove unused lm_release_private by J. Bruce Fields · 12 years ago
  19. 62c230b mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pages by Mel Gorman · 12 years ago
  20. 06fd516 Documentation: Correct s_umount state for freeze_fs/unfreeze_fs by Valerie Aurora · 12 years ago
  21. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  22. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  23. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  24. 30d9049 kill struct opendata by Al Viro · 12 years ago
  25. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  26. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  27. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  28. 049b3c1 vfs: update documentation on ->i_dentry handling by Al Viro · 12 years ago
  29. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  30. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  31. 5b172087 c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/$pid/stat by Cyrill Gorcunov · 12 years ago
  32. 81841161 fs, proc: introduce /proc/<pid>/task/<tid>/children entry by Cyrill Gorcunov · 12 years ago
  33. 6925699 mm: document the meminfo and vmstat fields of relevance to transparent hugepages by Mel Gorman · 12 years ago
  34. 17cf28a mm/fs: remove truncate_range by Hugh Dickins · 12 years ago
  35. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  36. ece78b7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  37. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  38. 62c8d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  39. ee446fd tokenring: delete all remaining driver support by Paul Gortmaker · 12 years ago
  40. 2ebc3f8 GFS2: Update glock doc to add new stats info by Steven Whitehouse · 12 years ago
  41. 49f3078 GFS2: Update main gfs2 doc by Steven Whitehouse · 12 years ago
  42. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  43. c94bed8e Documentation: Fix typo in multiple files in Documentation by Masanari Iida · 12 years ago
  44. ee65244 ext3: update documentation with barrier=1 default by Stefan Hajnoczi · 12 years ago
  45. b1349f2 typo fix in Documentation/filesystems/vfs.txt by Al Viro · 12 years ago
  46. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  47. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  48. f63d395 Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  49. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  50. b764375 procfs: mark thread stack correctly in proc/<pid>/maps by Siddhesh Poyarekar · 12 years ago
  51. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  52. 18d98f6 pnfs-obj: autologin: Add support for protocol autologin by Sachin Bhamare · 12 years ago
  53. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  54. 8818739 debugfs-related mode_t whack-a-mole by Al Viro · 12 years ago
  55. 5d026c7 fs: initial qnx6fs addition by Kai Bankett · 12 years ago
  56. 32991ab vfs: d_alloc_root() gone by Al Viro · 12 years ago
  57. 40e4712 Documentation: Fix multiple typo in Documentation by Masanari Iida · 12 years ago
  58. 1f8ee46 Documentation: Fix Broken URL "freshmeat" by Masanari Iida · 12 years ago
  59. 661aa52 ext4: remove the resize mount option by Eric Sandeen · 12 years ago
  60. 43e625d ext4: remove the journal=update mount option by Eric Sandeen · 12 years ago
  61. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 12 years ago
  62. a602bea NFS: Update idmapper documentation by Bryan Schumaker · 13 years ago
  63. d6e4868 debugfs: add mode, uid and gid options by Ludwig Nussel · 13 years ago
  64. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  65. 96e80a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 13 years ago
  66. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  67. b3f7f57 c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 by Cyrill Gorcunov · 13 years ago
  68. a40dc6c ceph: enable/disable dentry complete flags via mount option by Sage Weil · 13 years ago
  69. 40ba587 Merge branch 'akpm' (aka "Andrew's patch-bomb") by Linus Torvalds · 13 years ago
  70. 0499680 procfs: add hidepid= and gid= mount options by Vasiliy Kulikov · 13 years ago
  71. ff9cb1c Merge branch 'for_linus' into for_linus_merged by Theodore Ts'o · 13 years ago
  72. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  73. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  74. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  75. 19c5246 ext4: add new online resize interface by Yongqiang Yang · 13 years ago
  76. faef2b6 sysfs: propagate umode_t by Al Viro · 13 years ago
  77. 4394751 configfs: convert to umode_t by Al Viro · 13 years ago
  78. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  79. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  80. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  81. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  82. 89cab5b Squashfs: Update documentation to include xattrs by Phillip Lougher · 13 years ago
  83. b930c26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  84. b52f75a Fix URL of btrfs-progs git repository in docs by Arnd Hannemann · 13 years ago
  85. 1a087c6 debugfs: add tools to printk 32-bit registers by Alessandro Rubini · 13 years ago
  86. 114a0a0 NFSD: Added fault injection documentation by Bryan Schumaker · 13 years ago
  87. ab05210 Documentation: HFS is orphaned by Marcos Paulo de Souza · 13 years ago
  88. d83fe6b Documentation: fix inotify source file paths by Marcos Paulo de Souza · 13 years ago
  89. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  90. f1f8935 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  91. 3411664 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  92. f0023bc vfs: add d_prune dentry operation by Sage Weil · 13 years ago
  93. e33bae1 Merge branch 'for-linus' of git://github.com/ericvh/linux by Linus Torvalds · 13 years ago
  94. 2d03423 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  95. 14211d0 9p: fix 9p.txt to advertise msize instead of maxdata by Nicolae Mogoreanu · 13 years ago
  96. 4113c4c ext4: remove deprecated oldalloc by Lukas Czerner · 13 years ago
  97. af909a5 ext4: documentation: remove acl and user_xattr mount options by Theodore Ts'o · 13 years ago
  98. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  99. 5688978 ext4: improve handling of conflicting mount options by Theodore Ts'o · 13 years ago
  100. 8602861 docs/sysfs: Specify ABI documentation requirements by Bart Van Assche · 13 years ago