summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+3
2016-05-17Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds5-220/+167
2016-05-02cifs: switch to ->iterate_shared()Al Viro2-27/+30
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro5-52/+13
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-5/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-1/+1
2016-04-23cifs: Switch to generic xattr handlersAndreas Gruenbacher4-218/+165
2016-04-23cifs: Fix removexattr for os2.* xattrsAndreas Gruenbacher1-9/+17
2016-04-23cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULTAndreas Gruenbacher1-2/+2
2016-04-23cifs: Fix xattr name checksAndreas Gruenbacher1-16/+8
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-2/+2
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro2-4/+4
2016-04-10cifs: kill more bogus checks in ->...xattr() methodsAl Viro1-36/+6
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro4-16/+7
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov5-62/+62
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+1
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-48/+20
2016-03-17lib: update single-char callers of strtobool()Kees Cook4-48/+20
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-18/+40
2016-03-14cifs_get_root(): use lookup_one_len_unlocked()Al Viro1-3/+1
2016-03-01CIFS: Fix duplicate line introduced by clone_file_range patchSteve French1-1/+0
2016-02-29Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan1-8/+4
2016-02-29CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-02-29cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-02-10cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-10cifs: fix potential overflow in cifs_compose_mount_optionsInsu Yun1-1/+1
2016-02-10cifs: remove redundant check for null string pointerColin Ian King1-2/+1
2016-01-27cifs: Use skcipherHerbert Xu2-18/+40
2016-01-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-52/+238
2016-01-22wrappers for ->i_mutex accessAl Viro2-8/+8
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-14cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-01-14cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Steve French10-33/+156
2016-01-14cifs: Allow using O_DIRECT with cache=looseRoss Lagerwall1-0/+15
2016-01-14cifs: Make echo interval tunableSteve French3-11/+34
2016-01-14cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall1-2/+22
2016-01-14Print IP address of unresponsive serverArnd Hannemann1-2/+5
2016-01-14cifs: Ratelimit kernel log messagesJamie Bainbridge2-6/+5
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-68/+120
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-8/+8
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-8/+10
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro3-4/+6
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra1-3/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro3-6/+6
2015-12-08cifs: avoid unused variable and labelArnd Bergmann1-2/+0