summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-03-07ext4: initialize sbi->s_freeclusters_counter and sbi->s_dirtyclusters_counter...Kemeng Shi
2024-03-07ext4: hold group lock in ext4 kunit testKemeng Shi
2024-03-07ext4: alloc test super block from sgetKemeng Shi
2024-03-07ext4: kunit: use dynamic inode allocationArnd Bergmann
2024-03-07ext4: enable meta_bg only when new desc blocks are neededSrivathsa Dara
2024-03-07ext4: remove unused parameter biop in ext4_issue_discard()Wenchao Hao
2024-03-07ext4: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-03-07ext4: verify s_clusters_per_group even without bigallocJan Kara
2024-03-07ext4: fix corruption during on-line resizeMaximilian Heyne
2024-03-07ext4: don't report EOPNOTSUPP errors from discardJan Kara
2024-03-07ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()Jan Kara
2024-02-21ext4: fold quota accounting into ext4_xattr_inode_lookup_create()Jan Kara
2024-02-21ext4: correct best extent lstart adjustment logicBaokun Li
2024-02-21ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin
2024-02-21ext4: add a hint for block bitmap corrupt state in mb_groupsZhang Yi
2024-02-21ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks()Cheng Nie
2024-02-21ext4: improve error msg for ext4_mb_seq_groups_showyangerkun
2024-02-21ext4: remove unused buddy_loaded in ext4_mb_seq_groups_showyangerkun
2024-02-21ext4: Add unit test for ext4_mb_mark_diskspace_usedKemeng Shi
2024-02-21ext4: Add unit test for mb_free_blocksKemeng Shi
2024-02-21ext4: Add unit test for mb_mark_usedKemeng Shi
2024-02-21ext4: Add unit test of ext4_mb_generate_buddyKemeng Shi
2024-02-21ext4: Add unit test for test_free_blocks_simpleKemeng Shi
2024-02-04Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-04Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-02-04Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-02-02Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-02Merge tag 'gfs2-v6.8-rc2-revert' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-02Revert "gfs2: Use GL_NOBLOCK flag for non-blocking lookups"Andreas Gruenbacher
2024-02-01ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi
2024-02-01ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi
2024-02-01ext4: add a hole extent entry in cache after punchZhang Yi
2024-02-01ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi
2024-02-01ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi
2024-02-01ext4: refactor ext4_da_map_blocks()Zhang Yi
2024-02-01Merge tag 'exfat-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara
2024-02-01cifs: failure to add channel on iface should bump up weightShyam Prasad N
2024-02-01cifs: do not search for channel if server is terminatingShyam Prasad N
2024-02-01cifs: avoid redundant calls to disable multichannelShyam Prasad N
2024-02-01eventfs: Keep all directory links at 1Steven Rostedt (Google)
2024-02-01eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)
2024-02-01eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)
2024-02-01eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)
2024-02-01eventfs: Get rid of dentry pointers without refcountsLinus Torvalds
2024-02-01eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds
2024-02-01eventfs: Remove unused d_parent pointer fieldLinus Torvalds
2024-02-01tracefs: dentry lookup crapectomyLinus Torvalds
2024-01-31cifs: make sure that channel scaling is done only onceShyam Prasad N
2024-01-31tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds