summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * bcachefs: Fix failure to relock in btree_node_get()Kent Overstreet2024-08-221-0/+4
| * bcachefs: setting bcachefs_effective.* xattrs is a noopKent Overstreet2024-08-221-1/+11
| * bcachefs: Fix "trying to move an extent, but nr_replicas=0"Kent Overstreet2024-08-221-17/+12
| * bcachefs: bch2_data_update_init() cleanupKent Overstreet2024-08-221-78/+101
| * bcachefs: Extra debug for data move pathKent Overstreet2024-08-202-0/+5
| * bcachefs: Fix incorrect gfp flagsKent Overstreet2024-08-191-1/+1
| * bcachefs: fix field-spanning write warningKent Overstreet2024-08-191-1/+2
| * bcachefs: Reallocate table when we're increasing sizeKent Overstreet2024-08-191-1/+3
* | Merge tag '6.11-rc5-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-08-252-10/+10
|\ \
| * | smb/server: update misguided comment of smb2_allocate_rsp_buf()ChenXiaoSong2024-08-221-1/+1
| * | smb/server: remove useless assignment of 'file_present' in smb2_open()ChenXiaoSong2024-08-221-1/+0
| * | smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong2024-08-222-6/+6
| * | smb/server: fix return value of smb2_open()ChenXiaoSong2024-08-221-1/+1
| * | ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon2024-08-221-1/+2
* | | Merge tag 'nfs-for-6.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-08-245-19/+21
|\ \ \
| * | | NFS: Avoid unnecessary rescanning of the per-server delegation listTrond Myklebust2024-08-221-10/+5
| * | | NFSv4: Fix clearing of layout segments in layoutreturnTrond Myklebust2024-08-222-6/+8
| * | | NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegationsTrond Myklebust2024-08-221-0/+2
| * | | nfs: fix bitmap decoder to handle a 3rd wordJeff Layton2024-08-221-2/+4
| * | | nfs: fix the fetch of FATTR4_OPEN_ARGUMENTSJeff Layton2024-08-221-1/+2
* | | | Merge tag 'v6.11-rc4-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-08-247-13/+20
|\ \ \ \
| * | | | smb/client: fix typo: GlobalMid_Sem -> GlobalMid_LockChenXiaoSong2024-08-222-6/+6
| * | | | smb: client: ignore unhandled reparse tagsPaulo Alcantara2024-08-221-4/+7
| * | | | smb3: fix problem unloading module due to leaked refcount on shutdownSteve French2024-08-223-0/+6
| * | | | smb3: fix broken cached reads when posix locksSteve French2024-08-191-3/+1
| |/ / /
* | | | Merge tag 'erofs-for-6.11-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-08-225-55/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially failsGao Xiang2024-08-211-1/+2
| * | | erofs: allow large folios for compressed filesGao Xiang2024-08-191-10/+8
| * | | erofs: get rid of check_layout_compatibility()Hongzhen Luo2024-08-191-20/+6