summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-142-2/+4
|\
| * ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)2022-10-122-2/+4
* | Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-10-135-9/+54
|\ \
| * | ceph: fix incorrectly showing the .snap size for statXiubo Li2022-10-041-4/+23
| * | ceph: fail the open_by_handle_at() if the dentry is being unlinkedXiubo Li2022-10-041-1/+2
| * | ceph: increment i_version when doing a setattr with capsJeff Layton2022-10-041-0/+1
| * | ceph: Use kcalloc for allocating multiple elementsKenneth Lee2022-10-041-1/+1
| * | ceph: no need to wait for transition RDCACHE|RD -> RDXiubo Li2022-10-041-2/+6
| * | ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li2022-10-043-1/+17
| * | ceph: wake up the waiters if any new caps comesXiubo Li2022-10-041-0/+4
* | | Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-1317-36/+194
|\ \ \
| * | | NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedTrond Myklebust2022-10-063-5/+97
| * | | NFSv4.2: Add a tracepoint for listxattrAnna Schumaker2022-10-052-0/+3
| * | | NFSv4.2: Add tracepoints for getxattr, setxattr, and removexattrAnna Schumaker2022-10-052-0/+49
| * | | NFSv4.2: Move TRACE_DEFINE_ENUM(NFS4_CONTENT_*) under CONFIG_NFS_V4_2Anna Schumaker2022-10-051-1/+1
| * | | NFSv4.2: Add special handling for LISTXATTR receiving NFS4ERR_NOXATTRAnna Schumaker2022-10-051-0/+8
| * | | nfs: remove nfs_wait_atomic_killable() and nfs_write_prepare() declarationGaosheng Cui2022-10-051-2/+0
| * | | NFSv4: remove nfs4_renewd_prepare_shutdown() declarationGaosheng Cui2022-10-051-1/+0
| * | | fs/nfs/pnfs_nfs.c: fix spelling typo and syntax error in commentJiangshan Yi2022-10-051-2/+2
| * | | NFSv4/pNFS: Always return layout stats on layout return for flexfilesTrond Myklebust2022-10-031-7/+18
| * | | NFS: move from strlcpy with unused retval to strscpyWolfram Sang2022-10-032-2/+2
| * | | NFS: clean up a needless assignment in nfs_file_write()Lukas Bulwahn2022-10-031-3/+3
| * | | nfs: remove unnecessary (void*) conversions.yuzhe2022-10-034-7/+7
| * | | 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