summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-02-07btrfs: fix two misuses of folio_shift()Matthew Wilcox (Oracle)
2025-02-07bcachefs: Fix marking reflink pointers to missing indirect extentsKent Overstreet
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-07Merge tag 'bcachefs-2025-02-06.2' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-02-07fs: dcache: move the sysctl to fs/dcache.cKaixiong Yu
2025-02-07fs: drop_caches: move sysctl to fs/drop_caches.cKaixiong Yu
2025-02-07fs: fs-writeback: move sysctl to fs/fs-writeback.cKaixiong Yu
2025-02-07pidfs: improve ioctl handlingChristian Brauner
2025-02-07fsnotify: disable pre-content and permission events by defaultAmir Goldstein
2025-02-07fsnotify: disable notification by default for all pseudo filesAmir Goldstein
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein
2025-02-07fs: fix adding security options to statmount.mnt_optMiklos Szeredi
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher
2025-02-07gfs2: switch to lockref_init(..., 1)Andreas Gruenbacher
2025-02-07gfs2: use lockref_init for gl_lockrefAndreas Gruenbacher
2025-02-07statmount: let unset strings be emptyMiklos Szeredi
2025-02-07vboxsf: fix building with GCC 15Brahmajit Das
2025-02-07fs/stat.c: avoid harmless garbage value problem in vfs_statx_path()Su Hui
2025-02-06bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_r...Kent Overstreet
2025-02-06bcachefs: Fix rcu imbalance in bch2_fs_btree_key_cache_exit()Kent Overstreet
2025-02-06bcachefs: Fix discard path journal flushingKent Overstreet
2025-02-06bcachefs: fix deadlock in journal_entry_open()Jeongjun Park
2025-02-06bcachefs: fix incorrect pointer check in __bch2_subvolume_delete()Jeongjun Park
2025-02-06f2fs: remove unnecessary null checkingKohei Enju
2025-02-06f2fs: introduce f2fs_base_attr for global sysfs entriesJaegeuk Kim
2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya
2025-02-06sysv: convert sysv to use the new mount apiEric Sandeen
2025-02-06iomap: pass private data to iomap_truncate_pageChristoph Hellwig
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig
2025-02-06iomap: pass private data to iomap_page_mkwriteChristoph Hellwig
2025-02-06iomap: add a io_private field to struct iomap_ioendChristoph Hellwig
2025-02-06iomap: optionally use ioends for direct I/OChristoph Hellwig
2025-02-06iomap: factor out a iomap_dio_done helperChristoph Hellwig
2025-02-06iomap: move common ioend code to ioend.cChristoph Hellwig
2025-02-06iomap: split bios to zone append limits in the submission handlersChristoph Hellwig
2025-02-06iomap: add a IOMAP_F_ANON_WRITE flagChristoph Hellwig
2025-02-06iomap: simplify io_flags and io_type in struct iomap_ioendChristoph Hellwig
2025-02-06iomap: allow the file system to submit the writeback biosChristoph Hellwig
2025-02-06vfs: remove some unused old mount api codeEric Sandeen
2025-02-06vfs: Convert devpts to use the new mount APIDavid Howells
2025-02-06pstore: convert to the new mount APIEric Sandeen
2025-02-06pipe: don't update {a,c,m}time for anonymous pipesOleg Nesterov
2025-02-06pipe: introduce struct file_operations pipeanon_fopsOleg Nesterov
2025-02-05smb: client: get rid of kstrdup() in get_ses_refpath()Paulo Alcantara
2025-02-05smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara
2025-02-05smb: client: don't trust DFSREF_STORAGE_SERVER bitPaulo Alcantara
2025-02-05vfs: add notifications for mount attach and detachMiklos Szeredi
2025-02-05fanotify: notify on mount attach and detachMiklos Szeredi
2025-02-05Merge tag 'for-6.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-05fs/ntfs3: Update inode->i_mapping->a_ops on compression stateKonstantin Komarov