summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | NFSv4: Directly use ida_alloc()/free()Bo Liu2022-10-031-6/+4
* | | | | | | Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-131-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Orangefs: change iterate to iterate_sharedMike Marshall2022-10-031-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-122-5/+21
|\ \ \ \ \ \ \
| * | | | | | | nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi2022-10-111-4/+3
| * | | | | | | nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi2022-10-111-0/+2
| * | | | | | | nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi2022-10-111-1/+16
* | | | | | | | 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-111-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-111-0/+8
| * | | | | | | ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei2022-09-111-4/+16
| * | | | | | | ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei2022-09-111-0/+7
| * | | | | | | reiserfs: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-2/+2
| * | | | | | | ocfs2: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-112-3/+3
| * | | | | | | hfs: replace kmap() with kmap_local_page() in btree.cFabio M. De Francesco2022-09-111-14/+16
| * | | | | | | hfs: replace kmap() with kmap_local_page() in bnode.cFabio M. De Francesco2022-09-111-20/+12
| * | | | | | | hfs: unmap the page in the "fail_page" labelFabio M. De Francesco2022-09-111-0/+1
| * | | | | | | aio: use atomic_try_cmpxchg in __get_reqs_availableUros Bizjak2022-09-111-6/+3
| * | | | | | | buffer: use try_cmpxchg in discard_bufferUros Bizjak2022-09-111-9/+5
| * | | | | | | epoll: use try_cmpxchg in list_add_tail_locklessUros Bizjak2022-09-111-1/+1
| * | | | | | | fs/qnx6: delete unnecessary checks before brelse()Minghao Chi2022-09-111-4/+2
| * | | | | | | fs/isofs: replace kmap() with kmap_local_page()Fabio M. De Francesco2022-09-111-10/+10
| * | | | | | | hfsplus: convert kmap() to kmap_local_page() in btree.cFabio M. De Francesco2022-09-111-14/+14
| * | | | | | | hfsplus: convert kmap() to kmap_local_page() in bitmap.cFabio M. De Francesco2022-09-111-10/+10
| * | | | | | | hfsplus: convert kmap() to kmap_local_page() in bnode.cFabio M. De Francesco2022-09-111-57/+48
| * | | | | | | hfsplus: unmap the page in the "fail_page" labelFabio M. De Francesco2022-09-111-0/+1
* | | | | | | | Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-10-1021-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-191-6/+0
| * | | | | | | | xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-09-193-7/+12
| * | | | | | | | xfs: remove xfs_setattr_time() declarationGaosheng Cui2022-09-191-1/+0
| * | | | | | | | xfs: Remove the unneeded result variableye xingchen2022-09-191-3/+1
| * | | | | | | | xfs: missing space in xfs trace logZeng Heng2022-09-191-2/+2
| * | | | | | | | xfs: simplify if-else condition in xfs_reflink_trim_around_sharedZeng Heng2022-09-191-10/+12
| * | | | | | | | xfs: simplify if-else condition in xfs_validate_new_dalignZeng Heng2022-09-191-18/+20
| * | | | | | | | xfs: replace unnecessary seq_printf with seq_putsZeng Heng2022-09-191-1/+1
| * | | | | | | | xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2022-09-195-10/+10
| * | | | | | | | xfs: remove redundant else for clean codeZeng Heng2022-09-191-5/+5
| * | | | | | | | xfs: remove the redundant word in commentZeng Heng2022-09-191-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-1022-199/+465
|\ \ \ \ \ \ \ \