summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: require that fscrypt_encrypt_symlink() already has keyEric Biggers2020-09-221-3/+7
* fscrypt: remove fscrypt_inherit_context()Eric Biggers2020-09-221-37/+0
* fscrypt: adjust logging for in-creation inodesEric Biggers2020-09-222-3/+10
* ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-221-22/+16
* f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-223-25/+7
* ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-221-20/+17
* ext4: factor out ext4_xattr_credits_for_new_inode()Eric Biggers2020-09-221-39/+51
* fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-223-54/+206
* fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32Eric Biggers2020-09-081-2/+7
* fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton2020-09-086-12/+8
* Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-061-3/+52
|\
| * io_uring: fix linked deferred ->files cancellationPavel Begunkov2020-09-061-2/+23
| * io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov2020-09-051-0/+27
| * io_uring: fix explicit async read/write mapping for large segmentsJens Axboe2020-09-051-3/+4
* | Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-09-051-1/+1
|\ \
| * | xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong2020-09-031-1/+1
* | | xfs: don't update mtime on COW faultsMikulas Patocka2020-09-051-2/+10
* | | ext2: don't update mtime on COW faultsMikulas Patocka2020-09-051-2/+4
* | | Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-041-1/+12
|\ \ \ | | |/ | |/|
| * | io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe2020-09-021-0/+10
| * | io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue2020-09-021-0/+1
| * | io_uring: fix removing the wrong file in __io_sqe_files_update()Jiufei Xue2020-09-011-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-046-40/+73
|\ \ \
| * \ \ Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-08-276-40/+73
| |\ \ \
| | * | | afs: Fix error handling in VL server rotationDavid Howells2020-08-201-0/+4
| | * | | afs: Don't use VL probe running state to make decisions outside probe codeDavid Howells2020-08-205-20/+46
| | * | | afs: Expose information from afs_vlserver through /proc for debuggingDavid Howells2020-08-204-15/+22
| | * | | afs: Remove afs_vlserver->probe.have_resultDavid Howells2020-08-202-5/+1
| | * | | rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2020-08-202-4/+4
* | | | | Merge tag 'affs-for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-032-1/+52
|\ \ \ \ \
| * | | | | affs: fix basic permission bits to actually workMax Staudt2020-08-312-1/+52
* | | | | | Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-09-024-7/+9
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | xfs: initialize the shortform attr header padding entryDarrick J. Wong2020-08-271-2/+2
| * | | | | xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen2020-08-261-1/+3
| * | | | | xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2020-08-262-3/+3
| * | | | | xfs: finish dfops on every insert range shift iterationBrian Foster2020-08-261-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-09-021-3/+3
|\ \ \ \ \
| * | | | | fix regression in "epoll: Keep a reference on files added to the check list"Al Viro2020-09-021-3/+3
* | | | | | Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-0210-71/+113
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | btrfs: tree-checker: fix the error message for transid errorQu Wenruo2020-08-271-1/+1
| * | | | | btrfs: set the lockdep class for log tree extent buffersJosef Bacik2020-08-271-1/+5
| * | | | | btrfs: set the correct lockdep class for new nodesJosef Bacik2020-08-271-1/+1
| * | | | | btrfs: allocate scrub workqueues outside of locksJosef Bacik2020-08-271-52/+70
| * | | | | btrfs: fix potential deadlock in the search ioctlJosef Bacik2020-08-273-14/+27
| * | | | | btrfs: drop path before adding new uuid tree entryJosef Bacik2020-08-271-1/+2
| * | | | | btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza2020-08-272-1/+7
* | | | | | Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-08-302-1/+16
|\ \ \ \ \ \
| * | | | | | cifs: fix check of tcon dfs in smb1Paulo Alcantara2020-08-282-1/+16
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-291-1/+0
|\ \ \ \ \ \
| * | | | | | afs: Remove erroneous fallthough annotationDan Carpenter2020-08-271-1/+0