1. a035bff ocfs2: Add comment about orphan scanning by Sunil Mushran · 13 years ago
  2. 619c200 ocfs2: Clean up messages in the fs by Sunil Mushran · 13 years ago
  3. 6b27f62 ocfs2/cluster: Cluster up now includes network connections too by Sunil Mushran · 13 years ago
  4. 3ba169c ocfs2/cluster: Add new function o2net_fill_node_map() by Sunil Mushran · 13 years ago
  5. bb570a5 ocfs2/cluster: Fix output in file elapsed_time_in_ms by Sunil Mushran · 13 years ago
  6. a2c0cc1 ocfs2/dlm: dlmlock_remote() needs to account for remastery by Sunil Mushran · 13 years ago
  7. ff0a522 ocfs2/dlm: Take inflight reference count for remotely mastered resources too by Sunil Mushran · 13 years ago
  8. ed8625c ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery() by Sunil Mushran · 13 years ago
  9. e9f0b6a ocfs2/dlm: Trace insert/remove of resource to/from hash by Sunil Mushran · 13 years ago
  10. 8d400b8 ocfs2/dlm: Clean up refmap helpers by Sunil Mushran · 13 years ago
  11. 0afbba1 ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery() by Sunil Mushran · 13 years ago
  12. 394eb3d ocfs2: Clean up messages in stack_o2cb.c by Sunil Mushran · 13 years ago
  13. 8decab3 ocfs2/dlm: Clean up messages in o2dlm by Sunil Mushran · 13 years ago
  14. 1dfecf8 ocfs2/cluster: Clean up messages in o2net by Sunil Mushran · 13 years ago
  15. d2eece3 ocfs2/cluster: Abort heartbeat start on hard-ro devices by Sunil Mushran · 13 years ago
  16. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  17. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 13 years ago
  18. ed80fcf fs/9p: Always ask new inode in create by Aneesh Kumar K.V · 13 years ago
  19. a2dd43b fs/9p: Fix invalid mount options/args by Prem Karat · 13 years ago
  20. fd2421f fs/9p: When doing inode lookup compare qid details and inode mode bits. by Aneesh Kumar K.V · 13 years ago
  21. 2053d67 fs/9p: remove rename work around in 9p by Aneesh Kumar K.V · 13 years ago
  22. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  23. 5a9a436 vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filp by Konstantin Khlebnikov · 13 years ago
  24. d769b3c isofs: Remove global fs lock by Jan Kara · 13 years ago
  25. 22ba747 jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directory by Al Viro · 13 years ago
  26. 841590c fix IN_DELETE_SELF on overwriting rename() on ramfs et.al. by Al Viro · 13 years ago
  27. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  28. c1f792a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  29. 6aaf440 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 13 years ago
  30. ba1f9db Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 13 years ago
  31. 49302ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 13 years ago
  32. 59a7ac1 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  33. 6596528 hfsplus: ensure bio requests are not smaller than the hardware sectors by Seth Forshee · 13 years ago
  34. aac4e419 hfsplus: Add additional range check to handle on-disk corruptions by Naohiro Aota · 13 years ago
  35. eac1b5e ptrace: do_wait(traced_leader_killed_by_mt_exec) can block forever by Oleg Nesterov · 13 years ago
  36. 2bafc7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  37. b91da88 vfs: drop conditional inode prefetch in __do_lookup_rcu by Linus Torvalds · 13 years ago
  38. b307d46 FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loop by Jan Beulich · 13 years ago
  39. 2cebaa5 CIFS: Fix wrong length in cifs_iovec_read by Pavel Shilovsky · 13 years ago
  40. 86c98e8 Remove dead code in dget_parent() by Al Viro · 13 years ago
  41. e4b9f00 AFS: Fix silly characters in a comment by David Howells · 13 years ago
  42. 4513d89 switch d_add_ci() to d_splice_alias() in "found negative" case as well by Al Viro · 13 years ago
  43. 6c673ab simplify gfs2_lookup() by Al Viro · 13 years ago
  44. 79ac5a4 jfs_lookup(): don't bother with . or .. by Al Viro · 13 years ago
  45. 10d9f30 get rid of useless dget_parent() in btrfs rename() and link() by Al Viro · 13 years ago
  46. 2fbe8c8 get rid of useless dget_parent() in fs/btrfs/ioctl.c by Al Viro · 13 years ago
  47. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  48. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  49. c334b11 Ext4: handle SEEK_HOLE/SEEK_DATA generically by Josef Bacik · 13 years ago
  50. b267515 Btrfs: implement our own ->llseek by Josef Bacik · 13 years ago
  51. 982d816 fs: add SEEK_HOLE and SEEK_DATA flags by Josef Bacik · 13 years ago
  52. b4d5b10 reiserfs: make reiserfs default to barrier=flush by Christoph Hellwig · 13 years ago
  53. 00eacd6 ext3: make ext3 mount default to barrier=1 by Christoph Hellwig · 13 years ago
  54. b85fd6b don't open-code parent_ino() in assorted ->readdir() by Al Viro · 13 years ago
  55. 2def9e4 minix_getattr(): don't bother with ->d_parent by Al Viro · 13 years ago
  56. ee60498 coda_venus_readdir(): use offsetof() by Al Viro · 13 years ago
  57. f151463 fs: seq_file - add event counter to simplify poll() support by Kay Sievers · 13 years ago
  58. 72c5052 fs: move inode_dio_done to the end_io handler by Christoph Hellwig · 13 years ago
  59. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  60. df2d6f2 fs: always maintain i_dio_count by Christoph Hellwig · 13 years ago
  61. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  62. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
  63. f9b5570 fs: simplify handling of zero sized reads in __blockdev_direct_IO by Christoph Hellwig · 13 years ago
  64. 9ea7df5 ext4: Rewrite ext4_page_mkwrite() to use generic helpers by Jan Kara · 13 years ago
  65. 5826869 fat: remove i_alloc_sem abuse by Christoph Hellwig · 13 years ago
  66. 8c5dc70 VFS: Fixup kerneldoc for generic_permission() by Tobias Klauser · 13 years ago
  67. 8daaa83 xfs: make use of new shrinker callout for the inode cache by Dave Chinner · 13 years ago
  68. 8ab4766 vfs: increase shrinker batch size by Dave Chinner · 13 years ago
  69. 0e1fdaf superblock: add filesystem shrinker operations by Dave Chinner · 13 years ago
  70. 4f8c19f inode: remove iprune_sem by Dave Chinner · 13 years ago
  71. b0d40c9 superblock: introduce per-sb cache shrinker infrastructure by Dave Chinner · 13 years ago
  72. 55fb25d5 xfs: add size update tracepoint to IO completion by Dave Chinner · 13 years ago
  73. af3e402 xfs: convert AIL cursors to use struct list_head by Dave Chinner · 13 years ago
  74. 16b5902 xfs: remove confusing ail cursor wrapper by Dave Chinner · 13 years ago
  75. 1d8c95a xfs: use a cursor for bulk AIL insertion by Dave Chinner · 13 years ago
  76. ad1a2c8 xfs: failure mapping nfs fh to inode should return ESTALE by J. Bruce Fields · 13 years ago
  77. adab0f6 xfs: Remove the second parameter to xfs_sb_count() by Chandra Seetharaman · 13 years ago
  78. 12ad3ab superblock: move pin_sb_for_writeback() to fs/super.c by Dave Chinner · 13 years ago
  79. 09cc9fc inode: move to per-sb LRU locks by Dave Chinner · 13 years ago
  80. 98b745c inode: Make unused inode LRU per superblock by Dave Chinner · 13 years ago
  81. fcb94f7 inode: convert inode_stat.nr_unused to per-cpu counters by Dave Chinner · 13 years ago
  82. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  83. 0c1aa9a deuglify squashfs_lookup() by Al Viro · 13 years ago
  84. 5b4b299 nfsd4_list_rec_dir(): don't bother with reopening rec_file by Al Viro · 13 years ago
  85. e7f5909 kill useless checks for sb->s_op == NULL by Al Viro · 13 years ago
  86. 0ee5dc6 btrfs: kill magical embedded struct superblock by Al Viro · 13 years ago
  87. fb408e6 get rid of pointless checks for dentry->sb == NULL by Al Viro · 13 years ago
  88. a4464db Make ->d_sb assign-once and always non-NULL by Al Viro · 13 years ago
  89. e3c3d9c unexport kern_path_parent() by Al Viro · 13 years ago
  90. e0a0124 switch vfs_path_lookup() to struct path by Al Viro · 13 years ago
  91. ed75e95 kill lookup_create() by Al Viro · 13 years ago
  92. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 13 years ago
  93. 49084c3 kill LOOKUP_CONTINUE by Al Viro · 13 years ago
  94. 8aeb376 nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step by Al Viro · 13 years ago
  95. 4352780 cifs_lookup(): LOOKUP_OPEN is set only on the last component by Al Viro · 13 years ago
  96. a127e0a ceph: LOOKUP_OPEN is set only when it's the last component by Al Viro · 13 years ago
  97. 5c0f360 jfs_ci_revalidate() is safe from RCU mode by Al Viro · 13 years ago
  98. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  99. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  100. bf6c7f6 don't pass nameidata to vfs_create() from ecryptfs_create() by Al Viro · 13 years ago