summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-03-021-0/+8
|\
| * ceph: update the time stamps and try to drop the suid/sgidXiubo Li2023-02-261-0/+8
* | capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-011-6/+1
* | Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-011-7/+8
|\ \
| * | hostfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco2023-02-011-7/+8
* | | Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-0113-62/+155
|\ \ \
| * | | ubifs: make kobj_type structures constantThomas Weißschuh2023-02-131-2/+2
| * | | jffs2: Fix list_del corruption if compressors initialized failedZhang Xiaoxu2023-02-021-5/+28
| * | | jffs2: Use function instead of macro when initialize compressorsZhang Xiaoxu2023-02-022-22/+21
| * | | jffs2: fix spelling mistake "neccecary"->"necessary"Yu Zhe2023-02-021-1/+1
| * | | ubifs: Fix kernel-docYang Li2023-02-021-3/+3
| * | | ubifs: Fix some kernel-doc commentsYang Li2023-02-021-2/+6
| * | | ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this processZhihao Cheng2023-02-021-5/+14
| * | | ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng2023-02-021-3/+9
| * | | ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng2023-02-021-1/+8
| * | | ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng2023-02-021-0/+15
| * | | ubifs: Fix memory leak in alloc_wbufs()Li Zetao2023-02-021-4/+13
| * | | ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng2023-02-021-4/+3
| * | | ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng2023-02-021-0/+2
| * | | ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng2023-02-021-1/+1
| * | | ubifs: Add comments and debug info for ubifs_xrename()Zhihao Cheng2023-02-021-0/+9
| * | | ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng2023-02-021-0/+5
| * | | ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng2023-02-021-1/+1
| * | | ubifs: Fix memory leak in ubifs_sysfs_init()Liu Shixin2023-02-021-0/+2
| * | | ubifs: Fix build errors as symbol undefinedLi Hua2023-02-021-0/+5
| * | | jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu2023-02-021-8/+7
| |/ /
* | | Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-03-016-14/+14
|\ \ \
| * | | fs/9p: fix error reporting in v9fs_dir_releaseEric Van Hensbergen2023-02-241-3/+4
| * | | fs/9p: Expand setup of writeback cache to all levelsEric Van Hensbergen2023-02-235-11/+10
* | | | Merge tag 'jfs-6.3' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2023-03-011-1/+2
|\ \ \ \
| * | | | fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion2023-01-031-1/+2
* | | | | Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-018-60/+101
|\ \ \ \ \
| * | | | | exfat: fix the newly allocated clusters are not freed in error handlingYuezhang Mo2023-02-281-10/+8
| * | | | | exfat: don't print error log in normal caseYuezhang Mo2023-02-281-2/+3
| * | | | | exfat: remove unneeded code from exfat_alloc_cluster()Yuezhang Mo2023-02-281-8/+1
| * | | | | exfat: handle unreconized benign secondary entriesNamjae Jeon2023-02-273-25/+81
| * | | | | exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo2023-02-274-9/+5
| * | | | | exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo2023-02-271-1/+1
| * | | | | exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo2023-02-271-1/+1
| * | | | | exfat: fix unexpected EOF while reading dirYuezhang Mo2023-02-271-4/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-0136-1243/+1536
|\ \ \ \ \
| * | | | | xfs: restore old agirotor behaviorDarrick J. Wong2023-02-271-1/+2
| * | | | | xfs: fix uninitialized variable accessDarrick J. Wong2023-02-151-0/+1
| * | | | | xfs: refactor the filestreams allocator pick functionsDave Chinner2023-02-122-132/+145
| * | | | | xfs: return a referenced perag from filestreams allocatorDave Chinner2023-02-122-47/+85
| * | | | | xfs: pass perag to filestreams tracingDave Chinner2023-02-123-42/+25
| * | | | | xfs: use for_each_perag_wrap in xfs_filestream_pick_agDave Chinner2023-02-121-60/+41
| * | | | | xfs: track an active perag reference in filestreamsDave Chinner2023-02-121-57/+43
| * | | | | xfs: factor out MRU hit case in xfs_filestream_select_agDave Chinner2023-02-121-50/+83
| * | | | | xfs: remove xfs_filestream_select_ag() longest extent checkDave Chinner2023-02-121-17/+1