summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells2018-05-141-3/+9
| * | | | | | afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells2018-05-141-3/+3
| * | | | | | afs: Fix VNOVOL handling in address rotationDavid Howells2018-05-141-2/+2
| * | | | | | afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibilityDavid Howells2018-05-141-8/+21
| * | | | | | afs: Fix server rotation's handling of fileserver probe failureDavid Howells2018-05-141-2/+10
| * | | | | | afs: Fix refcounting in callback registrationDavid Howells2018-05-144-22/+52
| * | | | | | afs: Fix giving up callbacks on server destructionDavid Howells2018-05-143-4/+11
| * | | | | | afs: Fix address list parsingDavid Howells2018-05-141-10/+15
| * | | | | | afs: Fix directory page lockingDavid Howells2018-05-144-24/+22Star
* | | | | | | Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-05-134-43/+57
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | smb3: directory sync should not return an errorSteve French2018-05-111-0/+13
| * | | | | | cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara2018-05-091-0/+6
| * | | | | | cifs: smbd: Enable signing with smbdirectLong Li2018-05-092-13/+0Star
| * | | | | | cifs: Allocate validate negotiation request through kmallocLong Li2018-05-091-30/+38
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-122-9/+28
|\ \ \ \ \ \ \
| * | | | | | | ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant2018-05-121-2/+12
| * | | | | | | proc/kcore: don't bounds check against address 0Laura Abbott2018-05-121-7/+16
| |/ / / / / /
* | | | | | | ceph: fix iov_iter issues in ceph_direct_read_write()Ilya Dryomov2018-05-101-78/+117
* | | | | | | ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov2018-05-101-5/+5
|/ / / / / /
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-051-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | cifs: smbd: depend on INFINIBAND_ADDR_TRANSGreg Thelen2018-04-271-1/+1
* | | | | | Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-blockLinus Torvalds2018-05-051-1/+1
|\ \ \ \ \ \
| * | | | | | bdi: Fix oops in wb_workfn()Jan Kara2018-05-041-1/+1
* | | | | | | Merge tag 'xfs-4.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-05-051-0/+10
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | xfs: cap the length of deduplication requestsDarrick J. Wong2018-05-021-0/+10
* | | | | | | Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-053-1/+12
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Btrfs: send, fix missing truncate for inode with prealloc extent past eofFilipe Manana2018-05-021-0/+4
| * | | | | | btrfs: Take trans lock before access running trans in check_delayed_refethanwu2018-05-021-0/+7
| * | | | | | btrfs: Fix wrong first_key parameter in replace_pathQu Wenruo2018-04-261-1/+1
* | | | | | | Merge tag 'xfs-4.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-05-014-6/+42
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong2018-04-181-1/+8
| * | | | | xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong2018-04-181-5/+9
| * | | | | xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen2018-04-181-0/+4
| * | | | | xfs: enhance dinode verifierEric Sandeen2018-04-181-0/+21
| | |_|/ / | |/| | |
* | | | | Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-294-9/+18
|\ \ \ \ \
| * | | | | ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o2018-04-261-0/+1
| * | | | | ext4: fix bitmap position validationLukas Czerner2018-04-241-4/+5
| * | | | | ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-04-181-0/+1
| * | | | | ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers2018-04-121-5/+11
* | | | | | Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-04-287-54/+59
|\ \ \ \ \ \
| * | | | | | cifs: smbd: Avoid allocating iov on the stackLong Li2018-04-251-24/+12Star
| * | | | | | cifs: smbd: Don't use RDMA read/write when signing is usedLong Li2018-04-253-6/+19
| * | | | | | SMB311: Fix reconnectSteve French2018-04-251-2/+2
| * | | | | | SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French2018-04-243-21/+22
| * | | | | | CIFS: set *resp_buf_type to NO_BUFFER on errorSteve French2018-04-241-1/+4
| | |_|_|/ / | |/| | | |
* / | | | | ceph: check if mds create snaprealm when setting quotaYan, Zheng2018-04-231-3/+25
|/ / / / /
* | | | | Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-04-225-9/+16
|\ \ \ \ \
| * | | | | CIFS: fix typo in cifs_dbgAurelien Aptel2018-04-201-1/+1
| * | | | | cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French2018-04-201-4/+5
| * | | | | cifs: smbd: Dump SMB packet when configuredLong Li2018-04-201-1/+5