summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-10btrfs: convert writepage_delalloc() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_mark_ordered_io_finished() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_finish_ordered_extent() to take a folioJosef Bacik
2024-09-10btrfs: convert can_finish_ordered_extent() to use a folioJosef Bacik
2024-09-10btrfs: utilize folio more in btrfs_page_mkwrite()Josef Bacik
2024-09-10btrfs: convert add_ra_bio_pages() to use only foliosJosef Bacik
2024-09-10btrfs: convert __extent_writepage() to be completely folio basedJosef Bacik
2024-09-10btrfs: convert extent_write_locked_range() to use foliosJosef Bacik
2024-09-10btrfs: convert __extent_writepage_io() to take a folioJosef Bacik
2024-09-10btrfs: update the writepage tracepoint to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_do_readpage() to only use a folioJosef Bacik
2024-09-10btrfs: convert submit_extent_page() to use a folioJosef Bacik
2024-09-10btrfs: convert begin_page_folio() to take a folio insteadJosef Bacik
2024-09-10btrfs: convert end_page_read() to take a folioJosef Bacik
2024-09-10btrfs: convert btrfs_read_folio() to only use a folioJosef Bacik
2024-09-10btrfs: convert btrfs_readahead() to only use folioJosef Bacik
2024-09-10btrfs: print message on device opening error during mountLi Zhang
2024-09-10btrfs: move uuid tree related code to uuid-tree.[ch]Qu Wenruo
2024-09-10btrfs: reduce size and overhead of extent_map_block_end()Filipe Manana
2024-09-10btrfs: update stripe_extent delete loop assumptionsJohannes Thumshirn
2024-09-10btrfs: update stripe extents for existing logical addressesJohannes Thumshirn
2024-09-06Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-09-06libfs: fix get_stashed_dentry()Christian Brauner
2024-09-05Merge tag 'trace-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-05eventfs: Use list_del_rcu() for SRCU protected list variableSteven Rostedt
2024-09-04Merge tag 'bcachefs-2024-09-04' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-09-04Merge tag 'for-6.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-04Merge tag 'v6.11-rc6-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-09-04Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-04Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-03bcachefs: BCH_SB_MEMBER_INVALIDKent Overstreet
2024-09-03Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-03btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana
2024-09-03netfs, cifs: Improve some debugging bitsDavid Howells
2024-09-03cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3David Howells
2024-09-03cifs: Fix zero_point init on inode initialisationDavid Howells
2024-09-03smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara
2024-09-03smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara
2024-09-02smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara
2024-09-02btrfs: zoned: handle broken write pointer on zonesNaohiro Aota
2024-09-02btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin
2024-09-01nilfs2: fix state management in error path of log writing functionRyusuke Konishi
2024-09-01nilfs2: fix missing cleanup on rollforward recovery errorRyusuke Konishi
2024-09-01nilfs2: protect references to superblock parameters exposed in sysfsRyusuke Konishi
2024-09-01bcachefs: fix rebalance accountingKent Overstreet
2024-09-01fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAFBaokun Li
2024-09-01Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-09-01Merge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefsLinus Torvalds
2024-08-31bcachefs: Mark more errors as autofixKent Overstreet
2024-08-31bcachefs: Revert lockless buffered IO pathKent Overstreet