1. 77aa56b Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  2. 1791983 Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  3. 374e552 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 13 years ago
  4. 0c755de Merge branch 'for_next' into for_linus by Jan Kara · 13 years ago
  5. 054cfaa Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  6. 242e5d0 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  7. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 13 years ago
  8. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  9. 1a102ff vfs: bury ->get_sb() by Al Viro · 13 years ago
  10. 0119498 nfs: switch NFS from ->get_sb() to ->mount() by Al Viro · 13 years ago
  11. fd462fb nfs: stop mangling ->mnt_devname on NFS by Al Viro · 13 years ago
  12. c7f404b vfs: new superblock methods to override /proc/*/mount{s,info} by Al Viro · 13 years ago
  13. f8ad9c4 nfs: nfs_do_{ref,sub}mount() superblock argument is redundant by Al Viro · 13 years ago
  14. b514f87 nfs: make nfs_path() work without vfsmount by Al Viro · 13 years ago
  15. b1942c5 nfs: store devname at disconnected NFS roots by Al Viro · 13 years ago
  16. 0d5839a nfs: propagate devname to nfs{,4}_get_root() by Al Viro · 13 years ago
  17. 2e270d8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  18. 60ed8cf fix cdev leak on O_PATH final fput() by Miklos Szeredi · 13 years ago
  19. afe997a Pull pstorev4 into release branch by Tony Luck · 13 years ago
  20. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  21. 3ae2a1ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 13 years ago
  22. 26a992d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  23. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  24. 34d211a Increase OSF partition limit from 8 to 18 by Linus Torvalds · 13 years ago
  25. bab1d94 prune back iprune_sem by Christoph Hellwig · 14 years ago
  26. 0e79458 fix follow_link() breakage by Al Viro · 13 years ago
  27. 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
  28. c83ce98 VFS: Fix the nfs sillyrename regression in kernel 2.6.38 by Trond Myklebust · 14 years ago
  29. a002951 Merge branch 'next' into for-linus by James Morris · 14 years ago
  30. c826cb7 dcache.c: create helper function for duplicated functionality by Linus Torvalds · 14 years ago
  31. 574197e tidy the trailing symlinks traversal up by Al Viro · 14 years ago
  32. b356379 Turn resolution of trailing symlinks iterative everywhere by Al Viro · 14 years ago
  33. ce05254 simplify link_path_walk() tail by Al Viro · 14 years ago
  34. bd92d7f Make trailing symlink resolution in path_lookupat() iterative by Al Viro · 14 years ago
  35. b21041d update nd->inode in __do_follow_link() instead of after do_follow_link() by Al Viro · 14 years ago
  36. ce57dfc pull handling of one pathname component into a helper by Al Viro · 14 years ago
  37. 11a7b37 fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCH by Aneesh Kumar K.V · 14 years ago
  38. 7c9e592 fs/9p: Make the writeback_fid owned by root by Aneesh Kumar K.V · 14 years ago
  39. 3dc5436 fs/9p: Writeback dirty data before setattr by Aneesh Kumar K.V · 14 years ago
  40. f10fc50 fs/9p: call vmtruncate before setattr 9p opeation by Aneesh Kumar K.V · 14 years ago
  41. c06c066 fs/9p: Properly update inode attributes on link by Aneesh Kumar K.V · 14 years ago
  42. e0459f5 fs/9p: Prevent multiple inclusion of same header by Aneesh Kumar K.V · 14 years ago
  43. 23b08e9 fs/9p: Workaround vfs rename rehash bug by Aneesh Kumar K.V · 14 years ago
  44. d28c61f fs/9p: Mark directory inode invalid for many directory inode operations by Aneesh Kumar K.V · 14 years ago
  45. 823fcfd fs/9p: Add . and .. dentry revalidation flag by Aneesh Kumar K.V · 14 years ago
  46. 3bc86de fs/9p: mark inode attribute invalid on rename, unlink and setattr by Aneesh Kumar K.V · 14 years ago
  47. b3cbea0 fs/9p: Add support for marking inode attribute invalid by Aneesh Kumar K.V · 14 years ago
  48. 0e43270 fs/9p: Initialize root inode number for dotl by Aneesh Kumar K.V · 14 years ago
  49. b271ec4 fs/9p: Update link count correctly on different file system operations by Aneesh Kumar K.V · 14 years ago
  50. edd73cf fs/9p: Add drop_inode 9p callback by Aneesh Kumar K.V · 14 years ago
  51. e959b54 fs/9p: Add direct IO support in cached mode by Aneesh Kumar K.V · 14 years ago
  52. fa6ea16 fs/9p: Fix inode i_size update in file_write by Aneesh Kumar K.V · 14 years ago
  53. 6b36560 fs/9p: set default readahead pages in cached mode by Aneesh Kumar K.V · 14 years ago
  54. 6b39f6d fs/9p: Move writeback fid to v9fs_inode by Aneesh Kumar K.V · 14 years ago
  55. a78ce05 fs/9p: Add v9fs_inode by Aneesh Kumar K.V · 14 years ago
  56. a121190 fs/9p: Don't set stat.st_blocks based on nrpages by Aneesh Kumar K.V · 14 years ago
  57. 5ffc0cb fs/9p: Add inode hashing by Aneesh Kumar K.V · 14 years ago
  58. 62d810b fs/9p: We need not writeback dirty pages during close by Aneesh Kumar K.V · 14 years ago
  59. 00ea2df fs/9p: Implement syncfs call back for 9Pfs by Aneesh Kumar K.V · 14 years ago
  60. db5841d fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode by Aneesh Kumar K.V · 14 years ago
  61. a950a65 fs/9p: Clarify cached dentry delete operation by Aneesh Kumar K.V · 14 years ago
  62. 7263ceb fs/9p: Add buffered write support for v9fs. by Aneesh Kumar K.V · 14 years ago
  63. 3cf387d fs/9p: Add fid to inode in cached mode by Aneesh Kumar K.V · 14 years ago
  64. 1731177 fs/9p: Add read write helper function by Aneesh Kumar K.V · 14 years ago
  65. 2efda79 fs/9p: [fscache] wait for page write in cached mode by Aneesh Kumar K.V · 14 years ago
  66. 20656a4 fs/9p: increment inode->i_count in cached mode. by Aneesh Kumar K.V · 14 years ago
  67. 46848de fs/9p: set fs cache cookie in create path also by Aneesh Kumar K.V · 14 years ago
  68. 29236f4 fs/9p: set the cached file_operations struct during inode init by Aneesh Kumar K.V · 14 years ago
  69. 6752a1e [fs/9p] Make access=client default in 9p2000.L protocol by Venkateswararao Jujjuri (JV) · 14 years ago
  70. e782ef7 [fs/9P] Add posixacl mount option by Venkateswararao Jujjuri (JV) · 14 years ago
  71. 9332685 [fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined. by Venkateswararao Jujjuri (JV) · 14 years ago
  72. d344b0f [fs/9p] Initialze cached acls both in cached/uncached mode. by Venkateswararao Jujjuri (JV) · 14 years ago
  73. c61fa0d [fs/9p] Plug potential acl leak by Venkateswararao Jujjuri (JV) · 14 years ago
  74. 8f68cd4 nfs: BKL is no longer needed, so remove the include by Stephen Rothwell · 14 years ago
  75. 7e32d02 GFS2: Don't use _raw version of RCU dereference by Steven Whitehouse · 14 years ago
  76. 326be7b Allow passing O_PATH descriptors via SCM_RIGHTS datagrams by Al Viro · 14 years ago
  77. 65cfc67 readlinkat(), fchownat() and fstatat() with empty relative pathnames by Al Viro · 14 years ago
  78. bcda765 Allow O_PATH for symlinks by Al Viro · 14 years ago
  79. 1abf0c7 New kind of open files - "location only". by Al Viro · 14 years ago
  80. f2fa2ff ext4: Copy fs UUID to superblock by Aneesh Kumar K.V · 14 years ago
  81. 03cb5f0 ext3: Copy fs UUID to superblock. by Aneesh Kumar K.V · 14 years ago
  82. 93f1c20 vfs: Export file system uuid via /proc/<pid>/mountinfo by Aneesh Kumar K.V · 14 years ago
  83. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 14 years ago
  84. aae8a97 fs: Don't allow to create hardlink for deleted file by Aneesh Kumar K.V · 14 years ago
  85. becfd1f vfs: Add open by file handle support by Aneesh Kumar K.V · 14 years ago
  86. 990d6c2 vfs: Add name to file handle conversion support by Aneesh Kumar K.V · 14 years ago
  87. f52e0c1 New AT_... flag: AT_EMPTY_PATH by Al Viro · 14 years ago
  88. 5f40d42 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  89. 1eafbfe Fix corrupted OSF partition table parsing by Timo Warns · 14 years ago
  90. 6c474f7 GFS2: Adding missing unlock_page() by Maxim · 14 years ago
  91. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
  92. c8b91ac clean statfs-like syscalls up by Al Viro · 14 years ago
  93. 73d049a open-style analog of vfs_path_lookup() by Al Viro · 14 years ago
  94. 5b6ca02 reduce vfs_path_lookup() to do_path_lookup() by Al Viro · 14 years ago
  95. 5a18fff untangle do_lookup() by Al Viro · 14 years ago
  96. 40b3913 path_openat: clean ELOOP handling a bit by Al Viro · 14 years ago
  97. f374ed5 do_last: kill a rudiment of old ->d_revalidate() workaround by Al Viro · 14 years ago
  98. 6c0d46c fold __open_namei_create() and open_will_truncate() into do_last() by Al Viro · 14 years ago
  99. ca344a89 do_last: unify may_open() call and everyting after it by Al Viro · 14 years ago
  100. 9b44f1b move may_open() from __open_name_create() to do_last() by Al Viro · 14 years ago