summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-08-284-24/+49
|\
| * fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton2024-08-274-10/+26
| * nfsd: fix potential UAF in nfsd4_cb_getattr_releaseJeff Layton2024-08-261-1/+1
| * nfsd: hold reference to delegation when updating it for cb_getattrJeff Layton2024-08-261-3/+7
| * nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_openOlga Kornievskaia2024-08-231-9/+12
| * nfsd: ensure that nfsd4_fattr_args.context is zeroed outJeff Layton2024-08-221-1/+3
* | Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-285-22/+27
|\ \
| * | btrfs: fix uninitialized return value from btrfs_reclaim_sweep()Filipe Manana2024-08-272-13/+6
| * | btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo2024-08-271-8/+18
| * | btrfs: initialize last_extent_end to fix -Wmaybe-uninitialized warning in ext...David Sterba2024-08-261-1/+1
| * | btrfs: run delayed iputs when flushing delallocJosef Bacik2024-08-251-0/+2
* | | Merge tag 'v6.11-rc5-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-08-284-27/+43
|\ \ \
| * | | cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells2024-08-251-0/+22
| * | | smb/client: fix rdma usage in smb2_async_writev()Stefan Metzmacher2024-08-251-20/+20
| * | | smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher2024-08-254-6/+0
| * | | smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher2024-08-251-1/+1
* | | | Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-08-278-59/+79
|\ \ \ \ | |/ / / |/| | |
| * | | netfs: Fix interaction of streaming writes with zero-point trackerDavid Howells2024-08-241-0/+7
| * | | netfs: Fix missing iterator reset on retry of short readDavid Howells2024-08-241-0/+1
| * | | netfs: Fix trimming of streaming-write folios in netfs_inval_folio()David Howells2024-08-241-15/+35
| * | | netfs: Fix netfs_release_folio() to say no if folio dirtyDavid Howells2024-08-241-0/+3
| * | | afs: Fix post-setattr file edit to do truncation correctlyDavid Howells2024-08-241-3/+8
| * | | Merge patch series "ovl: simplify ovl_parse_param_lowerdir()"Christian Brauner2024-08-241-39/+12
| |\ \ \
| | * | | ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_errZhihao Cheng2024-08-231-2/+2
| | * | | ovl: fix wrong lowerdir number check for parameter Opt_lowerdirZhihao Cheng2024-08-231-33/+7
| | * | | ovl: pass string to ovl_parse_layer()Christian Brauner2024-08-231-4/+3
| * | | | backing-file: convert to using fops->splice_writeEd Tsai2024-08-231-1/+4
| * | | | romfs: fix romfs_read_folio()Christian Brauner2024-08-211-1/+1
| * | | | netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells2024-08-212-0/+8
* | | | | Merge tag 'bcachefs-2024-08-24' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-08-2525-192/+387
|\ \ \ \ \
| * | | | | bcachefs: Fix rebalance_work accountingKent Overstreet2024-08-245-27/+98
| * | | | | bcachefs: Fix failure to flush moves before sleeping in copygcKent Overstreet2024-08-241-1/+1
| * | | | | bcachefs: don't use rht_bucket() in btree_key_cache_scan()Kent Overstreet2024-08-221-3/+27
| * | | | | bcachefs: add missing inode_walker_exit()Kent Overstreet2024-08-221-0/+2
| * | | | | bcachefs: clear path->should_be_locked in bch2_btree_key_cache_drop()Kent Overstreet2024-08-221-0/+1
| * | | | | bcachefs: Fix double assignment in check_dirent_to_subvol()Yuesong Li2024-08-221-1/+0
| * | | | | bcachefs: Fix refcounting in discard pathKent Overstreet2024-08-221-6/+6
| * | | | | bcachefs: Fix compat issue with old alloc_v4 keysKent Overstreet2024-08-223-24/+36
| * | | | | bcachefs: Fix warning in bch2_fs_journal_stop()Kent Overstreet2024-08-221-1/+1
| * | | | | fs/super.c: improve get_tree() error messageKent Overstreet2024-08-221-2/+2
| * | | | | bcachefs: Fix missing validation in bch2_sb_journal_v2_validate()Kent Overstreet2024-08-221-0/+15
| * | | | | bcachefs: Fix replay_now_at() assertKent Overstreet2024-08-221-1/+7
| * | | | | bcachefs: Fix locking in bch2_ioc_setlabel()Kent Overstreet2024-08-221-2/+1
| * | | | | bcachefs: fix failure to relock in btree_node_fill()Kent Overstreet2024-08-221-0/+4
| * | | | | bcachefs: fix failure to relock in bch2_btree_node_mem_alloc()Kent Overstreet2024-08-223-21/+44
| * | | | | bcachefs: unlock_long() before resort in journal replayKent Overstreet2024-08-221-0/+1
| * | | | | bcachefs: fix missing bch2_err_str()Kent Overstreet2024-08-221-2/+1
| * | | | | bcachefs: fix time_stats_to_text()Kent Overstreet2024-08-221-1/+0
| * | | | | bcachefs: Fix bch2_bucket_gens_init()Kent Overstreet2024-08-221-1/+1
| * | | | | bcachefs: Fix bch2_trigger_alloc assertKent Overstreet2024-08-221-1/+1