summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-02-28ceph: fix generic/421 test failureViacheslav Dubeyko
2025-02-28ceph: introduce ceph_submit_write() methodViacheslav Dubeyko
2025-02-28ceph: introduce ceph_process_folio_batch() methodViacheslav Dubeyko
2025-02-28ceph: extend ceph_writeback_ctl for ceph_writepages_start() refactoringViacheslav Dubeyko
2025-02-27ceph: return the correct dentry on mkdirNeilBrown
2025-02-27hostfs: store inode in dentry after mkdir if possible.NeilBrown
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe
2025-02-27iomap: make buffered writes work with RWF_DONTCACHEJens Axboe
2025-02-27efivarfs: allow creation of zero length filesJames Bottomley
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe
2025-02-27iomap: make buffered writes work with RWF_DONTCACHEJens Axboe
2025-02-27epoll: simplify ep_busy_loop by removing always 0 argumentLin Feng
2025-02-27Merge patch series "prep patches for my mkdir series"Christian Brauner
2025-02-26Merge tag 'bcachefs-2025-02-26' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-02-26bcachefs: Fix truncate sometimes failing and returning 1Kent Overstreet
2025-02-26bcachefs: Fix deadlockAlan Huang
2025-02-26bcachefs: Check for -BCH_ERR_open_buckets_empty in journal resizeKent Overstreet
2025-02-26bcachefs: Revert directory i_sizeKent Overstreet
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-02-26ext2: Make ext2_params_spec staticJan Kara
2025-02-26affs: don't write overlarge OFS data block size fieldsSimon Tatham
2025-02-26affs: generate OFS sequence numbers starting at 1Simon Tatham
2025-02-26nfsd: drop fh_update() from S_IFDIR branch of nfsd_create_locked()NeilBrown
2025-02-26nfs/vfs: discard d_exact_alias()NeilBrown
2025-02-26iomap: introduce a full map advance helperBrian Foster
2025-02-26iomap: rename iomap_iter processed field to statusBrian Foster
2025-02-26iomap: remove unnecessary advance from iomap_iter()Brian Foster
2025-02-26dax: advance the iomap_iter on pte and pmd faultsBrian Foster
2025-02-26dax: advance the iomap_iter on dedupe rangeBrian Foster
2025-02-26dax: advance the iomap_iter on unshare rangeBrian Foster
2025-02-26dax: advance the iomap_iter on zero rangeBrian Foster
2025-02-26dax: push advance down into dax_iomap_iter() for read and writeBrian Foster
2025-02-26dax: advance the iomap_iter in the read/write pathBrian Foster
2025-02-26iomap: convert misc simple ops to incremental advanceBrian Foster
2025-02-26iomap: advance the iter on direct I/OBrian Foster
2025-02-26iomap: advance the iter directly on buffered readBrian Foster
2025-02-26btrfs: replace deprecated strncpy() with strscpy()Thorsten Blum
2025-02-26btrfs: zoned: fix extent range end unlock in cow_file_range()Naohiro Aota
2025-02-25cifs: Fix the smb1 readv callback to correctly call netfsDavid Howells
2025-02-25lsm,nfs: fix memory leak of lsm_contextStephen Smalley
2025-02-25Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-25Merge tag 'vfs-6.14-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-25xfs: remove the XBF_STALE check from xfs_buf_rele_cachedChristoph Hellwig
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig
2025-02-25xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig
2025-02-25xfs: reduce context switches for synchronous buffered I/OChristoph Hellwig
2025-02-25iomap: Minor code simplification in iomap_dio_bio_iter()John Garry