1. b2f28bd nfs41: prepare for back channel drc by Andy Adamson · 15 years ago
  2. e95e60d nfs41: remove uneeded checks in callback processing by Andy Adamson · 15 years ago
  3. b92b301 nfs41: directly encode back channel error by Andy Adamson · 15 years ago
  4. 31d2b43 nfs41: fix wrong error on callback header xdr overflow by Andy Adamson · 15 years ago
  5. 72ce2b3 nfs41: Process callback's referring call list by Mike Sager · 15 years ago
  6. a7989c3 nfs41: Check slot table for referring calls by Mike Sager · 15 years ago
  7. 8e0d46e nfs41: Adjust max cache response size value by Mike Sager · 15 years ago
  8. 97cefcc nfs: handle NFSv2 -EKEYEXPIRED returns from RPC layer appropriately by Jeff Layton · 15 years ago
  9. b68d69b nfs: handle NFSv3 -EKEYEXPIRED errors as we would -EJUKEBOX by Jeff Layton · 15 years ago
  10. 2c64348 nfs4: handle -EKEYEXPIRED errors from RPC layer by Jeff Layton · 15 years ago
  11. 3af9cf11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 15 years ago
  12. deb0c98 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  13. a5f28ae Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  14. bf2d29c 9p: fix memory leak in v9fs_parse_options() by Eric Van Hensbergen · 15 years ago
  15. d8c8a9e 9p: fix option parsing by Eric Van Hensbergen · 15 years ago
  16. 7a4439c 9p: Include fsync support for 9p client by M. Mohan Kumar · 15 years ago
  17. 6efd806 ocfs2/cluster: Make o2net connect messages KERN_NOTICE by Sunil Mushran · 15 years ago
  18. 86a06ab ocfs2/dlm: Fix printing of lockname by Sunil Mushran · 15 years ago
  19. 260c64d Revert "nfsd4: fix error return when pseudoroot missing" by J. Bruce Fields · 15 years ago
  20. 6339204 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  21. 80e1e82 Fix race in tty_fasync() properly by Linus Torvalds · 15 years ago
  22. 89068c5 Take ima_file_free() to proper place. by Al Viro · 15 years ago
  23. 9bbb6ca ima: rename ima_path_check to ima_file_check by Mimi Zohar · 15 years ago
  24. 8eb988c fix ima breakage by Mimi Zohar · 15 years ago
  25. 1e41568 Take ima_path_check() in nfsd past dentry_open() in nfsd_open() by Al Viro · 15 years ago
  26. 4b06e5b freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb by Jun'ichi Nomura · 15 years ago
  27. 8dd5ca5 befs: fix leak by Al Viro · 15 years ago
  28. bd6b0bf ocfs2: Fix contiguousness check in ocfs2_try_to_merge_extent_map() by Roel Kluin · 15 years ago
  29. adbfbcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  30. a9861b5 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  31. a3a71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 15 years ago
  32. 23b5c50 Btrfs: apply updated fallocate i_size fix by Aneesh Kumar K.V · 15 years ago
  33. efd049f Btrfs: do not try and lookup the file extent when finishing ordered io by Josef Bacik · 15 years ago
  34. 7a7965f Btrfs: Fix oopsen when dropping empty tree. by Yan, Zheng · 15 years ago
  35. d7ce584 Btrfs: remove BUG_ON() due to mounting bad filesystem by Miao Xie · 15 years ago
  36. 014e4ac Btrfs: make error return negative in btrfs_sync_file() by Roel Kluin · 15 years ago
  37. f044ba7 Btrfs: fix race between allocate and release extent buffer. by Yan, Zheng · 15 years ago
  38. cda70ba ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead node by Sunil Mushran · 15 years ago
  39. 079b805 ocfs2: Plugs race between the dc thread and an unlock ast message by Sunil Mushran · 15 years ago
  40. c1c0cbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  41. 9b4b351 NFS: Don't clobber the attribute type in nfs_update_inode() by Trond Myklebust · 15 years ago
  42. 387c149 NFS: Fix a umount race by Trond Myklebust · 15 years ago
  43. 9f557cd NFS: Fix an Oops when truncating a file by Trond Myklebust · 15 years ago
  44. 8f05228 GFS2: Extend umount wait coverage to full glock lifetime by Steven Whitehouse · 15 years ago
  45. e402746 GFS2: Wait for unlock completion on umount by Steven Whitehouse · 15 years ago
  46. db0f6ce ocfs2: Remove overzealous BUG_ON during blocked lock processing by Sunil Mushran · 15 years ago
  47. 0d74125 ocfs2: Do not downconvert if the lock level is already compatible by Sunil Mushran · 15 years ago
  48. a191282 ocfs2: Prevent a livelock in dlmglue by Sunil Mushran · 15 years ago
  49. 0b94a90 ocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bast by Wengang Wang · 15 years ago
  50. 34e6c59 ocfs2: Use compat_ptr in reflink_arguments. by Tao Ma · 15 years ago
  51. cd34edd ocfs2/dlm: Handle EAGAIN for compatibility - v2 by Sunil Mushran · 15 years ago
  52. 60c4867 ocfs2: Add parenthesis to wrap the check for O_DIRECT. by Tao Ma · 15 years ago
  53. 0a1ea43 ocfs2: Only bug out when page size is larger than cluster size. by Tao Ma · 15 years ago
  54. d622b89 ocfs2: Fix memory overflow in cow_by_page. by Tao Ma · 15 years ago
  55. 931e80e mm: flush dcache before writing into page to avoid alias by anfei zhou · 15 years ago
  56. 1a45dcf Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  57. 4dab75e Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 15 years ago
  58. 7ab02af Fix 'flush_old_exec()/setup_new_exec()' split by Linus Torvalds · 15 years ago
  59. 13af757 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
  60. ea8d62d GFS2: Use GFP_NOFS for alloc structure by Steven Whitehouse · 15 years ago
  61. 7fe3ec6 GFS2: Fix previous patch by Steven Whitehouse · 15 years ago
  62. 55f0b4c GFS2: Don't withdraw on partial rindex entries by Benjamin Marzinski · 15 years ago
  63. 3256a05 nilfs2: fix potential leak of dirty data on umount by Ryusuke Konishi · 15 years ago
  64. 9e9432c block: fix bugs in bio-integrity mempool usage by Chuck Ebbert · 15 years ago
  65. 67f15b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  66. 221af7f Split 'flush_old_exec' into two functions by Linus Torvalds · 15 years ago
  67. 035fe03 Btrfs: check total number of devices when removing missing by Josef Bacik · 15 years ago
  68. 7f59203 Btrfs: check return value of open_bdev_exclusive properly by Josef Bacik · 15 years ago
  69. f48b907 Btrfs: do not mark the chunk as readonly if in degraded mode by Josef Bacik · 15 years ago
  70. e3acc2a Btrfs: run orphan cleanup on default fs root by Josef Bacik · 15 years ago
  71. f858153 Btrfs: fix a memory leak in btrfs_init_acl by Yang Hongyang · 15 years ago
  72. d1ea6a6 Btrfs: Use correct values when updating inode i_size on fallocate by Aneesh Kumar K.V · 15 years ago
  73. b8d9bfe Btrfs: remove tree_search() in extent_map.c by Miao Xie · 15 years ago
  74. a555f81 Btrfs: Add mount -o compress-force by Chris Mason · 15 years ago
  75. 1d61658 block: fix bio_add_page for non trivial merge_bvec_fn case by Dmitry Monakhov · 15 years ago
  76. bbec919 reiserfs: Fix vmalloc call under reiserfs lock by Frederic Weisbecker · 15 years ago
  77. 083c73c fix oops in fs/9p late mount failure by Al Viro · 15 years ago
  78. 7e32b7b fix leak in romfs_fill_super() by Al Viro · 15 years ago
  79. ef52c75 get rid of pointless checks after simple_pin_fs() by Al Viro · 15 years ago
  80. 5998649 Fix failure exits in bfs_fill_super() by Al Viro · 15 years ago
  81. 217686e fix affs parse_options() by Al Viro · 15 years ago
  82. 2933392 Fix remount races with symlink handling in affs by Al Viro · 15 years ago
  83. afc70ed Fix a leak in affs_fill_super() by Al Viro · 15 years ago
  84. b04da8b fnctl: f_modown should call write_lock_irqsave/restore by Greg Kroah-Hartman · 15 years ago
  85. a2c0b9e NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctly by Trond Myklebust · 15 years ago
  86. 0339169 NFSv4.1: Don't call nfs4_schedule_state_recovery() unnecessarily by Trond Myklebust · 15 years ago
  87. 8e469eb NFSv4: Don't allow posix locking against servers that don't support it by Trond Myklebust · 15 years ago
  88. 2bee72a NFSv4: Ensure that the NFSv4 locking can recover from stateid errors by Trond Myklebust · 15 years ago
  89. b0706ca NFS: Avoid warnings when CONFIG_NFS_V4=n by David Howells · 15 years ago
  90. 0aa0588 NFS: Make nfs_commitdata_release static by H Hartley Sweeten · 15 years ago
  91. 82be934 NFS: Try to commit unstable writes in nfs_release_page() by Trond Myklebust · 15 years ago
  92. c9edda7 NFS: Fix a reference leak in nfs_wb_cancel_page() by Trond Myklebust · 15 years ago
  93. 26636bf ocfs2/dlm: Print more messages during lock migration by Sunil Mushran · 15 years ago
  94. 71656fa ocfs2/dlm: Ignore LVBs of locks in the Blocked list by Sunil Mushran · 15 years ago
  95. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 15 years ago
  96. e5f2cb2 ocfs2: fix a misleading variable name by Wengang Wang · 15 years ago
  97. 1097df3 ocfs2: Sync max_inline_data_with_xattr from tools. by Tao Ma · 15 years ago
  98. 9a3cbe3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  99. cb289d6 eventfd - allow atomic read and waitqueue remove by Davide Libenzi · 15 years ago
  100. bdeef61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 15 years ago