summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-04cifs: dump Security Type info in DebugDataKenneth D'souza1-0/+6
2020-06-04smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French1-1/+1
2020-06-04smb3: default to minimum of two channels when multichannel specifiedSteve French1-0/+4
2020-06-02cifs: multichannel: move channel selection in functionAurelien Aptel2-11/+28
2020-06-02cifs: fix minor typos in comments and log messagesSteve French1-4/+4
2020-06-02smb3: minor update to compression header definitionsSteve French1-2/+11
2020-06-01cifs: minor fix to two debug messagesSteve French2-2/+2
2020-06-01cifs: Standardize logging outputJoe Perches20-381/+319
2020-06-01smb3: Add new parm "nodelete"Steve French4-1/+23
2020-06-01cifs: move some variables off the stack in smb2_ioctl_query_infoRonnie Sahlberg1-23/+35
2020-06-01cifs: reduce stack use in smb2_compound_opRonnie Sahlberg1-45/+47
2020-06-01cifs: get rid of unused parameter in reconn_setup_dfs_targets()Paulo Alcantara1-3/+2
2020-06-01cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara5-39/+131
2020-06-01cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara1-9/+9
2020-06-01cifs: remove redundant initialization of variable rcColin Ian King1-1/+1
2020-06-01cifs: handle "nolease" option for vers=1.0Kenneth D'souza1-1/+10
2020-05-29Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2020-05-29Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+5
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher1-10/+5
2020-05-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-05-28fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko1-1/+1
2020-05-27Merge tag 'fsnotify_for_v5.7-rc8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-05-27Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein1-1/+1
2020-05-27ceph: flush release queue when handling caps for unknown inodeJeff Layton1-1/+1
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-26/+10
2020-05-23rxrpc: Fix a warningDavid Howells1-1/+1
2020-05-22Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2-26/+10
2020-05-22Merge tag 'io_uring-5.7-2020-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+34
2020-05-21exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon1-0/+19
2020-05-21Merge tag 'fiemap-regression-fix' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-32/+34
2020-05-20Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-29/+7
2020-05-20Merge tag 'ovl-fixes-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+21
2020-05-20pipe: Fix pipe_full() test in opipe_prep().Tetsuo Handa1-1/+1
2020-05-20io_uring: reset -EBUSY error when io sq thread is waken upXiaoguang Wang1-0/+1
2020-05-19io_uring: don't add non-IO requests to iopoll pending listJens Axboe1-1/+2
2020-05-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-05-19fix multiplication overflow in copy_fdtable()Al Viro1-1/+1
2020-05-19io_uring: don't use kiocb.private to store buf_indexBijan Mottahedeh1-8/+8
2020-05-19ext4: fix fiemap size checks for bitmap filesChristoph Hellwig2-31/+33
2020-05-19ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani1-1/+1
2020-05-18Merge tag 'for-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/link...Linus Torvalds2-6/+8
2020-05-18afs: Don't unlock fetched data pages until the op completes successfullyDavid Howells2-8/+8
2020-05-18io_uring: cancel work if task_work_add() failsJens Axboe1-3/+5
2020-05-18exfat: fix possible memory leak in exfat_find()Wei Yongjun1-0/+1
2020-05-18exfat: use iter_file_splice_writeEric Sandeen1-6/+7
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2-24/+6
2020-05-17io_uring: remove dead check in io_splice()Jens Axboe1-4/+1
2020-05-17Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-2/+2
2020-05-17exec: Move would_dump into flush_old_execEric W. Biederman1-2/+2