summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext4: deal with legacy signed xattr name hash valuesLinus Torvalds2023-01-211-2/+39
* Merge tag '6.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-01-203-156/+105
|\
| * cifs: remove unused functionPaulo Alcantara2023-01-182-63/+0
| * cifs: do not include page data when checking signatureEnzo Matsumiya2023-01-181-6/+9
| * cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara2023-01-181-3/+3
| * cifs: handle cache lookup errors different than -ENOENTPaulo Alcantara2023-01-181-2/+9
| * cifs: remove duplicate code in __refresh_tcon()Paulo Alcantara2023-01-181-38/+33
| * cifs: don't take exclusive lock for updating target hintsPaulo Alcantara2023-01-181-27/+20
| * cifs: avoid re-lookups in dfs_cache_find()Paulo Alcantara2023-01-181-24/+34
| * cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara2023-01-181-19/+23
* | Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-203-36/+52
|\ \
| * | btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana2023-01-161-8/+17
| * | btrfs: fix invalid leaf access due to inline extent during lseekFilipe Manana2023-01-161-3/+10
| * | btrfs: stop using write_one_page in btrfs_scratch_superblockChristoph Hellwig2023-01-161-9/+8
| * | btrfs: factor out scratching of one regular super blockChristoph Hellwig2023-01-161-25/+26
* | | Merge tag 'zonefs-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-01-191-0/+22
|\ \ \
| * | | zonefs: Detect append writes at invalid locationsDamien Le Moal2023-01-161-0/+22
| | |/ | |/|
* | | Merge tag 'affs-for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-181-1/+1
|\ \ \
| * | | affs: initialize fsdata in affs_truncate()Alexander Potapenko2023-01-101-1/+1
* | | | Merge tag 'erofs-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-01-183-16/+19
|\ \ \ \
| * | | | erofs: clean up parsing of fscache related optionsJingbo Xu2023-01-161-7/+6
| * | | | erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang2023-01-101-6/+6
| * | | | erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant2023-01-101-3/+7
* | | | | Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-01-175-26/+20
|\ \ \ \ \
| * | | | | NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo2023-01-122-5/+5
| * | | | | NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo2023-01-123-21/+14
| * | | | | NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Xingyuan Mo2023-01-121-0/+1
* | | | | | Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-01-172-9/+34
|\ \ \ \ \ \
| * | | | | | nilfs2: fix general protection fault in nilfs_btree_insert()Ryusuke Konishi2023-01-121-3/+12
| * | | | | | mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand2023-01-121-6/+22
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-01-167-21/+71
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | btrfs: do not abort transaction on failure to update log rootFilipe Manana2023-01-121-7/+4
| * | | | btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana2023-01-122-3/+8
| * | | | btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana2023-01-121-1/+3
| * | | | btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana2023-01-121-6/+15
| * | | | btrfs: fix missing error handling when logging directory itemsFilipe Manana2023-01-121-0/+9