1. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  2. 7119e22 cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper by Al Viro · 10 years ago
  3. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  4. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  5. 372b1db Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  6. 31742c5 enable fallocate punch hole ("fallocate -p") for SMB3 by Steve French · 10 years ago
  7. 0244080 cifs: handle lease F_UNLCK requests properly by Jeff Layton · 10 years ago
  8. 7c33d59 cifs: support RENAME_NOREPLACE by Miklos Szeredi · 10 years ago
  9. 08bc035 cifs: revalidate mapping prior to satisfying read_iter request with cache=loose by Jeff Layton · 10 years ago
  10. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  11. 39552ea cifs: Set client guid on per connection basis by Sachin Prabhu · 10 years ago
  12. 571d597 fs/cifs/cifs.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  13. aff8d5c cifs: convert booleans in cifsInodeInfo to a flags field by Jeff Layton · 10 years ago
  14. 3dae875 cifs: switch to ->write_iter() by Al Viro · 10 years ago
  15. e6a7bcb cifs: switch to ->read_iter() by Al Viro · 10 years ago
  16. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  17. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 10 years ago
  18. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  19. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  20. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  21. 9ee108b fs/cifs/cifsfs.c: add __init to cifs_init_inodecache() by Fabian Frederick · 10 years ago
  22. 81c5a68 cifs: ->rename() without ->lookup() makes no sense by Al Viro · 10 years ago
  23. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  24. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  25. 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
  26. 2f6c947 cifs: Fix inability to write files >2GB to SMB2/3 shares by Jan Klos · 11 years ago
  27. 42873b0 CIFS: Respect epoch value from create lease context v2 by Pavel Shilovsky · 11 years ago
  28. 18cceb6 CIFS: Replace clientCanCache* bools with an integer by Pavel Shilovsky · 11 years ago
  29. 3ae35cd cifs: display iocharset= option in /proc/mounts by Jeff Layton · 11 years ago
  30. 66ffd11 cifs: set sb->s_d_op before calling d_make_root() by Jeff Layton · 11 years ago
  31. d414153 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  32. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  33. be4ccdc [readdir] convert cifs by Al Viro · 11 years ago
  34. 28e11bd cifs: add new fields to cifs_ses to track requested security flavor by Jeff Layton · 11 years ago
  35. 9c9c29e cifs: stop printing the unc= option in /proc/mounts by Jeff Layton · 11 years ago
  36. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  37. 9217cbb Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  38. 24261fc cifs: delay super block destruction until all cifsFileInfo objects are gone by Mateusz Guzik · 11 years ago
  39. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 11 years ago
  40. ce2ac52 cifs: ensure that cifs_get_root() only traverses directories by Jeff Layton · 11 years ago
  41. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  42. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  43. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  44. 1f68233 cifs: Convert struct cifs_sb_info to use kuids and kgids by Eric W. Biederman · 11 years ago
  45. ca8aa29 Revert "CIFS: Fix write after setting a read lock for read oplock files" by Pavel Shilovsky · 12 years ago
  46. 9acbd26 cifs: eliminate cifsERROR variable by Jeff Layton · 12 years ago
  47. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  48. c299dd0 CIFS: Fix write after setting a read lock for read oplock files by Pavel Shilovsky · 12 years ago
  49. faa65f0 cifs: simplify id_to_sid and sid_to_id mapping code by Jeff Layton · 12 years ago
  50. 6d3ea7e CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2 by Steve French · 12 years ago
  51. 60654ce cifs: fix types on module parameters by Jeff Layton · 12 years ago
  52. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  53. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  54. ecdb69e cifs: Mangle string used for unc in /proc/mounts by Sachin Prabhu · 12 years ago
  55. b8c32db CIFS: Request SMB2.1 leases by Pavel Shilovsky · 12 years ago
  56. 1b4b55a CIFS: Turn lock mutex into rw semaphore by Pavel Shilovsky · 12 years ago
  57. f45d341 CIFS: Remove spinlock dependence in brlock processing by Pavel Shilovsky · 12 years ago
  58. 71953fc cifs: remove kmap lock and rsize limit by Jeff Layton · 12 years ago
  59. 76ec5e3 CIFS: Move statfs to ops struct by Pavel Shilovsky · 12 years ago
  60. 3331914 CIFS: Add SMB2 support for cifs_iovec_write by Pavel Shilovsky · 12 years ago
  61. 9224dfc CIFS: Move building path to root to ops struct by Pavel Shilovsky · 12 years ago
  62. 3792c17 CIFS: Respect SMB2 header/max header size by Pavel Shilovsky · 12 years ago
  63. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  64. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  65. d2c1271 cifs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  66. e6f9f8d cifs: don't bother with ->i_dentry in ->destroy_inode() by Al Viro · 12 years ago
  67. 442a9ff Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  68. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  69. ea4b574 cifs: Fix comment as d_alloc_root() is replaced by d_make_root() by Sedat Dilek · 12 years ago
  70. fbd35ac CIFS: Move locks to cifsFileInfo structure by Pavel Shilovsky · 12 years ago
  71. 23db65f cifs: add a smb_version_operations/values structures and a smb_version enum by Jeff Layton · 12 years ago
  72. d06b505 cifs: display cache= option in /proc/mounts by Jeff Layton · 12 years ago
  73. 5e500ed cifs: remove legacy MultiuserMount option by Jeff Layton · 12 years ago
  74. 48a5730 cifs: fix revalidation test in cifs_llseek() by Dan Carpenter · 12 years ago
  75. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  76. 156d179 CIFS: Fix indentation in cifs_show_options by Sachin Prabhu · 12 years ago
  77. 28f8881 Use correct conversion specifiers in cifs_show_options by Sachin Prabhu · 12 years ago
  78. 3c7c87f CIFS: Show backupuid/gid in /proc/mounts by Sachin Prabhu · 12 years ago
  79. da472fc cifs: add new cifsiod_wq workqueue by Jeff Layton · 12 years ago
  80. 1c3ddfe Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  81. 3dd9330 cifs: clean up ordering in exit_cifs by Jeff Layton · 12 years ago
  82. 815465c cifs: clean up call to cifs_dfs_release_automount_timer() by Jeff Layton · 12 years ago
  83. 6dae51a CIFS: Delete echo_retries module parm by Pavel Shilovsky · 12 years ago
  84. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  85. 064326c clean up the failure exits in cifs_read_super() by Al Viro · 12 years ago
  86. 10b9b98 CIFS: Respect negotiated MaxMpxCount by Pavel Shilovsky · 12 years ago
  87. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  88. 6413237 vfs: switch ->show_stats to struct dentry * by Al Viro · 13 years ago
  89. 5206efd cifs: propagate umode_t by Al Viro · 13 years ago
  90. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  91. ef3d0fd vfs: do (nearly) lockless generic_file_llseek by Andi Kleen · 13 years ago
  92. fbcae3e Merge branch 'cifs-3.2' of git://git.samba.org/jlayton/linux into temp-3.2-jeff by Steve French · 13 years ago
  93. 71c424b [CIFS] Show nostrictsync and noperm mount options in /proc/mounts by Steve French · 13 years ago
  94. fef33df cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parameters by Jeff Layton · 13 years ago
  95. d59dad2 CIFS: Move byte range lock list from fd to inode by Pavel Shilovsky · 13 years ago
  96. e750473 add new module parameter 'enable_oplocks' by Steve French · 13 years ago
  97. f3a6a60 cifs: Fix typo 'CIFS_NFSD_EXPORT' by Paul Bolle · 13 years ago
  98. 4a29a0b cifs: get rid of unused xid in cifs_get_root by Jeff Layton · 13 years ago
  99. 875cd04 cifs: Display strictcache mount option in /proc/mounts by Sachin Prabhu · 13 years ago
  100. 5b980b0 CIFS: Fix ERR_PTR dereference in cifs_get_root by Pavel Shilovsky · 13 years ago