summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-043-24/+16
|\
| * fs/cramfs/inode.c: initialize file_ra_stateAndrew Morton2023-03-021-1/+1
| * fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu2023-03-021-2/+2
| * ocfs2: fix non-auto defrag path not working issueHeming Zhao via Ocfs2-devel2023-02-271-11/+13
| * ocfs2: fix defrag path triggering jbd2 ASSERTHeming Zhao via Ocfs2-devel2023-02-271-10/+0
* | Merge tag '6.3-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-03-0310-157/+190
|\ \
| * | cifs: Fix memory leak in direct I/ODavid Howells2023-03-011-2/+2
| * | cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara2023-03-014-101/+69
| * | cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara2023-03-014-25/+106
| * | iov: Fix netfs_extract_user_to_sg()David Howells2023-03-011-1/+1
| * | cifs: Fix cifs_write_back_from_locked_folio()David Howells2023-03-011-0/+1
| * | cifs: reuse cifs_match_ipaddr for comparison of dstaddr tooShyam Prasad N2023-03-011-26/+2
| * | cifs: match even the scope id for ipv6 addressesShyam Prasad N2023-03-011-1/+2
| * | cifs: Fix an uninitialised variableDavid Howells2023-03-011-1/+1
| * | cifs: Add some missing xas_retry() callsDavid Howells2023-03-011-0/+6
* | | 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