summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Convert gfs2_page_add_databufs to foliosAndreas Gruenbacher2023-02-223-8/+8
* gfs2: jdata writepage fixAndreas Gruenbacher2023-02-221-2/+1
* gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher2023-01-311-2/+6
* Revert "GFS2: free disk inode which is deleted by remote node -V2"Bob Peterson2023-01-311-18/+0
* gfs2: Evict inodes cooperativelyAndreas Gruenbacher2023-01-313-0/+59
* gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher2023-01-312-3/+12
* gfs2: Cease delete work during unmountBob Peterson2023-01-312-1/+5
* gfs2: Add SDF_DEACTIVATING super block flagBob Peterson2023-01-313-0/+4
* gfs2: check gl_object in rgrp glopsBob Peterson2023-01-311-3/+6
* gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher2023-01-316-22/+45
* gfs2: Move delete workqueue into super blockAndreas Gruenbacher2023-01-315-16/+22
* gfs2: Get rid of GLF_PENDING_DELETE flagAndreas Gruenbacher2023-01-314-34/+5
* gfs2: Make glock lru list scanning saferAndreas Gruenbacher2023-01-311-5/+9
* gfs2: Clean up gfs2_scan_glock_lruAndreas Gruenbacher2023-01-311-9/+4
* gfs2: Improve gfs2_upgrade_iopen_glock commentAndreas Gruenbacher2023-01-311-8/+16
* gfs2: gl_object races fixAndreas Gruenbacher2023-01-273-5/+11
* Merge branch 'iomap-for-next' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linu...Andreas Gruenbacher2023-01-243-45/+88
|\
| * iomap: Rename page_ops to folio_opsAndreas Gruenbacher2023-01-183-14/+14
| * iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher2023-01-182-5/+5
| * iomap: Add __iomap_get_folio helperAndreas Gruenbacher2023-01-181-4/+12
| * iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher2023-01-182-19/+19
| * iomap: Add iomap_get_folio helperAndreas Gruenbacher2023-01-181-9/+30
| * iomap: Rename page_done handler to put_folioAndreas Gruenbacher2023-01-182-4/+4
| * iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher2023-01-182-7/+16
| * iomap: Add __iomap_put_folio helperAndreas Gruenbacher2023-01-181-12/+17
* | Merge tag 'gfs2-v6.2-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-01-221-1/+10
|\ \
| * | Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher2023-01-221-1/+10
| |/
* | 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