summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | | erofs: simplify readdir operationHongzhen Luo2024-08-192-24/+13
| |/ / / / /
* | | | | | ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2024-08-192-4/+4
* | | | | | ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon2024-08-194-3/+45
* | | | | | ksmbd: Use unsafe_memcpy() for ntlm_negotiateNamjae Jeon2024-08-191-2/+5
|/ / / / /
* | | | | Merge tag 'for-6.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-185-8/+86
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo2024-08-161-1/+7
| * | | | btrfs: zoned: properly take lock to read/update block group's zoned variablesNaohiro Aota2024-08-151-6/+8
| * | | | btrfs: tree-checker: add dev extent item checksQu Wenruo2024-08-151-0/+69
| * | | | btrfs: update target inode's ctime on unlinkJeff Layton2024-08-151-0/+1
| * | | | btrfs: send: annotate struct name_cache_entry with __counted_by()Thorsten Blum2024-08-151-1/+1
* | | | | fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn2024-08-181-2/+4
* | | | | Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-08-182-6/+17
|\ \ \ \ \
| * | | | | smb: smb2pdu.h: Use static_assert() to check struct sizesGustavo A. R. Silva2024-08-151-0/+2
| * | | | | smb3: fix lock breakage for cached writesSteve French2024-08-151-4/+9
| * | | | | smb/client: avoid possible NULL dereference in cifs_free_subrequest()Su Hui2024-08-151-2/+6
* | | | | | Merge tag 'xfs-6.11-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-08-173-2/+24
|\ \ \ \ \ \
| * | | | | | xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong2024-08-141-0/+11
| * | | | | | xfs: revert AIL TASK_KILLABLE thresholdDarrick J. Wong2024-08-141-1/+6
| * | | | | | xfs: attr forks require attr, not attr2Darrick J. Wong2024-08-141-1/+7
| |/ / / / /
* | | | | | Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-08-1753-672/+648
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | bcachefs: Fix locking in __bch2_trans_mark_dev_sb()Kent Overstreet2024-08-172-9/+10