summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | cifs: switch to ->iterate_shared()Al Viro2016-05-022-27/+30
* | | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-025-52/+13
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-112-4/+4
| * | cifs: kill more bogus checks in ->...xattr() methodsAl Viro2016-04-101-36/+6
| * | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-104-16/+7
| |/
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-042-3/+3
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-045-62/+62
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-191-3/+1
|\
| * cifs_get_root(): use lookup_one_len_unlocked()Al Viro2016-03-141-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-184-48/+20
|\ \
| * | lib: update single-char callers of strtobool()Kees Cook2016-03-174-48/+20
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-172-18/+40
|\ \ \ | |/ / |/| |
| * | cifs: Use skcipherHerbert Xu2016-01-272-18/+40
| |/
* | CIFS: Fix duplicate line introduced by clone_file_range patchSteve French2016-03-011-1/+0
* | Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan2016-02-291-8/+4
* | CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky2016-02-291-3/+18
* | cifs: fix out-of-bounds access in lease parsingJustin Maggard2016-02-291-10/+14
* | cifs: fix erroneous return valueAnton Protopopov2016-02-101-1/+1
* | cifs: fix potential overflow in cifs_compose_mount_optionsInsu Yun2016-02-101-1/+1
* | cifs: remove redundant check for null string pointerColin Ian King2016-02-101-2/+1
|/
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-01-2416-52/+238
|\
| * cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin2016-01-141-0/+1
| * cifs: fix race between call_async() and reconnect()Rabin Vincent2016-01-142-3/+5
| * Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-1410-33/+156
| * cifs: Allow using O_DIRECT with cache=looseRoss Lagerwall2016-01-141-0/+15
| * cifs: Make echo interval tunableSteve French2016-01-143-11/+34
| * cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall2016-01-141-2/+22
| * Print IP address of unresponsive serverArnd Hannemann2016-01-141-2/+5
| * cifs: Ratelimit kernel log messagesJamie Bainbridge2016-01-142-6/+5
* | wrappers for ->i_mutex accessAl Viro2016-01-222-8/+8
* | page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-151-4/+4
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
|/
* Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-123-68/+120
|\
| * cifs: avoid unused variable and labelArnd Bergmann2015-12-081-2/+0
| * vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-073-68/+122
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-111-8/+8
|\ \
| * | posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-8/+8
| |/
* | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-113-8/+10
|\ \
| * | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-303-4/+6
| * | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-083-6/+6
| |/
* | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-3/+3
|/
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-11-139-25/+287
|\
| * Allow copy offload (CopyChunk) across sharesSteve French2015-11-092-15/+8
| * Add resilienthandles mount parmSteve French2015-11-034-1/+53
| * [SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French2015-11-034-3/+168
| * [SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabledSteve French2015-11-031-0/+2
| * [SMB3] Enable checking for continuous availability and persistent handle supportSteve French2015-11-033-3/+34
| * [SMB3] Add parsing for new mount option controlling persistent handlesSteve French2015-11-032-1/+22
| * Allow duplicate extents in SMB3 not just SMB3.1.1Steve French2015-10-311-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\ \
OpenPOWER on IntegriCloud