summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-1230-175/+260
|\
| * nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi2022-10-121-4/+10
| * proc: mark more files as permanentAlexey Dobriyan2022-10-038-6/+37
| * nilfs2: remove the unneeded result variableye xingchen2022-10-031-3/+1
| * nilfs2: delete unnecessary checks before brelse()Minghao Chi2022-10-031-4/+2
| * fs/ocfs2: fix repeated words in commentswangjianli2022-10-031-1/+1
| * proc: make config PROC_CHILDREN depend on PROC_FSLukas Bulwahn2022-10-031-0/+1
| * fs: uninline inode_maybe_inc_iversion()Andrew Morton2022-10-031-0/+46
| * fs/ocfs2/suballoc.h: fix spelling typo in commentJiangshan Yi2022-10-031-1/+1
| * ocfs2: replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-10-031-4/+4
| * ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei2022-09-121-0/+8
| * ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei2022-09-121-4/+16
| * ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei2022-09-121-0/+7
| * reiserfs: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-121-2/+2
| * ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-122-3/+3
| * hfs: replace kmap() with kmap_local_page() in btree.cFabio M. De Francesco2022-09-121-14/+16
| * hfs: replace kmap() with kmap_local_page() in bnode.cFabio M. De Francesco2022-09-121-20/+12
| * hfs: unmap the page in the "fail_page" labelFabio M. De Francesco2022-09-121-0/+1
| * aio: use atomic_try_cmpxchg in __get_reqs_availableUros Bizjak2022-09-121-6/+3
| * buffer: use try_cmpxchg in discard_bufferUros Bizjak2022-09-121-9/+5
| * epoll: use try_cmpxchg in list_add_tail_locklessUros Bizjak2022-09-121-1/+1
| * fs/qnx6: delete unnecessary checks before brelse()Minghao Chi2022-09-121-4/+2
| * fs/isofs: replace kmap() with kmap_local_page()Fabio M. De Francesco2022-09-121-10/+10
| * hfsplus: convert kmap() to kmap_local_page() in btree.cFabio M. De Francesco2022-09-121-14/+14
| * hfsplus: convert kmap() to kmap_local_page() in bitmap.cFabio M. De Francesco2022-09-121-10/+10
| * hfsplus: convert kmap() to kmap_local_page() in bnode.cFabio M. De Francesco2022-09-121-57/+48
| * hfsplus: unmap the page in the "fail_page" labelFabio M. De Francesco2022-09-121-0/+1
* | Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-10-1121-98/+116
|\ \
| * | xfs: on memory failure, only shut down fs after scanning all mappingsDarrick J. Wong2022-10-041-9/+17
| * | xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang2022-10-044-24/+34
| * | xfs: trim the mapp array accordingly in xfs_da_grow_inode_intShida Zhang2022-10-041-1/+1
| * | xfs: do not need to check return value of xlog_kvmalloc()Zhiqiang Liu2022-09-181-6/+0
| * | xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-09-183-7/+12
| * | xfs: remove xfs_setattr_time() declarationGaosheng Cui2022-09-181-1/+0
| * | xfs: Remove the unneeded result variableye xingchen2022-09-181-3/+1
| * | xfs: missing space in xfs trace logZeng Heng2022-09-181-2/+2
| * | xfs: simplify if-else condition in xfs_reflink_trim_around_sharedZeng Heng2022-09-181-10/+12
| * | xfs: simplify if-else condition in xfs_validate_new_dalignZeng Heng2022-09-181-18/+20
| * | xfs: replace unnecessary seq_printf with seq_putsZeng Heng2022-09-181-1/+1
| * | xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2022-09-185-10/+10
| * | xfs: remove redundant else for clean codeZeng Heng2022-09-181-5/+5
| * | xfs: remove the redundant word in commentZeng Heng2022-09-181-1/+1
* | | Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-1122-199/+465
|\ \ \
| * | | f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu2022-10-074-12/+12
| * | | f2fs: account swapfile inodesChao Yu2022-10-073-1/+14
| * | | f2fs: allow direct read for zoned deviceJaegeuk Kim2022-10-061-1/+6
| * | | f2fs: support recording errors into superblockChao Yu2022-10-0415-8/+126
| * | | f2fs: support recording stop_checkpoint reason into super_blockChao Yu2022-10-048-16/+49
| * | | f2fs: remove the unnecessary check in f2fs_xattr_fiemapZhang Qilong2022-10-041-1/+1
| * | | f2fs: introduce cp_status sysfs entryChao Yu2022-10-041-0/+8