aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19xfs: remove xfs_setattr_time() declarationGaosheng Cui1-1/+0
2022-09-19xfs: Remove the unneeded result variableye xingchen1-3/+1
2022-09-19xfs: missing space in xfs trace logZeng Heng1-2/+2
2022-09-19xfs: simplify if-else condition in xfs_reflink_trim_around_sharedZeng Heng1-10/+12
2022-09-19xfs: simplify if-else condition in xfs_validate_new_dalignZeng Heng1-18/+20
2022-09-19xfs: replace unnecessary seq_printf with seq_putsZeng Heng1-1/+1
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng5-10/+10
2022-09-19xfs: remove redundant else for clean codeZeng Heng1-5/+5
2022-09-19xfs: remove the redundant word in commentZeng Heng1-1/+1
2022-09-17acl: fix the comments of posix_acl_xattr_setDeming Wang1-1/+1
2022-09-16Merge tag '6.0-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-15/+12
2022-09-14cifs: update internal module numberSteve French1-2/+2
2022-09-14cifs: add missing spinlock around tcon refcountPaulo Alcantara1-0/+3
2022-09-13cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2-13/+4
2022-09-13cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher1-2/+2
2022-09-13xtensa: add FDPIC and static PIE support for noMMUMax Filippov1-1/+1
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin1-7/+0
2022-09-13Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+8
2022-09-13btrfs: zoned: wait for extent buffer IOs before finishing a zoneNaohiro Aota1-2/+38
2022-09-13btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana1-0/+25
2022-09-13btrfs: fix hang during unmount when stopping block group reclaim workerFilipe Manana1-6/+11
2022-09-12f2fs: simplify code in f2fs_prepare_decomp_memZhang Qilong1-6/+2
2022-09-12f2fs: replace logical value "true" with a int numberZhang Qilong1-1/+1
2022-09-12f2fs: increase the limit for reserve_rootJaegeuk Kim1-2/+2
2022-09-12f2fs: complete checkpoints during remountJaegeuk Kim1-0/+6
2022-09-12f2fs: flush pending checkpoints when freezing superJaegeuk Kim3-9/+21
2022-09-12nfsd_splice_actor(): handle compound pagesAl Viro1-4/+8
2022-09-12Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-36/+50
2022-09-12Merge tag 'nfsd-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-10/+9
2022-09-12cifs: revalidate mapping when doing direct writesRonnie Sahlberg1-0/+3
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman55-362/+449
2022-09-12udf: Support splicing to fileJan Kara1-0/+1
2022-09-11ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei1-0/+8
2022-09-11ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei1-4/+16
2022-09-11ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei1-0/+7
2022-09-11reiserfs: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-11ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang2-3/+3
2022-09-11hfs: replace kmap() with kmap_local_page() in btree.cFabio M. De Francesco1-14/+16
2022-09-11hfs: replace kmap() with kmap_local_page() in bnode.cFabio M. De Francesco1-20/+12
2022-09-11hfs: unmap the page in the "fail_page" labelFabio M. De Francesco1-0/+1
2022-09-11aio: use atomic_try_cmpxchg in __get_reqs_availableUros Bizjak1-6/+3
2022-09-11buffer: use try_cmpxchg in discard_bufferUros Bizjak1-9/+5
2022-09-11epoll: use try_cmpxchg in list_add_tail_locklessUros Bizjak1-1/+1
2022-09-11fs/qnx6: delete unnecessary checks before brelse()Minghao Chi1-4/+2
2022-09-11fs/isofs: replace kmap() with kmap_local_page()Fabio M. De Francesco1-10/+10
2022-09-11hfsplus: convert kmap() to kmap_local_page() in btree.cFabio M. De Francesco1-14/+14
2022-09-11hfsplus: convert kmap() to kmap_local_page() in bitmap.cFabio M. De Francesco1-10/+10
2022-09-11hfsplus: convert kmap() to kmap_local_page() in bnode.cFabio M. De Francesco1-57/+48
2022-09-11hfsplus: unmap the page in the "fail_page" labelFabio M. De Francesco1-0/+1
2022-09-11hugetlb: make hugetlb depends on SYSFS or SYSCTLMiaohe Lin1-0/+1