summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-10-04proc: mark more files as permanentAlexey Dobriyan8-6/+37
2022-10-04nilfs2: remove the unneeded result variableye xingchen1-3/+1
2022-10-04nilfs2: delete unnecessary checks before brelse()Minghao Chi1-4/+2
2022-10-04fs/ocfs2: fix repeated words in commentswangjianli1-1/+1
2022-10-04proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn1-0/+1
2022-10-04fs: uninline inode_maybe_inc_iversion()Andrew Morton1-0/+46
2022-10-04fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-04ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-4/+4
2022-09-12ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei1-0/+8
2022-09-12ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei1-4/+16
2022-09-12ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei1-0/+7
2022-09-12reiserfs: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-12ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang2-3/+3
2022-09-12hfs: replace kmap() with kmap_local_page() in btree.cFabio M. De Francesco1-14/+16
2022-09-12hfs: replace kmap() with kmap_local_page() in bnode.cFabio M. De Francesco1-20/+12
2022-09-12hfs: unmap the page in the "fail_page" labelFabio M. De Francesco1-0/+1
2022-09-12aio: use atomic_try_cmpxchg in __get_reqs_availableUros Bizjak1-6/+3
2022-09-12buffer: use try_cmpxchg in discard_bufferUros Bizjak1-9/+5
2022-09-12epoll: use try_cmpxchg in list_add_tail_locklessUros Bizjak1-1/+1
2022-09-12fs/qnx6: delete unnecessary checks before brelse()Minghao Chi1-4/+2
2022-09-12fs/isofs: replace kmap() with kmap_local_page()Fabio M. De Francesco1-10/+10
2022-09-12hfsplus: convert kmap() to kmap_local_page() in btree.cFabio M. De Francesco1-14/+14
2022-09-12hfsplus: convert kmap() to kmap_local_page() in bitmap.cFabio M. De Francesco1-10/+10
2022-09-12hfsplus: convert kmap() to kmap_local_page() in bnode.cFabio M. De Francesco1-57/+48
2022-09-12hfsplus: unmap the page in the "fail_page" labelFabio M. De Francesco1-0/+1
2022-08-29Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds7-32/+34
2022-08-29squashfs: don't call kmalloc in decompressorsPhillip Lougher4-21/+22
2022-08-29ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2-5/+6
2022-08-29writeback: avoid use-after-free after removing deviceKhazhismel Kumykov1-6/+6
2022-08-28Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-70/+79
2022-08-28Merge tag '6.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-67/+70
2022-08-25cifs: Add helper function to check smb1+ serverZhang Xiaoxu4-9/+13
2022-08-25cifs: Use help macro to get the mid header sizeZhang Xiaoxu2-6/+4
2022-08-25cifs: Use help macro to get the header preamble sizeZhang Xiaoxu4-22/+22
2022-08-24cifs: skip extra NULL byte in filenamesPaulo Alcantara1-10/+6
2022-08-24Merge tag 'fs.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+8
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-3/+8
2022-08-23btrfs: add info when mount fails due to stale replace targetAnand Jain1-1/+1
2022-08-23btrfs: replace: drop assert for suspended replaceAnand Jain1-2/+1
2022-08-23btrfs: fix silent failure when deleting root referenceFilipe Manana1-2/+3
2022-08-23btrfs: fix space cache corruption and potential double allocationsOmar Sandoval4-60/+22
2022-08-23smb3: missing inode locks in punch holeDavid Howells1-6/+6
2022-08-23smb3: missing inode locks in zero rangeDavid Howells1-25/+30
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-14/+22
2022-08-22Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-19/+30
2022-08-22Merge tag 'filelock-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2022-08-22btrfs: don't allow large NOWAIT direct readsJosef Bacik1-0/+14
2022-08-22btrfs: don't merge pages into bio if their page offset is not contiguousQu Wenruo1-4/+29
2022-08-22btrfs: update generation of hole file extent item when merging holesFilipe Manana1-0/+2
2022-08-22btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()Zixuan Fu1-1/+4