aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android13-5.10' of https://android.googlesource.com/kernel/comm...Praneeth Bajjuri2023-02-245-55/+76
|\
| * ANDROID: incremental fs: Move throttling to outside page lockPaul Lawrence2023-02-215-36/+42
| * ANDROID: incremental fs: Fix race between truncate and write last blockPaul Lawrence2023-02-213-19/+34
* | Fix merge issueGuillaume La Roque2023-02-242-36/+18
* | Merge remote-tracking branch 'ti-linux-5.10.y' into HEADGuillaume La Roque2023-02-2299-721/+1229
|\ \
| * | ceph: flush cap releases when the session is flushedXiubo Li2023-02-151-0/+6
| * | btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain2023-02-151-1/+15
| * | cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang2023-02-151-2/+2
| * | btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko2023-02-151-1/+1
| * | btrfs: limit device extents to the device sizeJosef Bacik2023-02-151-1/+5
| * | f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu2023-02-151-6/+12
| * | Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher2023-02-154-5/+5
| * | mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2023-02-151-3/+1
| * | squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin2023-02-151-1/+1
| * | nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmountedTrond Myklebust2023-02-015-25/+41
| * | cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells2023-02-011-0/+1
| * | sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2023-02-011-0/+33
| * | fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu2023-02-011-6/+0
| * | affs: initialize fsdata in affs_truncate()Alexander Potapenko2023-02-011-1/+1
| * | cifs: do not include page data when checking signatureEnzo Matsumiya2023-01-241-6/+9
| * | btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana2023-01-241-8/+17
| * | nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi2023-01-241-3/+12
| * | zonefs: Detect append writes at invalid locationsDamien Le Moal2023-01-241-0/+22
| * | f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim2023-01-241-1/+2
| * | btrfs: always report error in run_one_delayed_ref()Qu Wenruo2023-01-241-2/+5
| * | pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia2023-01-241-0/+8
| * | ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin2023-01-181-0/+1
| * | cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke2023-01-181-0/+1
| * | ext4: don't set up encryption key during jbd2 transactionEric Biggers2023-01-143-23/+27
| * | ext4: disable fast-commit of encrypted dir operationsEric Biggers2023-01-142-16/+25
| * | mbcache: Avoid nesting of cache->c_list_lock under bit locksJan Kara2023-01-141-7/+10
| * | hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds2023-01-141-5/+10
| * | hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2023-01-142-12/+6
| * | ext4: don't allow journal inode to have encrypt flagEric Biggers2023-01-141-1/+1
| * | nfsd: fix handling of readdir in v4root vs. mount upcall timeoutJeff Layton2023-01-141-0/+11
| * | udf: Fix extension of the last extent in the fileJan Kara2023-01-141-1/+1
| * | ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li2023-01-143-6/+1
| * | filelock: new helper: vfs_inode_has_locksJeff Layton2023-01-141-0/+23
| * | nfsd: shut down the NFSv4 state objects before the filecacheJeff Layton2023-01-141-1/+1
| * | ext4: fix deadlock due to mbcache entry corruptionJan Kara2023-01-142-8/+10
| * | mbcache: automatically delete entries from cache on freeingJan Kara2023-01-141-69/+39
| * | ext4: fix race when reusing xattr blocksJan Kara2023-01-141-22/+45
| * | ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara2023-01-141-39/+38
| * | ext4: remove EA inode entry from mbcache on inode evictionJan Kara2023-01-143-16/+11
| * | mbcache: add functions to delete entry if unusedJan Kara2023-01-141-2/+64
| * | mbcache: don't reclaim used entriesJan Kara2023-01-141-1/+9
| * | ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang2023-01-141-2/+1
| * | ext4: fix leaking uninitialized memory in fast-commit journalEric Biggers2023-01-141-0/+5
| * | ext4: fix various seppling typosBhaskar Chowdhury2023-01-148-10/+10
| * | ext4: simplify ext4 error translationJan Kara2023-01-141-55/+40