1. 69dd716 NFSv4: Add socket proto argument to setclientid by Trond Myklebust · 17 years ago
  2. 3c7c7e4 NFS: Pull covers off IPv6 address parsing by Chuck Lever · 17 years ago
  3. 4c56801 NFS: Support non-IPv4 addresses in nfs_parsed_mount_data by Chuck Lever · 17 years ago
  4. 9412b92 NFS: Refactor mount option address parsing into separate function by Chuck Lever · 17 years ago
  5. 3383203 NFS: Remove the NIPQUAD from nfs_try_mount by Chuck Lever · 17 years ago
  6. 6677d09 NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *" by Chuck Lever · 17 years ago
  7. dcecae0 NFS: Change nfs4_set_client() to accept struct sockaddr * by Chuck Lever · 17 years ago
  8. d7422c4 NFS: Change nfs_get_client() to take sockaddr * by Chuck Lever · 17 years ago
  9. ff05264 NFS: Change nfs_find_client() to take "struct sockaddr *" by Chuck Lever · 17 years ago
  10. c1d3586 NFS: Change cb_recallargs to pass "struct sockaddr *" instead of sockaddr_in by Chuck Lever · 17 years ago
  11. 671beed NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_in by Chuck Lever · 17 years ago
  12. 6e4cffd NFS: Expand server address storage in nfs_client struct by Chuck Lever · 17 years ago
  13. 3b0d3f9 NFS: Add support for AF_INET6 addresses in __nfs_find_client() by Trond Myklebust · 17 years ago
  14. 0d0f0c1 NFS: Set default port for NFSv4, with support for AF_INET6 by Chuck Lever · 17 years ago
  15. 04dcd6e NFS: Make setting a port number agostic by Chuck Lever · 17 years ago
  16. cdcd7f9a NFS: Verify IPv6 addresses properly by Chuck Lever · 17 years ago
  17. fd00a8f NFS: Add support for AF_INET6 addresses in nfs_compare_super() by Chuck Lever · 17 years ago
  18. 3f43c66 NFS: Address a couple of nits in nfs_follow_referral() by Chuck Lever · 17 years ago
  19. 1d98fe6 NFS: Move dprintks from callback.c to callback_proc.c by Chuck Lever · 17 years ago
  20. 5d8515c NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr) by Chuck Lever · 17 years ago
  21. d4d3c50 NFS: Enable NFS client to generate CLIENTID strings with IPv6 addresses by Chuck Lever · 17 years ago
  22. cc38bac NFS: Ensure NFSv4 SETCLIENTID send buffer is large enough by Chuck Lever · 17 years ago
  23. 40c55319 NFS: Remove the redundant nfs_client->cl_nfsversion by Trond Myklebust · 17 years ago
  24. c81468a NFS: Clean up the nfs_find_client function. by Trond Myklebust · 17 years ago
  25. 3a49802 NFS: Clean up the nfs_client initialisation by Trond Myklebust · 17 years ago
  26. bfc69a4 NFS: define a function to update nfsi->cache_change_attribute by Trond Myklebust · 17 years ago
  27. 5cce428 NFS: Remove an unneeded check in decode_compound_header_arg() by Chuck Lever · 17 years ago
  28. d45273e NFS: Clean up address comparison in __nfs_find_client() by Chuck Lever · 17 years ago
  29. 6a0ed1d NFS: Clean up: copy hostname with kstrndup during mount processing by Chuck Lever · 17 years ago
  30. e887cbc NFS: Remove support for the 'mountprog' option by Chuck Lever · 17 years ago
  31. ad879ce NFS: Remove support for the 'nfsprog' option by Chuck Lever · 17 years ago
  32. 0eb2574 NFS: Ensure that NFS version 4 mounts use NFS_PORT if nfsport wasn't set by Chuck Lever · 17 years ago
  33. 28c494c NFS: Prevent nfs_getattr() hang during heavy write workloads by Chuck Lever · 17 years ago
  34. 464ad6b NFS: Change sign of some loop indices in nfs4xdr.c by Chuck Lever · 17 years ago
  35. bcecff7 NFS: Use unsigned intermediates for manipulating header lengths (NFSv4 XDR) by Chuck Lever · 17 years ago
  36. c957c52 NFS: Use unsigned intermediates for manipulating header lengths (NFSv3 XDR) by Chuck Lever · 17 years ago
  37. 6232dbb NFS: Use unsigned intermediates for manipulating header lengths (NFSv2 XDR) by Chuck Lever · 17 years ago
  38. 8a8c74b NFS: Ensure nfs_wcc_update_inode always converts file size to loff_t by Chuck Lever · 17 years ago
  39. 0773769 NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task() by Trond Myklebust · 17 years ago
  40. 5138fde NFS/SUNRPC: Convert all users of rpc_call_setup() by Trond Myklebust · 17 years ago
  41. bdc7f02 NFS: Clean up the (commit|read|write)_setup() callback routines by Trond Myklebust · 17 years ago
  42. 3ff7576 SUNRPC: Clean up the initialisation of priority queue scheduling info. by Trond Myklebust · 17 years ago
  43. c970aa8 SUNRPC: Clean up rpc_run_task by Trond Myklebust · 17 years ago
  44. 84115e1 SUNRPC: Cleanup of rpc_task initialisation by Trond Myklebust · 17 years ago
  45. ef818a2 NFS: Stop sillyname renames and unmounts from racing by Steve Dickson · 17 years ago
  46. 2f74c0a NFSv4: Clean up the OPEN/CLOSE serialisation code by Trond Myklebust · 17 years ago
  47. acee478 NFS: Clean up the write request locking. by Trond Myklebust · 17 years ago
  48. 8b1f9ee NFS: Optimise nfs_vm_page_mkwrite() by Trond Myklebust · 17 years ago
  49. 77f1119 NFS: Ensure that we eject stale inodes as soon as possible by Trond Myklebust · 17 years ago
  50. d45b9d8 NFS: Handle -ENOENT errors in unlink()/rmdir()/rename() by Trond Myklebust · 17 years ago
  51. 609005c NFS: Sillyrename: in the case of a race, check aliases are really positive by Trond Myklebust · 17 years ago
  52. fccca7f NFS: Fix a sillyrename race... by Trond Myklebust · 17 years ago
  53. 9e97198 splice: fix problem with atime not being updated by Jens Axboe · 17 years ago
  54. 0ba6c33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25 by Linus Torvalds · 17 years ago
  55. 5ea293a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  56. 8cd226c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 17 years ago
  57. 4019191 jbd2: sparse pointer use of zero as null by Mingming Cao · 17 years ago
  58. db857da jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeup by Mingming Cao · 17 years ago
  59. 7716095 jbd2: Mark jbd2 slabs as SLAB_TEMPORARY by Mingming Cao · 17 years ago
  60. 7b75106 jbd2: add lockdep support by Mingming Cao · 17 years ago
  61. b939e37 ext4: Use the ext4_ext_actual_len() helper function by Aneesh Kumar K.V · 17 years ago
  62. dbf9d7d ext4: fix uniniatilized extent splitting error by Dmitry Monakhov · 17 years ago
  63. ce40733 ext4: Check for return value from sb_set_blocksize by Aneesh Kumar K.V · 17 years ago
  64. cb45bbe ext4: Add stripe= option to /proc/mounts by Miklos Szeredi · 17 years ago
  65. 3dbd0ed ext4: Enable the multiblock allocator by default by Aneesh Kumar K.V · 17 years ago
  66. c9de560 ext4: Add multi block allocator for ext4 by Alex Tomas · 17 years ago
  67. 1988b51 ext4: Add new functions for searching extent tree by Alex Tomas · 17 years ago
  68. c549a95 ext4: fix up EXT4FS_DEBUG builds by Eric Sandeen · 17 years ago
  69. aa22df2 ext4: Fix ext4_show_options to show the correct mount options. by Aneesh Kumar K.V · 17 years ago
  70. c14c6fd ext4: Add EXT4_IOC_MIGRATE ioctl by Aneesh Kumar K.V · 17 years ago
  71. 25ec56b ext4: Add inode version support in ext4 by Jean Noel Cordenner · 17 years ago
  72. 7a22422 vfs: Add 64 bit i_version support by Jean Noel Cordenner · 17 years ago
  73. 818d276 ext4: Add the journal checksum feature by Girish Shilamkar · 17 years ago
  74. 8e85fb3 jbd2: jbd2 stats through procfs by Johann Lombardi · 17 years ago
  75. 4df3d26 ext4: Take read lock during overwrite case. by Aneesh Kumar K.V · 17 years ago
  76. 0e855ac ext4: Convert truncate_mutex to read write semaphore. by Aneesh Kumar K.V · 17 years ago
  77. c278bfe ext4: Make ext4_get_blocks_wrap take the truncate_mutex early. by Aneesh Kumar K.V · 17 years ago
  78. 01f4adc ext4: remove unused code from ext4_find_entry() by Mariusz Kozlowski · 17 years ago
  79. 221879c ext4: Check for the correct error return from by Aneesh Kumar K.V · 17 years ago
  80. f5a7a6b jbd2: Fix assertion failure in fs/jbd2/checkpoint.c by Jan Kara · 17 years ago
  81. abcb294 ext4: add block bitmap validation by Aneesh Kumar K.V · 17 years ago
  82. 389d1b0 Add buffer head related helper functions by Aneesh Kumar K.V · 17 years ago
  83. bb4f397 ext4: Change the default behaviour on error by Aneesh Kumar K.V · 17 years ago
  84. e7c9559 ext4: fix oops on corrupted ext4 mount by Eric Sandeen · 17 years ago
  85. 07620f6 ext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT4DEV_*) by Adrian Bunk · 17 years ago
  86. cb47dce ext4: Return after ext4_error in case of failures by Aneesh Kumar K.V · 17 years ago
  87. fe7fdc3 ext3: Fix the max file size for ext3 file system. by Aneesh Kumar K.V · 17 years ago
  88. 902be4c ext2: Fix the max file size for ext2 file system. by Aneesh Kumar K.V · 17 years ago
  89. e2b4657 ext4: store maxbytes for bitmapped files and return EFBIG as appropriate by Eric Sandeen · 17 years ago
  90. 1929552 ext4: export iov_shorten from kernel for ext4's use by Eric Sandeen · 17 years ago
  91. cd2291a ext4: different maxbytes functions for bitmap & extent files by Eric Sandeen · 17 years ago
  92. 8180a56 ext4: Support large files by Aneesh Kumar K.V · 17 years ago
  93. 0fc1b45 ext4: Add support for 48 bit inode i_blocks. by Aneesh Kumar K.V · 17 years ago
  94. a48380f ext4: Rename i_dir_acl to i_size_high by Aneesh Kumar K.V · 17 years ago
  95. 7973c0c ext4: Rename i_file_acl to i_file_acl_lo by Aneesh Kumar K.V · 17 years ago
  96. 1d03ec9 ext4: Fix sparse warnings. by Aneesh Kumar K.V · 17 years ago
  97. 99e6f82 ext4: Introduce ext4_update_*_feature by Aneesh Kumar K.V · 17 years ago
  98. 2aa9fc4 ext4: fixes block group number being set to a negative value by Avantika Mathur · 17 years ago
  99. fd2d429 ext4: add ext4_group_t, and change all group variables to this type. by Avantika Mathur · 17 years ago
  100. bba9074 ext4 extents: remove unneeded casts by Eric Sandeen · 17 years ago