1. dcef041 nfsd4: move some of nfs4_stateid into a separate structure by J. Bruce Fields · 14 years ago
  2. 91a8c04 nfsd4: remove redundant stateid initialization by J. Bruce Fields · 14 years ago
  3. 881ea2b nfsd4: rename init_stateid by J. Bruce Fields · 14 years ago
  4. 2288d0e nfsd4: pass around typemask instead of flags by J. Bruce Fields · 14 years ago
  5. c0a5d93 nfsd4: split preprocess_seqid, cleanup by J. Bruce Fields · 14 years ago
  6. 4d71ab8 nfsd4: split up find_stateid by J. Bruce Fields · 14 years ago
  7. 4581d14 nfsd4: rearrange to avoid a forward reference by J. Bruce Fields · 14 years ago
  8. 4665e2b nfsd4: split out some free_generic_stateid code by J. Bruce Fields · 14 years ago
  9. fe0750e nfsd4: split stateowners into open and lockowners by J. Bruce Fields · 14 years ago
  10. f4dee24 nfsd4: move CLOSE_STATE special case to caller by J. Bruce Fields · 14 years ago
  11. 68b66e8 nfsd4: move double-confirm test to open_confirm by J. Bruce Fields · 14 years ago
  12. 77eaae8 nfsd4: simplify check_open logic by J. Bruce Fields · 14 years ago
  13. 7a8711c nfsd4: share common seqid checks by J. Bruce Fields · 14 years ago
  14. 16d2594 nfsd4: eliminate unused lt_stateowner by J. Bruce Fields · 14 years ago
  15. 7c13f34 nfsd4: drop most stateowner refcounting by J. Bruce Fields · 14 years ago
  16. fff6ca9 nfsd4: eliminate impossible open replay case by J. Bruce Fields · 14 years ago
  17. 5ec094c nfsd4: extend state lock over seqid replay logic by J. Bruce Fields · 14 years ago
  18. 9072d5c nfsd4: cleanup seqid op stateowner usage by J. Bruce Fields · 14 years ago
  19. f3e4223 nfsd4: centralize handling of replay owners by J. Bruce Fields · 14 years ago
  20. 73997dc nfsd4: make delegation stateid's seqid start at 1 by J. Bruce Fields · 14 years ago
  21. 81b8296 nfsd4: simplify stateid generation code, fix wraparound by J. Bruce Fields · 14 years ago
  22. b79abad nfsd4: consolidate lock & open stateid tables by J. Bruce Fields · 14 years ago
  23. 5fa0bbb nfsd4: simplify distinguishing lock & open stateid's by J. Bruce Fields · 14 years ago
  24. c2d8eb7 nfsd4: remove typoed replay field by J. Bruce Fields · 14 years ago
  25. b7d7ca3 nfsd4: fix off-by-one-error in SEQUENCE reply by J. Bruce Fields · 14 years ago
  26. c152292 nfsd: remove include/linux/nfsd/syscall.h by J. Bruce Fields · 14 years ago
  27. 3cc9fda4 nfsd4: remove redundant is_open_owner check by J. Bruce Fields · 14 years ago
  28. b34f27a nfsd4: get lock checks out of preprocess_seqid_op by J. Bruce Fields · 14 years ago
  29. 9afb978 nfsd4: simplify lock openmode check by J. Bruce Fields · 14 years ago
  30. a9004ab nfsd4: cleanup and consolidate seqid_mutating_err by J. Bruce Fields · 14 years ago
  31. 28dde24 nfsd4: remove HAS_SESSION by J. Bruce Fields · 14 years ago
  32. ff194bd nfsd4: cleanup lock/stateowner initialization by J. Bruce Fields · 14 years ago
  33. 506f275 nfsd4: name openowner data structures more clearly by J. Bruce Fields · 14 years ago
  34. ddc04c4 nfsd4: replace some macros by functions by J. Bruce Fields · 14 years ago
  35. 3e77246 nfsd4: stop using nfserr_resource for transitory errors by J. Bruce Fields · 14 years ago
  36. 6577aac nfsd4: fix failure to end nfsd4 grace period by Boaz Harrosh · 14 years ago
  37. 48483bf nfsd4: simplify recovery dir setting by J. Bruce Fields · 14 years ago
  38. 8e82fa8 nfsd: prettify NFSD_MAY_* flag definitions by J. Bruce Fields · 14 years ago
  39. a043226 nfsd4: permit read opens of executable-only files by J. Bruce Fields · 14 years ago
  40. c10bd39 Remove include/linux/nfsd/const.h by J. Bruce Fields · 14 years ago
  41. 75c096f nfsd4: it's OK to return nfserr_symlink by J. Bruce Fields · 14 years ago
  42. e281d81 nfsd4: fix incorrect comment in nfsd4_set_nfs4_acl by J. Bruce Fields · 14 years ago
  43. e10f9e1 nfsd: clean up nfsd_mode_check() by J. Bruce Fields · 14 years ago
  44. 7d818a7 nfsd: open-code special directory-hardlink check by J. Bruce Fields · 14 years ago
  45. 3d2544b nfsd4: clean up S_IS -> NF4 file type mapping by J. Bruce Fields · 14 years ago
  46. 11fd165 sunrpc: use better NUMA affinities by Eric Dumazet · 14 years ago
  47. c1f24ef locks: setlease cleanup by J. Bruce Fields · 14 years ago
  48. 778fc54 locks: fix tracking of inprogress lease breaks by J. Bruce Fields · 14 years ago
  49. 710b721 locks: move F_INPROGRESS from fl_type to fl_flags field by J. Bruce Fields · 14 years ago
  50. ab83fa4 locks: minor lease cleanup by J. Bruce Fields · 14 years ago
  51. aadab6c nfsd4: return nfserr_symlink on v4 OPEN of non-regular file by J. Bruce Fields · 14 years ago
  52. 5761630 nfsd4: fix seqid_mutating_error by J. Bruce Fields · 14 years ago
  53. 832023b nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir() by Bernd Schubert · 14 years ago
  54. 7813b94 vfs: rename 'do_follow_link' to 'should_follow_link' by Linus Torvalds · 14 years ago
  55. 206b1d0 Fix POSIX ACL permission check by Ari Savolainen · 14 years ago
  56. c2f340a Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 14 years ago
  57. 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 14 years ago
  58. 830c0f0 vfs: renumber DCACHE_xyz flags, remove some stale ones by Linus Torvalds · 14 years ago
  59. cf283ad ore: Make ore its own module by Boaz Harrosh · 14 years ago
  60. 8ff660a exofs: Rename raid engine from exofs/ios.c => ore by Boaz Harrosh · 14 years ago
  61. 9e9db45 exofs: ios: Move to a per inode components & device-table by Boaz Harrosh · 14 years ago
  62. 85e44df exofs: Move exofs specific osd operations out of ios.c by Boaz Harrosh · 14 years ago
  63. e1042ba exofs: Add offset/length to exofs_get_io_state by Boaz Harrosh · 14 years ago
  64. 1957e7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  65. 1117f72 vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files by Linus Torvalds · 14 years ago
  66. c214270 oom_ajd: don't use WARN_ONCE, just use printk_once by Linus Torvalds · 14 years ago
  67. 80975d2 cifs: cope with negative dentries in cifs_get_root by Jeff Layton · 14 years ago
  68. f9e8c45 cifs: convert prefixpath delimiters in cifs_build_path_to_root by Jeff Layton · 14 years ago
  69. 24f0eed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  70. 16f75bb exofs: Fix truncate for the raid-groups case by Boaz Harrosh · 14 years ago
  71. 9ce7304 exofs: Small cleanup of exofs_fill_super by Boaz Harrosh · 14 years ago
  72. 6d4073e exofs: BUG: Avoid sbi realloc by Boaz Harrosh · 14 years ago
  73. 26ae93c exofs: Remove pnfs-osd private definitions by Boaz Harrosh · 15 years ago
  74. 14595f7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  75. 206506c tmpfs: expand "help" to explain value of TMPFS_POSIX_ACL by Robert P. J. Day · 14 years ago
  76. 31475dd mm: a few small updates for radix-swap by Hugh Dickins · 14 years ago
  77. 2af1416 fs/dcache.c: fix new kernel-doc warning by Randy Dunlap · 14 years ago
  78. 0193e07 CIFS: Fix missing a decrement of inFlight value by Pavel Shilovsky · 14 years ago
  79. db9481c ext4: use kzalloc in ext4_kzalloc() by Mathias Krause · 14 years ago
  80. ed8f373 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  81. 3567866 RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached by Al Viro · 14 years ago
  82. b802898 cifs: demote DFS referral lookup errors to cFYI by Jeff Layton · 14 years ago
  83. fc05a78 Revert "cifs: advertise the right receive buffer size to the server" by Steve French · 14 years ago
  84. da5aa86 fix block device fallout from ->fsync() changes by Rafael J. Wysocki · 14 years ago
  85. 60ad446 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  86. 1b8e949 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  87. a2d7730 Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 14 years ago
  88. 79a77c5 ext4: prevent memory leaks from ext4_mb_init_backend() on error path by Yu Jian · 14 years ago
  89. 48e6061 ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode # by Yu Jian · 14 years ago
  90. 9d8b9ec ext4: use ext4_msg() instead of printk in mballoc by Theodore Ts'o · 14 years ago
  91. 0d10ee2 Btrfs: don't call writepages from within write_full_page by Josef Bacik · 14 years ago
  92. 341d14f Btrfs: Remove unused variable 'last_index' in file.c by Mitch Harder · 14 years ago
  93. 69261c4 Btrfs: clean up for find_first_extent_bit() by Xiao Guangrong · 14 years ago
  94. ded91f0 Btrfs: clean up for wait_extent_bit() by Xiao Guangrong · 14 years ago
  95. 3150b69 Btrfs: clean up for insert_state() by Xiao Guangrong · 14 years ago
  96. 3a6d457 Btrfs: remove unused members from struct extent_state by Xiao Guangrong · 14 years ago
  97. 4d2c8f62 Btrfs: clean up code for merging extent maps by Li Zefan · 14 years ago
  98. ed64f06 Btrfs: clean up code for extent_map lookup by Li Zefan · 14 years ago
  99. 7e016a0 Btrfs: clean up search_extent_mapping() by Li Zefan · 14 years ago
  100. 85d85a7 Btrfs: remove redundant code for dir item lookup by Li Zefan · 14 years ago