1. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  3. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  4. 1a9e64a cifs: use posix_unblock_lock instead of locks_delete_block by Jeff Layton · 11 years ago
  5. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  6. be4ccdc [readdir] convert cifs by Al Viro · 11 years ago
  7. 1fc29ba cifs: fix off-by-one bug in build_unc_path_to_root by Jeff Layton · 11 years ago
  8. d9deef0 cifs: fix composing of mount options for DFS referrals by Jeff Layton · 11 years ago
  9. 9c9c29e cifs: stop printing the unc= option in /proc/mounts by Jeff Layton · 11 years ago
  10. 37d4f99 cifs: fix error handling when calling cifs_parse_devname by Jeff Layton · 11 years ago
  11. 539673f cifs: allow sec=none mounts to work against servers that don't support extended security by Jeff Layton · 11 years ago
  12. 166faf2 cifs: fix potential buffer overrun when composing a new options string by Jeff Layton · 11 years ago
  13. 62106e9 cifs: only set ops for inodes in I_NEW state by Jeff Layton · 11 years ago
  14. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  15. b13ce4b cifs: small variable name cleanup by Dan Carpenter · 11 years ago
  16. efb79f2 CIFS: fix error return code in cifs_atomic_open() by Wei Yongjun · 11 years ago
  17. 0124cc4 cifs: store the real expected sequence number in the mid by Jeff Layton · 11 years ago
  18. ad313cb cifs: on send failure, readjust server sequence number downward by Jeff Layton · 11 years ago
  19. ce6c44e cifs: remove ENOSPC handling in smb_sendv by Jeff Layton · 11 years ago
  20. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  21. f7f7c18 fs: cifs: use kmemdup instead of kmalloc + memcpy by Silviu-Mihai Popescu · 11 years ago
  22. d455b72 cifs: replaced kmalloc + memset with kzalloc by Dia Vasile · 11 years ago
  23. 73a999f cifs: ignore the unc= and prefixpath= mount options by Jeff Layton · 11 years ago
  24. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  25. c369c9a cifs: Allow passwords which begin with a delimitor by Sachin Prabhu · 11 years ago
  26. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  27. 9217cbb Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  28. f853c61 cifs: ignore everything in SPNEGO blob after mechTypes by Jeff Layton · 11 years ago
  29. 24261fc cifs: delay super block destruction until all cifsFileInfo objects are gone by Mateusz Guzik · 11 years ago
  30. 47c78f4 cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSY by Sachin Prabhu · 11 years ago
  31. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 11 years ago
  32. 067785c CIFS: Fix missing of oplock_read value in smb30_values structure by Pavel Shilovsky · 11 years ago
  33. 94e1800 cifs: don't try to unlock pagecache page after releasing it by Jeff Layton · 11 years ago
  34. 2518964 cifs: remove the sockopt= mount option by Jeff Layton · 11 years ago
  35. c483a98 cifs: Check server capability before attempting silly rename by Sachin Prabhu · 11 years ago
  36. 72d282d cifs: Fix bug when checking error condition in cifs_rename_pending_delete() by Sachin Prabhu · 11 years ago
  37. cc73dc0 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  38. c51bb0e cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue() by Ouyang Maochun · 11 years ago
  39. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  40. 0b7bc84 cifs: set MAY_SIGN when sec=krb5 by Martijn de Gouw · 12 years ago
  41. 07b92d0 POSIX extensions disabled on client due to illegal O_EXCL flag sent to Samba by Steve French · 11 years ago
  42. ce2ac52 cifs: ensure that cifs_get_root() only traverses directories by Jeff Layton · 11 years ago
  43. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  44. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 11 years ago
  45. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  46. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  47. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  48. 64ed39d cifs: Convert struct cifs_ses to use a kuid_t and a kgid_t by Eric W. Biederman · 11 years ago
  49. 1f68233 cifs: Convert struct cifs_sb_info to use kuids and kgids by Eric W. Biederman · 11 years ago
  50. 3da4656 cifs: Modify struct smb_vol to use kuids and kgids by Eric W. Biederman · 11 years ago
  51. fef59fd cifs: Convert struct cifsFileInfo to use a kuid by Eric W. Biederman · 11 years ago
  52. 4a2c8cf cifs: Convert struct cifs_fattr to use kuid and kgids by Eric W. Biederman · 11 years ago
  53. 6d4a083 cifs: Convert struct tcon_link to use a kuid. by Eric W. Biederman · 11 years ago
  54. 49418b2 cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t by Eric W. Biederman · 11 years ago
  55. dbfb98a cifs: Convert from a kuid before printing current_fsuid by Eric W. Biederman · 11 years ago
  56. 8abf277 cifs: Use kuids and kgids SID to uid/gid mapping by Eric W. Biederman · 11 years ago
  57. 8e3028b cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_alloc by Eric W. Biederman · 11 years ago
  58. 355958f cifs: Use BUILD_BUG_ON to validate uids and gids are the same size by Eric W. Biederman · 11 years ago
  59. 46bbc25 cifs: Override unmappable incoming uids and gids by Eric W. Biederman · 11 years ago
  60. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  61. 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  62. 10b8c7d fs/cifs/cifs_dfs_ref.c: fix potential memory leakage by Cong Ding · 12 years ago
  63. 00f3616 fs/cifs: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  64. e3e2775 cifs: fix srcip_matches() for ipv6 by Nickolai Zeldovich · 12 years ago
  65. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 12 years ago
  66. 63b7d3a CIFS: Don't let read only caching for mandatory byte-range locked files by Pavel Shilovsky · 12 years ago
  67. 88cf75a CIFS: Fix write after setting a read lock for read oplock files by Pavel Shilovsky · 12 years ago
  68. ca8aa29 Revert "CIFS: Fix write after setting a read lock for read oplock files" by Pavel Shilovsky · 12 years ago
  69. 31efee6 cifs: adjust sequence number downward after signing NT_CANCEL request by Jeff Layton · 12 years ago
  70. ea702b8 cifs: move check for NULL socket into smb_send_rqst by Jeff Layton · 12 years ago
  71. 9acbd26 cifs: eliminate cifsERROR variable by Jeff Layton · 12 years ago
  72. 2f2591a cifs: don't compare uniqueids in cifs_prime_dcache unless server inode numbers are in use by Jeff Layton · 12 years ago
  73. 8367224 cifs: fix double-free of "string" in cifs_parse_mount_options by Jeff Layton · 12 years ago
  74. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  75. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  76. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  77. c299dd0 CIFS: Fix write after setting a read lock for read oplock files by Pavel Shilovsky · 12 years ago
  78. d387a5c cifs: parse the device name into UNC and prepath by Jeff Layton · 12 years ago
  79. 839db3d cifs: fix up handling of prefixpath= option by Jeff Layton · 12 years ago
  80. 62a1a43 cifs: clean up handling of unc= option by Jeff Layton · 12 years ago
  81. 193cdd8 cifs: fix SID binary to string conversion by Jeff Layton · 12 years ago
  82. 6d8b59d fix "disabling echoes and oplocks" on SMB2 mounts by Steve French · 12 years ago
  83. 38107d4 Do not send SMB2 signatures for SMB3 frames by Steve French · 12 years ago
  84. 1f63068 cifs: deal with id_to_sid embedded sid reply corner case by Jeff Layton · 12 years ago
  85. 7ee0b4c cifs: fix hardcoded default security descriptor length by Jeff Layton · 12 years ago
  86. 2ae0302 cifs: extra sanity checking for cifs.idmap keys by Jeff Layton · 12 years ago
  87. 41a9f1f cifs: avoid extra allocation for small cifs.idmap keys by Jeff Layton · 12 years ago
  88. faa65f0 cifs: simplify id_to_sid and sid_to_id mapping code by Jeff Layton · 12 years ago
  89. 03eca70 CIFS: Fix possible data coherency problem after oplock break to None by Pavel Shilovsky · 12 years ago
  90. 081c041 CIFS: Do not permit write to a range mandatory locked with a read lock by Pavel Shilovsky · 12 years ago
  91. eb1b3fa cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void return by Jeff Layton · 12 years ago
  92. 471b1f9 cifs: Add CONFIG_CIFS_DEBUG and rename use of CIFS_DEBUG by Joe Perches · 12 years ago
  93. bde9819 cifs: Make CIFS_DEBUG possible to undefine by Joe Perches · 12 years ago
  94. 52c0f4a SMB3 mounts fail with access denied to some servers by Steve French · 12 years ago
  95. 176c9b3 cifs: Remove unused cEVENT macro by Joe Perches · 12 years ago
  96. 6ee9542 cifs: always zero out smb_vol before parsing options by Jeff Layton · 12 years ago
  97. 9fa114f cifs: remove unneeded address argument from cifs_find_tcp_session and match_server by Jeff Layton · 12 years ago
  98. 1cc9bd6 make convert_delimiter use strchr instead of open-coding it by Steve French · 12 years ago
  99. b979aaa cifs: get rid of smb_vol->UNCip and smb_vol->port by Jeff Layton · 12 years ago
  100. ccb5c00 cifs: ensure we revalidate the inode after readdir if cifsacl is enabled by Jeff Layton · 12 years ago