1. 3155fe6 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  2. 366f7e7 pstore: use mount option instead sysfs to tweak kmsg_bytes by Luck, Tony · 14 years ago
  3. 0f60f24 FS: lookup_mnt() is only used in the core fs routines now by David Howells · 14 years ago
  4. 69b195b bfs: fix bitmap size argument to find_first_zero_bit() by Akinobu Mita · 14 years ago
  5. c212f9a fs: Use BUG_ON(!mnt) at dentry_open(). by Tetsuo Handa · 14 years ago
  6. aa597bc fs: devpts_pty_new() return -ENOMEM if dentry allocation failed by Andrey Vagin · 14 years ago
  7. 1c34092 nfs: lock() vs unlock() typo by Dan Carpenter · 14 years ago
  8. a872d51 pstore: fix leaking ->i_private by Tony Luck · 14 years ago
  9. b7ed78f introduce sys_syncfs to sync a single file system by Sage Weil · 14 years ago
  10. 1bef829 Small typo fix... by Holger Hans Peter Freyther · 14 years ago
  11. ff38c08 Filesystem: fifo: Fixed coding style issue. by David Jenni · 14 years ago
  12. eaae668d fs/inode: Fix kernel-doc format for inode_init_owner by Ben Hutchings · 14 years ago
  13. 2c3d44d select: remove unused MAX_SELECT_SECONDS by Namhyung Kim · 14 years ago
  14. 27a4f7e6 vfs: cleanup do_vfs_ioctl() by Namhyung Kim · 14 years ago
  15. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  16. 5bab188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  17. 99f4065 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 14 years ago
  18. f539abe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  19. 3f6f7e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bcopeland/omfs by Linus Torvalds · 14 years ago
  20. 8f627a8 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 14 years ago
  21. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  22. 24ff666 fs: call security_d_instantiate in d_obtain_alias V2 by Josef Bacik · 14 years ago
  23. 1aed3e4 lose 'mounting_here' argument in ->d_manage() by Al Viro · 14 years ago
  24. 7cc90cc don't pass 'mounting_here' flag to follow_down() by Al Viro · 14 years ago
  25. b12cea9 change the locking order for namespace_sem by Al Viro · 14 years ago
  26. 27cb157 fix deadlock in pivot_root() by Al Viro · 14 years ago
  27. 9d412a4 vfs: split off vfsmount-related parts of vfs_kern_mount() by Al Viro · 14 years ago
  28. fbe0aa1 Some fixes for pstore by Tony Luck · 14 years ago
  29. 474a00e kill simple_set_mnt() by Al Viro · 14 years ago
  30. 77aa56b Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  31. 1791983 Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  32. 374e552 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 14 years ago
  33. 0c755de Merge branch 'for_next' into for_linus by Jan Kara · 14 years ago
  34. 0ccd234 fs: change to new flag variable by matt mooney · 14 years ago
  35. 054cfaa Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  36. 242e5d0 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 14 years ago
  37. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  38. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  39. 1a102ff vfs: bury ->get_sb() by Al Viro · 14 years ago
  40. 0119498 nfs: switch NFS from ->get_sb() to ->mount() by Al Viro · 14 years ago
  41. fd462fb nfs: stop mangling ->mnt_devname on NFS by Al Viro · 14 years ago
  42. c7f404b vfs: new superblock methods to override /proc/*/mount{s,info} by Al Viro · 14 years ago
  43. f8ad9c4 nfs: nfs_do_{ref,sub}mount() superblock argument is redundant by Al Viro · 14 years ago
  44. b514f87 nfs: make nfs_path() work without vfsmount by Al Viro · 14 years ago
  45. b1942c5 nfs: store devname at disconnected NFS roots by Al Viro · 14 years ago
  46. 0d5839a nfs: propagate devname to nfs{,4}_get_root() by Al Viro · 14 years ago
  47. 2e270d8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  48. 60ed8cf fix cdev leak on O_PATH final fput() by Miklos Szeredi · 14 years ago
  49. afe997a Pull pstorev4 into release branch by Tony Luck · 14 years ago
  50. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  51. 3ae2a1ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 14 years ago
  52. 26a992d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  53. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  54. 34d211a Increase OSF partition limit from 8 to 18 by Linus Torvalds · 14 years ago
  55. bab1d94 prune back iprune_sem by Christoph Hellwig · 14 years ago
  56. 5d630e4 UBIFS: clean-up commentaries by Artem Bityutskiy · 14 years ago
  57. 7c83cc9 UBIFS: save 128KiB or more RAM by Artem Bityutskiy · 14 years ago
  58. f5cf319 UBIFS: allocate orphans scan buffer on demand by Artem Bityutskiy · 14 years ago
  59. cab95d4 UBIFS: allocate lpt dump buffer on demand by Artem Bityutskiy · 14 years ago
  60. 6fb324a UBIFS: allocate ltab checking buffer on demand by Artem Bityutskiy · 14 years ago
  61. cd5f748 UBIFS: allocate scanning buffer on demand by Artem Bityutskiy · 14 years ago
  62. 73d9aec UBIFS: allocate dump buffer on demand by Artem Bityutskiy · 14 years ago
  63. 0e79458 fix follow_link() breakage by Al Viro · 14 years ago
  64. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  65. c83ce98 VFS: Fix the nfs sillyrename regression in kernel 2.6.38 by Trond Myklebust · 14 years ago
  66. a002951 Merge branch 'next' into for-linus by James Morris · 14 years ago
  67. c826cb7 dcache.c: create helper function for duplicated functionality by Linus Torvalds · 14 years ago
  68. 574197e tidy the trailing symlinks traversal up by Al Viro · 14 years ago
  69. b356379 Turn resolution of trailing symlinks iterative everywhere by Al Viro · 14 years ago
  70. ce05254 simplify link_path_walk() tail by Al Viro · 14 years ago
  71. bd92d7f Make trailing symlink resolution in path_lookupat() iterative by Al Viro · 14 years ago
  72. b21041d update nd->inode in __do_follow_link() instead of after do_follow_link() by Al Viro · 14 years ago
  73. ce57dfc pull handling of one pathname component into a helper by Al Viro · 14 years ago
  74. 11a7b37 fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCH by Aneesh Kumar K.V · 14 years ago
  75. 7c9e592 fs/9p: Make the writeback_fid owned by root by Aneesh Kumar K.V · 14 years ago
  76. 3dc5436 fs/9p: Writeback dirty data before setattr by Aneesh Kumar K.V · 14 years ago
  77. f10fc50 fs/9p: call vmtruncate before setattr 9p opeation by Aneesh Kumar K.V · 14 years ago
  78. c06c066 fs/9p: Properly update inode attributes on link by Aneesh Kumar K.V · 14 years ago
  79. e0459f5 fs/9p: Prevent multiple inclusion of same header by Aneesh Kumar K.V · 14 years ago
  80. 23b08e9 fs/9p: Workaround vfs rename rehash bug by Aneesh Kumar K.V · 14 years ago
  81. d28c61f fs/9p: Mark directory inode invalid for many directory inode operations by Aneesh Kumar K.V · 14 years ago
  82. 823fcfd fs/9p: Add . and .. dentry revalidation flag by Aneesh Kumar K.V · 14 years ago
  83. 3bc86de fs/9p: mark inode attribute invalid on rename, unlink and setattr by Aneesh Kumar K.V · 14 years ago
  84. b3cbea0 fs/9p: Add support for marking inode attribute invalid by Aneesh Kumar K.V · 14 years ago
  85. 0e43270 fs/9p: Initialize root inode number for dotl by Aneesh Kumar K.V · 14 years ago
  86. b271ec4 fs/9p: Update link count correctly on different file system operations by Aneesh Kumar K.V · 14 years ago
  87. edd73cf fs/9p: Add drop_inode 9p callback by Aneesh Kumar K.V · 14 years ago
  88. e959b54 fs/9p: Add direct IO support in cached mode by Aneesh Kumar K.V · 14 years ago
  89. fa6ea16 fs/9p: Fix inode i_size update in file_write by Aneesh Kumar K.V · 14 years ago
  90. 6b36560 fs/9p: set default readahead pages in cached mode by Aneesh Kumar K.V · 14 years ago
  91. 6b39f6d fs/9p: Move writeback fid to v9fs_inode by Aneesh Kumar K.V · 14 years ago
  92. a78ce05 fs/9p: Add v9fs_inode by Aneesh Kumar K.V · 14 years ago
  93. a121190 fs/9p: Don't set stat.st_blocks based on nrpages by Aneesh Kumar K.V · 14 years ago
  94. 5ffc0cb fs/9p: Add inode hashing by Aneesh Kumar K.V · 14 years ago
  95. 62d810b fs/9p: We need not writeback dirty pages during close by Aneesh Kumar K.V · 14 years ago
  96. 00ea2df fs/9p: Implement syncfs call back for 9Pfs by Aneesh Kumar K.V · 14 years ago
  97. db5841d fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode by Aneesh Kumar K.V · 14 years ago
  98. a950a65 fs/9p: Clarify cached dentry delete operation by Aneesh Kumar K.V · 14 years ago
  99. 7263ceb fs/9p: Add buffered write support for v9fs. by Aneesh Kumar K.V · 14 years ago
  100. 3cf387d fs/9p: Add fid to inode in cached mode by Aneesh Kumar K.V · 14 years ago