1. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  2. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. 1404297 lib: update single-char callers of strtobool() by Kees Cook · 8 years ago
  4. 85f4048 cifs_get_root(): use lookup_one_len_unlocked() by Al Viro · 8 years ago
  5. 9589995 CIFS: Fix duplicate line introduced by clone_file_range patch by Steve French · 8 years ago
  6. 772950e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  7. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  8. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  9. 882137c cifs: Allow using O_DIRECT with cache=loose by Ross Lagerwall · 9 years ago
  10. adfeb3e cifs: Make echo interval tunable by Steve French · 8 years ago
  11. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  13. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  14. 8c36e9d cifs: avoid unused variable and label by Arnd Bergmann · 9 years ago
  15. 04b38d6 vfs: pull btrfs clone API to vfs layer by Christoph Hellwig · 9 years ago
  16. 7b52e27 Allow copy offload (CopyChunk) across shares by Steve French · 9 years ago
  17. 592fafe Add resilienthandles mount parm by Steve French · 9 years ago
  18. f16dfa7 [SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabled by Steve French · 9 years ago
  19. eda2116 [CIFS] mount option sec=none not displayed properly in /proc/mounts by Steve French · 9 years ago
  20. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  21. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 9 years ago
  22. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  23. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  24. 7119e22 cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper by Al Viro · 10 years ago
  25. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  26. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  27. 372b1db Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  28. 31742c5 enable fallocate punch hole ("fallocate -p") for SMB3 by Steve French · 10 years ago
  29. 0244080 cifs: handle lease F_UNLCK requests properly by Jeff Layton · 10 years ago
  30. 7c33d59 cifs: support RENAME_NOREPLACE by Miklos Szeredi · 10 years ago
  31. 08bc035 cifs: revalidate mapping prior to satisfying read_iter request with cache=loose by Jeff Layton · 10 years ago
  32. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  33. 39552ea cifs: Set client guid on per connection basis by Sachin Prabhu · 10 years ago
  34. 571d597 fs/cifs/cifs.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  35. aff8d5c cifs: convert booleans in cifsInodeInfo to a flags field by Jeff Layton · 10 years ago
  36. 3dae875 cifs: switch to ->write_iter() by Al Viro · 10 years ago
  37. e6a7bcb cifs: switch to ->read_iter() by Al Viro · 10 years ago
  38. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  39. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 10 years ago
  40. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  41. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  42. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  43. 9ee108b fs/cifs/cifsfs.c: add __init to cifs_init_inodecache() by Fabian Frederick · 10 years ago
  44. 81c5a68 cifs: ->rename() without ->lookup() makes no sense by Al Viro · 10 years ago
  45. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  46. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  47. 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
  48. 2f6c947 cifs: Fix inability to write files >2GB to SMB2/3 shares by Jan Klos · 11 years ago
  49. 42873b0 CIFS: Respect epoch value from create lease context v2 by Pavel Shilovsky · 11 years ago
  50. 18cceb6 CIFS: Replace clientCanCache* bools with an integer by Pavel Shilovsky · 11 years ago
  51. 3ae35cd cifs: display iocharset= option in /proc/mounts by Jeff Layton · 11 years ago
  52. 66ffd11 cifs: set sb->s_d_op before calling d_make_root() by Jeff Layton · 11 years ago
  53. d414153 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  54. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  55. be4ccdc [readdir] convert cifs by Al Viro · 11 years ago
  56. 28e11bd cifs: add new fields to cifs_ses to track requested security flavor by Jeff Layton · 11 years ago
  57. 9c9c29e cifs: stop printing the unc= option in /proc/mounts by Jeff Layton · 11 years ago
  58. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  59. 9217cbb Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  60. 24261fc cifs: delay super block destruction until all cifsFileInfo objects are gone by Mateusz Guzik · 11 years ago
  61. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 11 years ago
  62. ce2ac52 cifs: ensure that cifs_get_root() only traverses directories by Jeff Layton · 11 years ago
  63. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  64. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  65. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  66. 1f68233 cifs: Convert struct cifs_sb_info to use kuids and kgids by Eric W. Biederman · 11 years ago
  67. ca8aa29 Revert "CIFS: Fix write after setting a read lock for read oplock files" by Pavel Shilovsky · 11 years ago
  68. 9acbd26 cifs: eliminate cifsERROR variable by Jeff Layton · 11 years ago
  69. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 11 years ago
  70. c299dd0 CIFS: Fix write after setting a read lock for read oplock files by Pavel Shilovsky · 12 years ago
  71. faa65f0 cifs: simplify id_to_sid and sid_to_id mapping code by Jeff Layton · 12 years ago
  72. 6d3ea7e CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2 by Steve French · 12 years ago
  73. 60654ce cifs: fix types on module parameters by Jeff Layton · 12 years ago
  74. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  75. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  76. ecdb69e cifs: Mangle string used for unc in /proc/mounts by Sachin Prabhu · 12 years ago
  77. b8c32db CIFS: Request SMB2.1 leases by Pavel Shilovsky · 12 years ago
  78. 1b4b55a CIFS: Turn lock mutex into rw semaphore by Pavel Shilovsky · 12 years ago
  79. f45d341 CIFS: Remove spinlock dependence in brlock processing by Pavel Shilovsky · 12 years ago
  80. 71953fc cifs: remove kmap lock and rsize limit by Jeff Layton · 12 years ago
  81. 76ec5e3 CIFS: Move statfs to ops struct by Pavel Shilovsky · 12 years ago
  82. 3331914 CIFS: Add SMB2 support for cifs_iovec_write by Pavel Shilovsky · 12 years ago
  83. 9224dfc CIFS: Move building path to root to ops struct by Pavel Shilovsky · 12 years ago
  84. 3792c17 CIFS: Respect SMB2 header/max header size by Pavel Shilovsky · 12 years ago
  85. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  86. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  87. d2c1271 cifs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  88. e6f9f8d cifs: don't bother with ->i_dentry in ->destroy_inode() by Al Viro · 12 years ago
  89. 442a9ff Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  90. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  91. ea4b574 cifs: Fix comment as d_alloc_root() is replaced by d_make_root() by Sedat Dilek · 12 years ago
  92. fbd35ac CIFS: Move locks to cifsFileInfo structure by Pavel Shilovsky · 12 years ago
  93. 23db65f cifs: add a smb_version_operations/values structures and a smb_version enum by Jeff Layton · 12 years ago
  94. d06b505 cifs: display cache= option in /proc/mounts by Jeff Layton · 12 years ago
  95. 5e500ed cifs: remove legacy MultiuserMount option by Jeff Layton · 12 years ago
  96. 48a5730 cifs: fix revalidation test in cifs_llseek() by Dan Carpenter · 12 years ago
  97. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  98. 156d179 CIFS: Fix indentation in cifs_show_options by Sachin Prabhu · 12 years ago
  99. 28f8881 Use correct conversion specifiers in cifs_show_options by Sachin Prabhu · 12 years ago
  100. 3c7c87f CIFS: Show backupuid/gid in /proc/mounts by Sachin Prabhu · 12 years ago