aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-4/+4
2018-05-15Merge tag 'afs-fixes-20180514' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds16-168/+224
2018-05-14afs: Fix the non-encryption of callsDavid Howells1-0/+7
2018-05-14afs: Fix CB.CallBack handlingDavid Howells1-28/+7
2018-05-14afs: Fix whole-volume callback handlingDavid Howells10-32/+63
2018-05-14afs: Fix afs_find_server search loopMarc Dionne1-13/+0
2018-05-14afs: Fix the handling of an unfound server in CM operationsDavid Howells2-27/+12
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells1-3/+9
2018-05-14afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells1-3/+3
2018-05-14afs: Fix VNOVOL handling in address rotationDavid Howells1-2/+2
2018-05-14afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibilityDavid Howells1-8/+21
2018-05-14afs: Fix server rotation's handling of fileserver probe failureDavid Howells1-2/+10
2018-05-14afs: Fix refcounting in callback registrationDavid Howells4-22/+52
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells3-4/+11
2018-05-14afs: Fix address list parsingDavid Howells1-10/+15
2018-05-14afs: Fix directory page lockingDavid Howells4-24/+22
2018-05-12Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-43/+57
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+28
2018-05-11ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant1-2/+12
2018-05-11proc/kcore: don't bounds check against address 0Laura Abbott1-7/+16
2018-05-10smb3: directory sync should not return an errorSteve French1-0/+13
2018-05-10ceph: fix iov_iter issues in ceph_direct_read_write()Ilya Dryomov1-78/+117
2018-05-10ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov1-5/+5
2018-05-09cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara1-0/+6
2018-05-09cifs: smbd: Enable signing with smbdirectLong Li2-13/+0
2018-05-09cifs: Allocate validate negotiation request through kmallocLong Li1-30/+38
2018-05-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-05-04Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-05-04Merge tag 'xfs-4.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+10
2018-05-04Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-1/+12
2018-05-03bdi: Fix oops in wb_workfn()Jan Kara1-1/+1
2018-05-02xfs: cap the length of deduplication requestsDarrick J. Wong1-0/+10
2018-05-02Btrfs: send, fix missing truncate for inode with prealloc extent past eofFilipe Manana1-0/+4
2018-05-02btrfs: Take trans lock before access running trans in check_delayed_refethanwu1-0/+7
2018-05-01Merge tag 'xfs-4.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-6/+42
2018-04-28Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds4-9/+18
2018-04-28Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-54/+59
2018-04-27cifs: smbd: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-04-26btrfs: Fix wrong first_key parameter in replace_pathQu Wenruo1-1/+1
2018-04-26ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o1-0/+1
2018-04-25cifs: smbd: Avoid allocating iov on the stackLong Li1-24/+12
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedLong Li3-6/+19
2018-04-25SMB311: Fix reconnectSteve French1-2/+2
2018-04-24ext4: fix bitmap position validationLukas Czerner1-4/+5
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French3-21/+22
2018-04-24CIFS: set *resp_buf_type to NO_BUFFER on errorSteve French1-1/+4
2018-04-23ceph: check if mds create snaprealm when setting quotaYan, Zheng1-3/+25
2018-04-22Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-9/+16
2018-04-22Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds13-47/+199
2018-04-20fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST errorTetsuo Handa1-4/+4