1. 7ca5736 ocfs2: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 15 years ago
  2. 8cbfa53 exofs: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 15 years ago
  3. 052e2a1 nfs: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 15 years ago
  4. 5afcb94 ext2: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 15 years ago
  5. 5a61a245 ext3: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 15 years ago
  6. 40ebc0a ext4: remove unnecessary dentry_unhash on rmdir/rename_dir by Sage Weil · 15 years ago
  7. f64f58f btrfs: remove unnecessary dentry_unhash in rmdir/rename_dir by Sage Weil · 15 years ago
  8. 051e8f0e ceph: remove unnecessary dentry_unhash calls by Sage Weil · 15 years ago
  9. 51892bb vfs: clean up vfs_rename_other by Sage Weil · 15 years ago
  10. 9055cba vfs: clean up vfs_rename_dir by Sage Weil · 15 years ago
  11. 912dbc1 vfs: clean up vfs_rmdir by Sage Weil · 15 years ago
  12. b5afd2c vfs: fix vfs_rename_dir for FS_RENAME_DOES_D_MOVE filesystems by Miklos Szeredi · 15 years ago
  13. 5c5d3f3 libfs: drop unneeded dentry_unhash by Sage Weil · 15 years ago
  14. a71905f vfs: update dentry_unhash() comment by Sage Weil · 15 years ago
  15. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 15 years ago
  16. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 15 years ago
  17. 64252c7 vfs: remove dget() from dentry_unhash() by Sage Weil · 15 years ago
  18. 4829369 vfs: dentry_unhash immediately prior to rmdir by Sage Weil · 15 years ago
  19. ea13a86 vfs: Block mmapped writes while the fs is frozen by Jan Kara · 15 years ago
  20. 24da4fa vfs: Create __block_page_mkwrite() helper passing error values back by Jan Kara · 15 years ago
  21. 7c6e984 fs/namespace.c: bound mount propagation fix by Roman Borisov · 15 years ago
  22. 79fead4 exportfs: reallow building as a module by Jonas Gorski · 15 years ago
  23. 9f1fafe merge handle_reval_dot and nameidata_drop_rcu_last by Al Viro · 15 years ago
  24. 19660af consolidate nameidata_..._drop_rcu() by Al Viro · 15 years ago
  25. 9cab1ba Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  26. 6d4831c vfs: avoid large kmalloc()s for the fdtable by Andrew Morton · 15 years ago
  27. 26c4c17 nfs: don't lose MS_SYNCHRONOUS on remount of noac mount by Jeff Layton · 15 years ago
  28. 613e901 NFS: Return meaningful status from decode_secinfo() by Bryan Schumaker · 15 years ago
  29. 28331a4 NFSv4: Ensure we request the ordinary fileid when doing readdirplus by Trond Myklebust · 15 years ago
  30. e9c5499 Revert wrong fixes for common misspellings by Lucas De Marchi · 15 years ago
  31. 019793b Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  32. cb49f57 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  33. f727a93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  34. cd2e49e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 15 years ago
  35. 1879fd6 add hlist_bl_lock/unlock helpers by Christoph Hellwig · 15 years ago
  36. 5be79de eCryptfs: Flush dirty pages in setattr by Tyler Hicks · 15 years ago
  37. 3aeb86e eCryptfs: Handle failed metadata read in lookup by Tyler Hicks · 15 years ago
  38. 7cf96da Btrfs: cleanup error handling in inode.c by Tsutomu Itoh · 15 years ago
  39. 64728bb Btrfs: put the right bio if we have an error by Josef Bacik · 15 years ago
  40. a4f0162 Btrfs: free bitmaps properly when evicting the cache by Josef Bacik · 15 years ago
  41. f789b68 Btrfs: Free free_space item properly in btrfs_trim_block_group() by Li Zefan · 15 years ago
  42. cfece4d btrfs: add missing spin_unlock to a rare exit path by David Sterba · 15 years ago
  43. 8d41371 Btrfs: check return value of kmalloc() by Tsutomu Itoh · 15 years ago
  44. 43e817a btrfs: fix wrong allocating flag when reading page by Itaru Kitayama · 15 years ago
  45. a62f44a Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log() by Tsutomu Itoh · 15 years ago
  46. 332ab16 eCryptfs: Add reference counting to lower files by Tyler Hicks · 15 years ago
  47. dd55c89 eCryptfs: dput dentries returned from dget_parent by Tyler Hicks · 15 years ago
  48. 35ffa94 eCryptfs: Remove extra d_delete in ecryptfs_rmdir by Tyler Hicks · 15 years ago
  49. 1bd714f NFSv4: Ensure that clientid and session establishment can time out by Trond Myklebust · 15 years ago
  50. fd954ae NFSv4.1: Don't loop forever in nfs4_proc_create_session by Trond Myklebust · 15 years ago
  51. 5dd12af Merge branch 'dcache-cleanup' by Linus Torvalds · 15 years ago
  52. 1f91f48 Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  53. dea3667 vfs: get rid of insane dentry hashing rules by Linus Torvalds · 15 years ago
  54. b07ad99 vfs: get rid of 'struct dcache_hash_bucket' abstraction by Linus Torvalds · 15 years ago
  55. 4906e50 CIFS: Fix memory over bound bug in cifs_parse_mount_options by Pavel Shilovsky · 15 years ago
  56. 37fc67c Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  57. df7e130 vfs: Pass setxattr(2) flags properly by Jan Kara · 15 years ago
  58. 6e0d9fd UBIFS: fix master node recovery by Artem Bityutskiy · 15 years ago
  59. 1a067a2 UBIFS: fix false assertion warning in case of I/O failures by Artem Bityutskiy · 15 years ago
  60. 18995ba Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  61. 3eff126 xfs: fix duplicate message output by Dave Chinner · 15 years ago
  62. 8c230d9 UBIFS: fix false space checking failure by Artem Bityutskiy · 15 years ago
  63. 1574dff Open with O_CREAT flag set fails to open existing files on non writable directories by Sachin Prabhu · 15 years ago
  64. 211588a Btrfs: do some plugging in the submit_bio threads by Chris Mason · 15 years ago
  65. a96e5b9 nfsd4: Fix filp leak by OGAWA Hirofumi · 15 years ago
  66. f28c617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 15 years ago
  67. fb8a5ba NFSv4: Handle NFS4ERR_WRONGSEC outside of nfs4_handle_exception() by Bryan Schumaker · 15 years ago
  68. 468f861 NFSv4.1: Don't update sequence number if rpc_task is not sent by Bryan Schumaker · 15 years ago
  69. adff377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  70. d8bdc59 proc: do proper range check on readdir offset by Linus Torvalds · 15 years ago
  71. 4ee6362 nfsd4: fix struct file leak on delegation by J. Bruce Fields · 15 years ago
  72. 44ad37d GFS2: filesystem hang caused by incorrect lock order by Bob Peterson · 15 years ago
  73. 001e8e8 GFS2: Don't try to deallocate unlinked inodes when mounted ro by Steven Whitehouse · 15 years ago
  74. 0ee5320 GFS2: directly write blocks past i_size by Benjamin Marzinski · 15 years ago
  75. deab72d GFS2: write_end error path fails to unlock transaction lock by Bob Peterson · 15 years ago
  76. f65647c Btrfs: fix free space cache leak by Chris Mason · 15 years ago
  77. fff3e5a fs: synchronize_rcu when unregister_filesystem success not failure by Milton Miller · 15 years ago
  78. 6d74119 Btrfs: avoid taking the chunk_mutex in do_chunk_alloc by Josef Bacik · 15 years ago
  79. 0d39920 Btrfs end_bio_extent_readpage should look for locked bits by Chris Mason · 15 years ago
  80. 0ebc115 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 15 years ago
  81. 47c2199 NFSv4.1: Ensure state manager thread dies on last umount by Trond Myklebust · 15 years ago
  82. c153001 vfs: Fix absolute RCU path walk failures due to uninitialized seq number by Tim Chen · 15 years ago
  83. 936bb2d fs/9p: Fix error reported by coccicheck by Aneesh Kumar K.V · 15 years ago
  84. df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 15 years ago
  85. c2ed388 fs/9p: Use write_inode for data sync on server by Aneesh Kumar K.V · 15 years ago
  86. f2eda2c fs/9p: Fix revalidate to return correct value by Aneesh Kumar K.V · 15 years ago
  87. 0e4f8f8 Btrfs: don't force chunk allocation in find_free_extent by Chris Mason · 15 years ago
  88. a970f5d Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  89. 7ebfa57 vfs: fix incorrect dentry_update_name_case() BUG_ON() test by Linus Torvalds · 15 years ago
  90. b836aec ramfs: fix memleak on no-mmu arch by Bob Liu · 15 years ago
  91. ed5afea fs/fhandle.c: add <linux/personality.h> for ia64 by Jeff Mahoney · 15 years ago
  92. 4471a67 brk: COMPAT_BRK: fix detection of randomized brk by Jiri Kosina · 15 years ago
  93. c340b1d fs/partitions/ldm.c: fix oops caused by corrupted partition table by Timo Warns · 15 years ago
  94. c3dfc28 NFS: Use correct variable for page bounds checking by Bryan Schumaker · 15 years ago
  95. 9b7160c NFS: don't negotiate when user specifies sec flavor by Bryan Schumaker · 15 years ago
  96. 801a16d NFS: Attempt mount with default sec flavor first by Bryan Schumaker · 15 years ago
  97. 0fabee2 NFS: flav_array honors NFS_MAX_SECFLAVORS by Bryan Schumaker · 15 years ago
  98. d1a8016 NFS: Fix infinite loop in gss_create_upcall() by Bryan Schumaker · 15 years ago
  99. 79a48a1 Don't mark_inode_dirty_sync() while holding lock by Weston Andros Adamson · 15 years ago
  100. 1dcffad UBIFS: fix compilation warnings when compiling with gcc 4.5 by Maksim Rayskiy · 15 years ago