summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'erofs-for-6.3-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-106-15/+12
|\
| * erofs: use wrapper i_blocksize() in erofs_file_read_iter()Yue Hu2023-03-091-1/+1
| * erofs: get rid of a useless DBG_BUGONGao Xiang2023-03-091-3/+0
| * erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang2023-03-091-6/+6
| * erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang2023-03-091-1/+1
| * erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li2023-03-093-4/+4
* | Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-101-0/+2
|\ \
| * | NFSD: Protect against filesystem freezingChuck Lever2023-03-071-0/+2
* | | Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-03-106-31/+81
|\ \ \
| * | | btrfs: fix block group item corruption after inserting new block groupFilipe Manana2023-03-081-1/+12
| * | | btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana2023-03-061-1/+6
| * | | btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn2023-03-061-1/+2
| * | | btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota2023-03-061-1/+1
| * | | btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inodevoid0red2023-03-061-1/+1
| * | | btrfs: ioctl: return device fsid from DEV_INFO ioctlQu Wenruo2023-03-061-0/+1
| * | | btrfs: fix potential dead lock in size class loading logicBoris Burkov2023-03-061-26/+16
| * | | btrfs: sysfs: add size class statsBoris Burkov2023-03-011-0/+42
* | | | udf: Warn if block mapping is done for in-ICB filesJan Kara2023-03-061-0/+3
* | | | udf: Fix reading of in-ICB filesJan Kara2023-03-061-0/+9
* | | | udf: Fix lost writes in udf_adinicb_writepage()Jan Kara2023-03-061-1/+1
| |_|/ |/| |
* | | 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