summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-02-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu
2024-02-29f2fs: delete f2fs_get_new_segment() declarationChao Yu
2024-02-27f2fs: introduce get_available_block_count() for cleanupChao Yu
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong
2024-02-27f2fs: kill heap-based allocationJaegeuk Kim
2024-02-27f2fs: support SEEK_DATA and SEEK_HOLE for compression filesDaeho Jeong
2024-02-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu
2024-02-27f2fs: Use folio in f2fs_read_merkle_tree_pageHuangXiaojia
2024-02-27f2fs: fix to create selinux label during whiteout initializationChao Yu
2024-02-27f2fs: separate f2fs_gc_range() to use GC for a rangeDaeho Jeong
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim
2024-02-05f2fs: fix to avoid potential panic during recoveryChao Yu
2024-02-05f2fs: use IS_INODE replace IS_DNODE in f2fs_flush_inline_dataZhiguo Niu
2024-02-05f2fs: compress: remove some redundant codes in f2fs_cache_compressed_pageZhiguo Niu
2024-02-05f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu
2024-02-05f2fs: use f2fs_err_ratelimited() to avoid redundant logsChao Yu
2024-02-05f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu
2024-02-05f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi
2024-02-05f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu
2024-02-05f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu
2024-02-05f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu
2024-02-05f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu
2024-02-05f2fs: compress: fix to check unreleased compressed clusterSheng Yong
2024-02-05f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu
2024-02-05f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu
2024-02-05f2fs: check free sections before disable checkpointWu Bo
2024-02-05f2fs: remove unnecessary f2fs_put_page in f2fs_renameJaegeuk Kim
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