aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-28fs: Allow statmount() in foreign mount namespaceChristian Brauner1-6/+25
2024-06-28fs: Allow listmount() in foreign mount namespaceChristian Brauner1-18/+70
2024-06-28fs: export the mount ns id via statmountJosef Bacik1-0/+11
2024-06-28fs: keep an index of current mount namespacesJosef Bacik2-2/+113
2024-06-28fs: relax permissions for statmount()Christian Brauner1-1/+2
2024-06-28fs: relax permissions for listmount()Christian Brauner1-1/+1
2024-06-28listmount: allow listing in reverse orderChristian Brauner1-10/+49
2024-06-28fs: simplify error handlingChristian Brauner1-12/+6
2024-06-28fs: don't copy to userspace under namespace semaphoreChristian Brauner1-42/+56
2024-06-27ext4: make ext4_da_map_blocks() buffer_head unawareZhang Yi1-32/+31
2024-06-27ext4: make ext4_insert_delayed_block() insert multi-blocksZhang Yi1-15/+36
2024-06-27ext4: factor out a helper to check the cluster allocation stateZhang Yi1-17/+38
2024-06-27ext4: make ext4_da_reserve_space() reserve multi-clustersZhang Yi1-9/+9
2024-06-27ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi3-24/+53
2024-06-27ext4: drop iblock parameterZhang Yi1-8/+7
2024-06-27ext4: trim delalloc extentZhang Yi1-4/+10
2024-06-27ext4: warn if delalloc counters are not zero on inactiveZhang Yi1-1/+5
2024-06-27ext4: check the extent status again before inserting delalloc blockZhang Yi1-0/+21
2024-06-27ext4: factor out a common helper to query extent mapZhang Yi1-25/+32
2024-06-27Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-06-27Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-28/+45
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik3-3/+31
2024-06-27vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik3-41/+97
2024-06-27stat: use vfs_empty_path() helperChristian Brauner1-10/+2
2024-06-27fs: reflow may_create_in_sticky()Christian Brauner1-16/+35
2024-06-27ext4: fix infinite loop when replaying fast_commitLuis Henriques (SUSE)1-0/+2
2024-06-27jbd2: remove unnecessary "should_sleep" in kjournald2Kemeng Shi1-5/+2
2024-06-27jbd2: remove dead check of JBD2_UNMOUNT in kjournald2Kemeng Shi1-2/+0
2024-06-27jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2Kemeng Shi1-2/+0
2024-06-27jbd2: use bh_in instead of jh2bh(jh_in) to simplify codeKemeng Shi1-2/+2
2024-06-27jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_bufferKemeng Shi1-5/+4
2024-06-27jbd2: jump to new copy_done tag when b_frozen_data is created concurrentlyKemeng Shi1-7/+6
2024-06-27jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_bufferKemeng Shi1-5/+2
2024-06-27jbd2: remove unused return info from jbd2_journal_write_metadata_bufferKemeng Shi2-11/+8
2024-06-27jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi1-0/+1
2024-06-27ext4: fix uninitialized variable in ext4_inlinedir_to_treeXiaxi Shen1-1/+5
2024-06-27jfs: don't walk off the end of ealistlei lu1-4/+19
2024-06-27jbd2: use str_plural() to fix Coccinelle warningThorsten Blum1-1/+2
2024-06-27ext4: block_validity: Remove unnecessary ‘NULL’ values from new_nodeLi zeming1-1/+1
2024-06-26jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li1-0/+2
2024-06-26jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park1-1/+4
2024-06-26jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis1-0/+2
2024-06-26fs/ntfs3: Fix field-spanning write in INDEX_HDRKonstantin Komarov2-6/+7
2024-06-26ntfs3: Convert attr_wof_frame_info() to use a folioMatthew Wilcox (Oracle)3-20/+21
2024-06-26ntfs3: Convert ni_readpage_cmpr() to take a folioMatthew Wilcox (Oracle)3-8/+9
2024-06-26ntfs3: Convert ntfs_get_frame_pages() to use a folioMatthew Wilcox (Oracle)1-8/+9
2024-06-26ntfs3: Remove calls to set/clear the error flagMatthew Wilcox (Oracle)1-4/+0
2024-06-26ntfs3: Convert attr_make_nonresident to use a folioMatthew Wilcox (Oracle)1-14/+13
2024-06-26ntfs3: Convert attr_data_write_resident to use a folioMatthew Wilcox (Oracle)3-11/+7
2024-06-26ntfs3: Convert ntfs_write_end() to work on a folioMatthew Wilcox (Oracle)1-7/+8