summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-02jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis
2024-01-01bcachefs: make RO snapshots actually ROKent Overstreet
2024-01-01bcachefs: bch_sb_field_downgradeKent Overstreet
2024-01-01bcachefs: bch_sb.recovery_passes_requiredKent Overstreet
2024-01-01bcachefs: Add persistent identifiers for recovery passesKent Overstreet
2024-01-01bcachefs: prt_bitflags_vector()Kent Overstreet
2024-01-01bcachefs: move BCH_SB_ERRS() to sb-errors_types.hKent Overstreet
2024-01-01bcachefs: fix buffer overflow in nocow write pathKent Overstreet
2024-01-01bcachefs: DARRAY_PREALLOCATED()Kent Overstreet
2024-01-01bcachefs: Switch darray to kvmalloc()Kent Overstreet
2024-01-01bcachefs: Factor out darray resize slowpathKent Overstreet
2024-01-01bcachefs: fix setting version_upgrade_completeKent Overstreet
2024-01-01bcachefs: fix invalid free in dio write pathKent Overstreet
2024-01-01bcachefs: Fix extents iteration + snapshots interactionKent Overstreet
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid Howells
2024-01-01afs: Fix offline and busy message emissionDavid Howells
2024-01-01afs: Fix fileserver rotationDavid Howells
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells
2024-01-01afs: Don't leave DONTUSE/NEWREPSITE servers out of server listDavid Howells
2024-01-01afs: Fix comment in afs_do_lookup()David Howells
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells
2024-01-01afs: Move the vnode/volume validity checking code into its own fileDavid Howells
2024-01-01afs: Defer volume record destruction to a workqueueDavid Howells
2024-01-01afs: Make it possible to find the volumes that are using a serverDavid Howells
2024-01-01afs: Combine the endpoint state bools into a bitmaskDavid Howells
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells
2024-01-01afs: Dispatch vlserver probes in priority orderDavid Howells
2024-01-01afs: Dispatch fileserver probes in priority orderDavid Howells
2024-01-01afs: Mark address lists with configured prioritiesDavid Howells
2024-01-01afs: Provide a way to configure address prioritiesDavid Howells
2024-01-01afs: Remove the unimplemented afs_cmp_addr_list()David Howells
2024-01-01afs: Add some more info to /proc/net/afs/serversDavid Howells
2023-12-30Merge tag 'trace-v6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-29nilfs2: cpfile: fix some kernel-doc warningsRandy Dunlap
2023-12-29nilfs2: add missing set_freezable() for freezable kthreadKevin Hao
2023-12-29fs: remove the bh_end_io argument from __block_write_full_folioMatthew Wilcox (Oracle)
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)
2023-12-29ufs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29sysv: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29ocfs2: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29minix: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29hfsplus: really remove hfsplus_writepageMatthew Wilcox (Oracle)
2023-12-29hfs: really remove hfs_writepageMatthew Wilcox (Oracle)
2023-12-29bfs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29adfs: remove writepage implementationMatthew Wilcox (Oracle)
2023-12-29fs: reduce stack usage in do_mpage_readpageMatthew Wilcox (Oracle)
2023-12-29fs: reduce stack usage in __mpage_writepageMatthew Wilcox (Oracle)
2023-12-29fs: convert clean_buffers() to take a folioMatthew Wilcox (Oracle)
2023-12-29fs: remove clean_page_buffers()Matthew Wilcox (Oracle)