aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 2-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 5-62/+62
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2016-03-18Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-48/+20
2016-03-17lib: update single-char callers of strtobool()Gravatar Kees Cook 4-48/+20
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-18/+40
2016-03-14cifs_get_root(): use lookup_one_len_unlocked()Gravatar Al Viro 1-3/+1
2016-03-01CIFS: Fix duplicate line introduced by clone_file_range patchGravatar Steve French 1-1/+0
2016-02-29Fix cifs_uniqueid_to_ino_t() function for s390xGravatar Yadan Fan 1-8/+4
2016-02-29CIFS: Fix SMB2+ interim response processing for read requestsGravatar Pavel Shilovsky 1-3/+18
2016-02-29cifs: fix out-of-bounds access in lease parsingGravatar Justin Maggard 1-10/+14
2016-02-10cifs: fix erroneous return valueGravatar Anton Protopopov 1-1/+1
2016-02-10cifs: fix potential overflow in cifs_compose_mount_optionsGravatar Insu Yun 1-1/+1
2016-02-10cifs: remove redundant check for null string pointerGravatar Colin Ian King 1-2/+1
2016-01-27cifs: Use skcipherGravatar Herbert Xu 2-18/+40
2016-01-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 16-52/+238
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 2-8/+8
2016-01-15page-flags: define PG_locked behavior on compound pagesGravatar Kirill A. Shutemov 1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-14cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Gravatar Vasily Averin 1-0/+1
2016-01-14cifs: fix race between call_async() and reconnect()Gravatar Rabin Vincent 2-3/+5
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Gravatar Steve French 10-33/+156
2016-01-14cifs: Allow using O_DIRECT with cache=looseGravatar Ross Lagerwall 1-0/+15
2016-01-14cifs: Make echo interval tunableGravatar Steve French 3-11/+34
2016-01-14cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryGravatar Ross Lagerwall 1-2/+22
2016-01-14Print IP address of unresponsive serverGravatar Arnd Hannemann 1-2/+5
2016-01-14cifs: Ratelimit kernel log messagesGravatar Jamie Bainbridge 2-6/+5
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-68/+120
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-8/+8
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-8/+10
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 3-4/+6
2015-12-13sched/wait: Fix the signal handling fixGravatar Peter Zijlstra 1-3/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 3-6/+6
2015-12-08cifs: avoid unused variable and labelGravatar Arnd Bergmann 1-2/+0
2015-12-07vfs: pull btrfs clone API to vfs layerGravatar Christoph Hellwig 3-68/+122
2015-12-06posix acls: Remove duplicate xattr name definitionsGravatar Andreas Gruenbacher 1-8/+8
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 9-25/+287
2015-11-09Allow copy offload (CopyChunk) across sharesGravatar Steve French 2-15/+8
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 1-1/+1
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 5-22/+22
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-1/+1
2015-11-03Add resilienthandles mount parmGravatar Steve French 4-1/+53
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredGravatar Steve French 4-3/+168
2015-11-03[SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledGravatar Steve French 1-0/+2
2015-11-03[SMB3] Enable checking for continuous availability and persistent handle supportGravatar Steve French 3-3/+34
2015-11-03[SMB3] Add parsing for new mount option controlling persistent handlesGravatar Steve French 2-1/+22
2015-10-31Allow duplicate extents in SMB3 not just SMB3.1.1Gravatar Steve French 1-3/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Gravatar Benjamin Coddington 1-1/+1