1. 68abaff cifs: simplify SMB header check routine by Jeff Layton · 13 years ago
  2. 2db7c58 cifs: send an NT_CANCEL request when a process is signalled by Jeff Layton · 13 years ago
  3. 1be912d cifs: handle cancelled requests better by Jeff Layton · 13 years ago
  4. 58b8a5b Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 13 years ago
  5. ffeb414 cifs: fix two compiler warning about uninitialized vars by Jeff Layton · 13 years ago
  6. af5eb74 NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc(). by Anton Altaparmakov · 13 years ago
  7. 9fbf0c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  8. b12ece7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  9. ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 13 years ago
  10. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 13 years ago
  11. 3689456 squashfs: fix use of uninitialised variable in zlib & xz decompressors by Phillip Lougher · 13 years ago
  12. 3af0365 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 13 years ago
  13. d39454f CIFS: Add strictcache mount option by Pavel Shilovsky · 13 years ago
  14. 72432ff CIFS: Implement cifs_strict_writev (try #4) by Pavel Shilovsky · 13 years ago
  15. 93c100c [CIFS] Replace cifs md5 hashing functions with kernel crypto APIs by Steve French · 13 years ago
  16. d66bbd4 ceph: avoid picking MDS that is not active by Sage Weil · 13 years ago
  17. c723fda Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  18. f1d0c99 Make CIFS mount work in a container. by Rob Landley · 13 years ago
  19. 3f391c7 CIFS: Remove pointless variable assignment in cifs_dfs_do_automount() by Jesper Juhl · 13 years ago
  20. ff5fdb6 fs: fix new dcache.c kernel-doc warnings by Randy Dunlap · 13 years ago
  21. 0ca7a5b nilfs2: fix crash after one superblock became unavailable by Ryusuke Konishi · 13 years ago
  22. 9093ba5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  23. 4843456 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  24. 99d86c8 cifs: fix up CIFSSMBEcho for unaligned access by Jeff Layton · 13 years ago
  25. bf67b9b Merge branch 'for-next' by Steve French · 13 years ago
  26. 8d99641 Merge branch 'akpm' by Linus Torvalds · 13 years ago
  27. 20d9600 fs/direct-io.c: don't try to allocate more than BIO_MAX_PAGES in a bio by David Dillow · 13 years ago
  28. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  29. 5cdec1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  30. b06ae1ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 13 years ago
  31. 28e58ee Fix broken "pipe: use event aware wakeups" optimization by Linus Torvalds · 13 years ago
  32. 84cdf74 cifs: fix unaligned accesses in cifsConvertToUCS by Jeff Layton · 13 years ago
  33. ba2dbf3 cifs: clean up unaligned accesses in cifs_unicode.c by Jeff Layton · 13 years ago
  34. 26ec254 cifs: fix unaligned access in check2ndT2 and coalesce_t2 by Jeff Layton · 13 years ago
  35. 12df83c cifs: clean up unaligned accesses in validate_t2 by Jeff Layton · 13 years ago
  36. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 13 years ago
  37. aae62fd cifs: move time field in cifsInodeInfo by Jeff Layton · 13 years ago
  38. c3dccf4 cifs: TCP_Server_Info diet by Jeff Layton · 13 years ago
  39. a70307e CIFS: Implement cifs_strict_readv (try #4) by Pavel Shilovsky · 14 years ago
  40. 7a6a19b CIFS: Implement cifs_file_strict_mmap (try #2) by Pavel Shilovsky · 14 years ago
  41. 8be7e6b CIFS: Implement cifs_strict_fsync by Pavel Shilovsky · 14 years ago
  42. 4f8ba8a CIFS: Make cifsFileInfo_put work with strict cache mode by Pavel Shilovsky · 14 years ago
  43. 76dcc26 cifs: mangle existing header for SMB_COM_NT_CANCEL by Jeff Layton · 13 years ago
  44. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 13 years ago
  45. fda3594 [CIFS] cifs: reconnect unresponsive servers by Steve French · 13 years ago
  46. c74093b cifs: set up recurring workqueue job to do SMB echo requests by Jeff Layton · 13 years ago
  47. 766fdbb cifs: add ability to send an echo request by Jeff Layton · 13 years ago
  48. a6827c1 cifs: add cifs_call_async by Jeff Layton · 13 years ago
  49. 2b84a36c cifs: allow for different handling of received response by Jeff Layton · 13 years ago
  50. 74dd92a cifs: clean up sync_mid_result by Jeff Layton · 13 years ago
  51. dad255b cifs: don't reconnect server when we don't get a response by Jeff Layton · 13 years ago
  52. 0ade640 cifs: wait indefinitely for responses by Jeff Layton · 13 years ago
  53. 2fbc2f1 cifs: Use mask of ACEs for SID Everyone to calculate all three permissions user, group, and other by Shirish Pargaonkar · 14 years ago
  54. 540b2e3 cifs: Fix regression during share-level security mounts (Repost) by Shirish Pargaonkar · 13 years ago
  55. 1cd3508 [CIFS] Update cifs version number by Steve French · 13 years ago
  56. 053d503 cifs: move mid result processing into common function by Jeff Layton · 13 years ago
  57. ddc8cf8 cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry by Jeff Layton · 13 years ago
  58. 8097531 cifs: clean up accesses to midCount by Jeff Layton · 13 years ago
  59. c5797a9 cifs: make wait_for_free_request take a TCP_Server_Info pointer by Jeff Layton · 13 years ago
  60. 9d78315 cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting by Jeff Layton · 13 years ago
  61. 941b853 cifs: don't fail writepages on -EAGAIN errors by Jeff Layton · 13 years ago
  62. 12fed00 CIFS: Fix oplock break handling (try #2) by Pavel Shilovsky · 13 years ago
  63. 7e57b81 ceph: avoid immediate cap check after import by Sage Weil · 13 years ago
  64. 088b3f5 ceph: fix flushing of caps vs cap import by Sage Weil · 13 years ago
  65. 24be0c4 ceph: fix erroneous cap flush to non-auth mds by Sage Weil · 13 years ago
  66. 50aac4f ceph: fix cap_wanted_delay_{min,max} mount option initialization by Sage Weil · 13 years ago
  67. 24d9765 GFS2: Fix error path in gfs2_lookup_by_inum() by Steven Whitehouse · 13 years ago
  68. 23c3010 GFS2: remove iopen glocks from cache on failed deletes by Benjamin Marzinski · 13 years ago
  69. b89b12b autofs4: clean ->d_release() and autofs4_free_ino() up by Al Viro · 13 years ago
  70. 26e6c91 autofs4: split autofs4_init_ino() by Al Viro · 13 years ago
  71. 5a37db3 autofs4: mkdir and symlink always get a dentry that had passed lookup by Al Viro · 13 years ago
  72. 726a5e0 autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore by Al Viro · 13 years ago
  73. 0bf71d4 autofs4: kill ->size in autofs_info by Al Viro · 13 years ago
  74. 09f12c0 autofs4: pass mode to autofs4_get_inode() explicitly by Al Viro · 13 years ago
  75. 14a2f00 autofs4: autofs4_mkroot() is not different from autofs4_init_ino() by Al Viro · 13 years ago
  76. 292c5ee autofs4: keep symlink body in inode->i_private by Al Viro · 13 years ago
  77. c0bcc9d autofs4 - fix debug print in autofs4_lookup() by Ian Kent · 13 years ago
  78. 8931221 vfs - fix dentry ref count in do_lookup() by Ian Kent · 13 years ago
  79. c14cc63 autofs4 - fix get_next_positive_dentry() by Ian Kent · 13 years ago
  80. eee2a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  81. 9e8a462 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 13 years ago
  82. cf78859 xfs: Do not name variables "panic" by Geert Uytterhoeven · 13 years ago
  83. acce952 Btrfs: forced readonly mounts on errors by liubo · 13 years ago
  84. 1a47f7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  85. ab2020f Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  86. 2456248 ecryptfs: remove unnecessary decrypt when extending a file by Frank Swiderski · 14 years ago
  87. f24b388 ecryptfs: Fix ecryptfs_printk() size_t warnings by Tyler Hicks · 14 years ago
  88. 888d57b fs/ecryptfs: Add printf format/argument verification and fix fallout by Joe Perches · 14 years ago
  89. 0abe116 ecryptfs: fixed testing of file descriptor flags by Roberto Sassu · 14 years ago
  90. 2799289 ecryptfs: test lower_file pointer when lower_file_mutex is locked by Roberto Sassu · 14 years ago
  91. 070baa5 ecryptfs: missing initialization of the superblock 'magic' field by Roberto Sassu · 14 years ago
  92. 2a8652f ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.h by Roberto Sassu · 14 years ago
  93. 38a708d ecryptfs: fix truncation error in ecryptfs_read_update_atime by Edward Shishkin · 14 years ago
  94. ecf5632 fs: fix address space warnings in ioctl_fiemap() by Namhyung Kim · 13 years ago
  95. 27eaa1c aio: check return value of create_workqueue() by Namhyung Kim · 14 years ago
  96. 274052e hpfs_setattr error case avoids unlock_kernel by Dr. David Alan Gilbert · 14 years ago
  97. e0bb6bd compat: copy missing fields in compat_statfs64 to user by Namhyung Kim · 14 years ago
  98. 974d879 compat: update comment of compat statfs syscalls by Namhyung Kim · 14 years ago
  99. 6a5640f1 compat: remove unnecessary assignment in compat_rw_copy_check_uvector() by Namhyung Kim · 14 years ago
  100. 16ebe91 fs: FS_POSIX_ACL does not depend on BLOCK by Randy Dunlap · 13 years ago