1. c1aab02 migrate_mode.h is not exported to user mode by Stephen Rothwell · 13 years ago
  2. 6536e31 mm: fix warnings regarding enum migrate_mode by Andrew Morton · 13 years ago
  3. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  4. 87192a2 vfs: cache request_queue in struct block_device by Andi Kleen · 13 years ago
  5. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 13 years ago
  6. b969c4a mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage by Mel Gorman · 13 years ago
  7. 28d82dc epoll: limit paths by Jason Baron · 13 years ago
  8. ef00f59 block: Add BLKROTATIONAL ioctl by Martin K. Petersen · 13 years ago
  9. 8e8b879 vfs: prevent remount read-only if pending removes by Miklos Szeredi · 13 years ago
  10. 7ada4db vfs: count unlinked inodes by Miklos Szeredi · 13 years ago
  11. 4ed5e82 vfs: protect remounting superblock read-only by Miklos Szeredi · 13 years ago
  12. 39f7c4d vfs: keep list of mounts for each superblock by Miklos Szeredi · 13 years ago
  13. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  14. a6322de vfs: switch ->show_path() to struct dentry * by Al Viro · 13 years ago
  15. d861c63 vfs: switch ->show_devname() to struct dentry * by Al Viro · 13 years ago
  16. 6413237 vfs: switch ->show_stats to struct dentry * by Al Viro · 13 years ago
  17. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 13 years ago
  18. a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 13 years ago
  19. 8d334ac switch is_sxid() to umode_t by Al Viro · 13 years ago
  20. 62bb109 switch inode_init_owner() to umode_t by Al Viro · 13 years ago
  21. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  22. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  23. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  24. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  25. cf31e70 vfs: new helper - vfs_ustat() by Al Viro · 13 years ago
  26. a516616 vfs: convert fs_supers to hlist by Al Viro · 13 years ago
  27. 83aeead vmscan: use atomic-long for shrinker batching by Konstantin Khlebnikov · 13 years ago
  28. 02125a8 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 13 years ago
  29. ea441d1 new helper: mount_subtree() by Al Viro · 13 years ago
  30. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  31. f1f8935 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  32. a78ef70 vfs: protect i_nlink by Miklos Szeredi · 13 years ago
  33. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  34. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  35. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  36. 6cdbb0e fs: optimize out 16 bytes worth of padding in struct inode by Theodore Ts'o · 13 years ago
  37. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  38. 5760495 vfs: add generic_file_llseek_size by Andi Kleen · 13 years ago
  39. ef3d0fd vfs: do (nearly) lockless generic_file_llseek by Andi Kleen · 13 years ago
  40. 8522ca5 vfs: add hex format for MAY_* flag values by Aneesh Kumar K.V · 13 years ago
  41. 1442d16 Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  42. fed678d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  43. e096d0c lockdep: Add helper function for dir vs file i_mutex annotation by Josh Boyer · 13 years ago
  44. 5dc06c5 block: remove READ_META and WRITE_META by Christoph Hellwig · 13 years ago
  45. 778fc54 locks: fix tracking of inprogress lease breaks by J. Bruce Fields · 13 years ago
  46. 710b721 locks: move F_INPROGRESS from fl_type to fl_flags field by J. Bruce Fields · 13 years ago
  47. 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 13 years ago
  48. f2ee7ab vfs: avoid taking inode_hash_lock on pipes and sockets by Eric Dumazet · 13 years ago
  49. e371d46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  50. a209dfc vfs: dont chain pipe/anon/socket on superblock s_inodes list by Eric Dumazet · 13 years ago
  51. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  52. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  53. 0003230 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  54. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  55. 096a705 Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  56. 423e0ab VFS : mount lock scalability for internal mounts by Tim Chen · 13 years ago
  57. ed70afc mm/truncate.c: fix build for CONFIG_BLOCK not enabled by Randy Dunlap · 13 years ago
  58. 295cc52 fs:update the NOTE of the file_operations structure by Wanlong Gao · 13 years ago
  59. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  60. 982d816 fs: add SEEK_HOLE and SEEK_DATA flags by Josef Bacik · 13 years ago
  61. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  62. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
  63. 0e1fdaf superblock: add filesystem shrinker operations by Dave Chinner · 13 years ago
  64. b0d40c9 superblock: introduce per-sb cache shrinker infrastructure by Dave Chinner · 13 years ago
  65. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  66. 09cc9fc inode: move to per-sb LRU locks by Dave Chinner · 13 years ago
  67. 98b745c inode: Make unused inode LRU per superblock by Dave Chinner · 13 years ago
  68. 0ee5dc6 btrfs: kill magical embedded struct superblock by Al Viro · 13 years ago
  69. 729cdb3 kill IPERM_FLAG_RCU by Al Viro · 13 years ago
  70. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  71. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  72. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  73. 1fc0f78 ->permission() sanitizing: MAY_NOT_BLOCK by Al Viro · 13 years ago
  74. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  75. 07b8ce1 lockless get_write_access/deny_write_access by Al Viro · 13 years ago
  76. 3bfa784 kill file_permission() completely by Al Viro · 13 years ago
  77. 43e15cd new helper: iterate_supers_type() by Al Viro · 13 years ago
  78. 4aede84 fixlet: Remove fs_excl from struct task. by Justin TerAvest · 13 years ago
  79. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  80. 0814257 mm: fix assertion mapping->nrpages == 0 in end_writeback() by Jan Kara · 13 years ago
  81. 79568f5 vfs: i_state needs to be 'unsigned long' for now by Linus Torvalds · 13 years ago
  82. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 13 years ago
  83. 13e12d1 vfs: reorganize 'struct inode' layout a bit by Linus Torvalds · 13 years ago
  84. 9e1f1de more conservative S_NOSEC handling by Al Viro · 13 years ago
  85. 69b4573 Cache xattr security drop check for write v2 by Andi Kleen · 13 years ago
  86. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  87. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 13 years ago
  88. 9fdfdcf fs: add field to superblock to support cleancache by Dan Magenheimer · 13 years ago
  89. 0ac1ee0 ulimit: raise default hard ulimit on number of files to 4096 by Tim Gardner · 13 years ago
  90. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  91. 97a8941 mm: Remove i_mmap_lock lockbreak by Peter Zijlstra · 13 years ago
  92. eed631e Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  93. e1e8fb6 fs: remove FS_COW_FL by Li Zefan · 14 years ago
  94. 0bba016 vfs: Re-introduce s_uuid in the superblock by Linus Torvalds · 14 years ago
  95. be85bcc Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo" by Linus Torvalds · 14 years ago
  96. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  97. 7dcda1c fs: export empty_aops by Jens Axboe · 14 years ago
  98. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  99. 212a17a Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  100. 32471f6 Btrfs: add datacow flag in inode flag by liubo · 14 years ago