1. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  2. d414153 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  3. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  4. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  5. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  6. 1a9e64a cifs: use posix_unblock_lock instead of locks_delete_block by Jeff Layton · 11 years ago
  7. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  8. be4ccdc [readdir] convert cifs by Al Viro · 11 years ago
  9. 7ac0feb cifs: fill TRANS2_QUERY_FILE_INFO ByteCount fields by David Disseldorp · 11 years ago
  10. 207bc11 Merge branch 'freezer' by Rafael J. Wysocki · 11 years ago
  11. 5028588 cifs: fix SMB2 signing enablement in cifs_enable_signing by Jeff Layton · 11 years ago
  12. e65a5cb [CIFS] Fix build warning by Steve French · 11 years ago
  13. 429b46f [CIFS] SMB3 Signing enablement by Steve French · 11 years ago
  14. f87ab88 [CIFS] Do not set DFS flag on SMB2 open by Steve French · 11 years ago
  15. 84ceeb9 [CIFS] fix static checker warning by Steve French · 11 years ago
  16. 52dfb44 cifs: try to handle the MUST SecurityFlags sanely by Jeff Layton · 11 years ago
  17. 5d875cc When server doesn't provide SecurityBuffer on SMB2Negotiate pick default by Steve French · 11 years ago
  18. fdf96a9 Handle big endianness in NTLM (ntlmv2) authentication by Steve French · 11 years ago
  19. 2a2c41c revalidate directories instiantiated via FIND_* in order to handle DFS referrals by Jeff Layton · 11 years ago
  20. 4a72daf SMB2 FSCTL and IOCTL worker function by Steve French · 11 years ago
  21. 2b80d04 Charge at least one credit, if server says that it supports multicredit by Steve French · 11 years ago
  22. 7f65385 Remove typo by Steve French · 11 years ago
  23. c866473 Some missing share flags by Steve French · 11 years ago
  24. 46b51d0 cifs: using strlcpy instead of strncpy by Zhao Hongjiang · 11 years ago
  25. be7457d Update headers to update various SMB3 ioctl definitions by Steve French · 11 years ago
  26. f43a033 Update cifs version number by Steve French · 11 years ago
  27. 769ee6a Add ability to dipslay SMB3 share flags and capabilities for debugging by Steve French · 11 years ago
  28. 2b5dc28 Add some missing SMB3 and SMB3.02 flags by Steve French · 11 years ago
  29. 20b6d8b Add SMB3.02 dialect support by Steve French · 11 years ago
  30. 9cd2e62 Fix endian error in SMB2 protocol negotiation by Steve French · 11 years ago
  31. 7715dad cifs: clean up the SecurityFlags write handler by Jeff Layton · 11 years ago
  32. 896a8fc cifs: update the default global_secflags to include "raw" NTLMv2 by Jeff Layton · 11 years ago
  33. 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 11 years ago
  34. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 11 years ago
  35. 1e3cc57 add new fields to smb_vol to track the requested security flavor by Jeff Layton · 11 years ago
  36. 28e11bd cifs: add new fields to cifs_ses to track requested security flavor by Jeff Layton · 11 years ago
  37. e598d1d8 cifs: track the flavor of the NEGOTIATE reponse by Jeff Layton · 11 years ago
  38. 515d82f cifs: add new "Unspecified" securityEnum value by Jeff Layton · 11 years ago
  39. 9193400 cifs: factor out check for extended security bit into separate function by Jeff Layton · 11 years ago
  40. 9ddec56 cifs: move handling of signed connections into separate function by Jeff Layton · 11 years ago
  41. 2190eca cifs: break out lanman NEGOTIATE handling into separate function by Jeff Layton · 11 years ago
  42. 31d9e2b cifs: break out decoding of security blob into separate function by Jeff Layton · 11 years ago
  43. 281e2e7 cifs: remove the cifs_ses->flags field by Jeff Layton · 11 years ago
  44. 3534b85 cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session pointers by Jeff Layton · 11 years ago
  45. 7d06645 cifs: make decode_ascii_ssetup void return by Jeff Layton · 11 years ago
  46. ffa598a cifs: remove useless memset in LANMAN auth code by Jeff Layton · 11 years ago
  47. 6f70949 cifs: remove protocolEnum definition by Jeff Layton · 11 years ago
  48. a0b3df5 cifs: add a "nosharesock" mount option to force new sockets to server to be created by Jeff Layton · 11 years ago
  49. 1fc29ba cifs: fix off-by-one bug in build_unc_path_to_root by Jeff Layton · 11 years ago
  50. d9deef0 cifs: fix composing of mount options for DFS referrals by Jeff Layton · 11 years ago
  51. 9c9c29e cifs: stop printing the unc= option in /proc/mounts by Jeff Layton · 11 years ago
  52. 37d4f99 cifs: fix error handling when calling cifs_parse_devname by Jeff Layton · 11 years ago
  53. 539673f cifs: allow sec=none mounts to work against servers that don't support extended security by Jeff Layton · 11 years ago
  54. 166faf2 cifs: fix potential buffer overrun when composing a new options string by Jeff Layton · 11 years ago
  55. 62106e9 cifs: only set ops for inodes in I_NEW state by Jeff Layton · 11 years ago
  56. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  57. 5853cc2 freezer: add unsafe versions of freezable helpers for CIFS by Colin Cross · 11 years ago
  58. b13ce4b cifs: small variable name cleanup by Dan Carpenter · 11 years ago
  59. efb79f2 CIFS: fix error return code in cifs_atomic_open() by Wei Yongjun · 11 years ago
  60. 0124cc4 cifs: store the real expected sequence number in the mid by Jeff Layton · 11 years ago
  61. ad313cb cifs: on send failure, readjust server sequence number downward by Jeff Layton · 11 years ago
  62. ce6c44e cifs: remove ENOSPC handling in smb_sendv by Jeff Layton · 11 years ago
  63. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  64. f7f7c18 fs: cifs: use kmemdup instead of kmalloc + memcpy by Silviu-Mihai Popescu · 12 years ago
  65. d455b72 cifs: replaced kmalloc + memset with kzalloc by Dia Vasile · 12 years ago
  66. 73a999f cifs: ignore the unc= and prefixpath= mount options by Jeff Layton · 11 years ago
  67. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  68. c369c9a cifs: Allow passwords which begin with a delimitor by Sachin Prabhu · 11 years ago
  69. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 12 years ago
  70. 9217cbb Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  71. f853c61 cifs: ignore everything in SPNEGO blob after mechTypes by Jeff Layton · 12 years ago
  72. 24261fc cifs: delay super block destruction until all cifsFileInfo objects are gone by Mateusz Guzik · 12 years ago
  73. 47c78f4 cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSY by Sachin Prabhu · 12 years ago
  74. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 12 years ago
  75. 067785c CIFS: Fix missing of oplock_read value in smb30_values structure by Pavel Shilovsky · 12 years ago
  76. 94e1800 cifs: don't try to unlock pagecache page after releasing it by Jeff Layton · 12 years ago
  77. 2518964 cifs: remove the sockopt= mount option by Jeff Layton · 12 years ago
  78. c483a98 cifs: Check server capability before attempting silly rename by Sachin Prabhu · 12 years ago
  79. 72d282d cifs: Fix bug when checking error condition in cifs_rename_pending_delete() by Sachin Prabhu · 12 years ago
  80. cc73dc0 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  81. c51bb0e cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue() by Ouyang Maochun · 12 years ago
  82. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  83. 0b7bc84 cifs: set MAY_SIGN when sec=krb5 by Martijn de Gouw · 12 years ago
  84. 07b92d0 POSIX extensions disabled on client due to illegal O_EXCL flag sent to Samba by Steve French · 12 years ago
  85. ce2ac52 cifs: ensure that cifs_get_root() only traverses directories by Jeff Layton · 12 years ago
  86. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  87. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 12 years ago
  88. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  89. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  90. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  91. 64ed39d cifs: Convert struct cifs_ses to use a kuid_t and a kgid_t by Eric W. Biederman · 12 years ago
  92. 1f68233 cifs: Convert struct cifs_sb_info to use kuids and kgids by Eric W. Biederman · 12 years ago
  93. 3da4656 cifs: Modify struct smb_vol to use kuids and kgids by Eric W. Biederman · 12 years ago
  94. fef59fd cifs: Convert struct cifsFileInfo to use a kuid by Eric W. Biederman · 12 years ago
  95. 4a2c8cf cifs: Convert struct cifs_fattr to use kuid and kgids by Eric W. Biederman · 12 years ago
  96. 6d4a083 cifs: Convert struct tcon_link to use a kuid. by Eric W. Biederman · 12 years ago
  97. 49418b2 cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t by Eric W. Biederman · 12 years ago
  98. dbfb98a cifs: Convert from a kuid before printing current_fsuid by Eric W. Biederman · 12 years ago
  99. 8abf277 cifs: Use kuids and kgids SID to uid/gid mapping by Eric W. Biederman · 12 years ago
  100. 8e3028b cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_alloc by Eric W. Biederman · 12 years ago