summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds
2025-03-08f2fs: control nat_bits feature via mount optionChao Yu
2025-03-08vfs: Remove invalidate_inodes()Jan Kara
2025-03-07binfmt_elf_fdpic: fix variable set but not used warningsunliming
2025-03-07Merge tag 'execve-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-07Merge tag 'for-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain
2025-03-07efivarfs: Revert "allow creation of zero length files"Ard Biesheuvel
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds
2025-03-06Merge tag 'bcachefs-2025-03-06' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-03-06bcachefs: copygc now skips non-rw devicesKent Overstreet
2025-03-06bcachefs: Fix bch2_dev_journal_alloc() spuriously failingKent Overstreet
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-06Merge tag 'v6.14-rc5-smb3-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-03-06Merge tag 'exfat-for-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-06fs/pipe: fix pipe buffer index use in FUSELinus Torvalds
2025-03-06fs/pipe: do not open-code pipe head/tail logic in FIONREADLinus Torvalds
2025-03-06fs/ntfs3: Remove unused ntfs_flush_inodesDr. David Alan Gilbert
2025-03-06fs/ntfs3: Remove unused ntfs_sb_readDr. David Alan Gilbert
2025-03-06fs/ntfs3: Remove unused ni_load_attrDr. David Alan Gilbert
2025-03-06fs/ntfs3: Prevent integer overflow in hdr_first_de()Dan Carpenter
2025-03-06fs/ntfs3: Fix a couple integer overflows on 32bit systemsDan Carpenter
2025-03-06btrfs: fix a leaked chunk map issue in read_one_chunk()Haoxiang Li
2025-03-06iomap: Lift blocksize restriction on atomic writesRitesh Harjani (IBM)
2025-03-06iomap: Support SW-based atomic writesJohn Garry
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry
2025-03-06Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...Christian Brauner
2025-03-06orangefs: Convert orangefs_writepages to contain an array of foliosMatthew Wilcox (Oracle)
2025-03-06orangefs: Simplify bvec setup in orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Unify error & success paths in orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Pass mapping to orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Convert orangefs_writepage_locked() to take a folioMatthew Wilcox (Oracle)
2025-03-06orangefs: Remove orangefs_writepage()Matthew Wilcox (Oracle)
2025-03-06orangefs: make open_for_read and open_for_write booleanMatthew Wilcox (Oracle)
2025-03-06orangefs: Move s_kmod_keyword_mask_map to orangefs-debugfs.cMatthew Wilcox (Oracle)
2025-03-06orangefs: Do not truncate file sizeMatthew Wilcox (Oracle)
2025-03-05NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer
2025-03-05ext4: protect ext4_release_dquot against freezingOjaswin Mujoo
2025-03-05fs: use fput_close() in path_openat()Mateusz Guzik
2025-03-05fs: use fput_close() in filp_close()Mateusz Guzik
2025-03-05fs: use fput_close_sync() in close()Mateusz Guzik
2025-03-05file: add fput and file_ref_put routines optimized for use when closing a fdMateusz Guzik
2025-03-05fs: predict no error in close()Mateusz Guzik
2025-03-05f2fs: set highest IO priority for checkpoint threadJaegeuk Kim
2025-03-05exfat: add a check for invalid data sizeYuezhang Mo
2025-03-05exfat: short-circuit zero-byte writes in exfat_file_write_iterEric Sandeen
2025-03-05exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon
2025-03-05exfat: fix just enough dentries but allocate a new cluster to dirYuezhang Mo
2025-03-05pidfs: allow to retrieve exit informationChristian Brauner
2025-03-05pidfs: record exit code and cgroupid at exitChristian Brauner