summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-01-1911-63/+98
|\
| * ceph: get rid of passing callbacks in __dentry_leases_walk()Al Viro2024-01-151-8/+13
| * ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thingAl Viro2024-01-151-2/+0
| * ceph: fix invalid pointer access if get_quota_realm return ERR_PTRWenchao Hao2024-01-151-17/+22
| * ceph: remove duplicated code in ceph_netfs_issue_read()Xiubo Li2024-01-151-2/+2
| * ceph: send oldest_client_tid when renewing capsXiubo Li2024-01-151-5/+17
| * ceph: rename create_session_open_msg() to create_session_full_msg()Xiubo Li2024-01-151-3/+5
| * ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTIONEric Biggers2024-01-151-0/+1
| * ceph: fix deadlock or deadcode of misusing dget()Xiubo Li2024-01-151-6/+3
| * ceph: try to allocate a smaller extent map for sparse readXiubo Li2024-01-154-5/+28
| * libceph: remove MAX_EXTENTS check for sparse readsXiubo Li2024-01-151-13/+4
| * ceph: reinitialize mds feature bit even when session in openVenky Shankar2024-01-151-1/+1
| * ceph: skip reconnecting if MDS is not readyXiubo Li2024-01-151-1/+2
* | Merge tag 'xfs-6.8-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-191-1/+1
|\ \
| * | xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong2024-01-111-1/+1
* | | Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds2024-01-198-26/+48
|\ \ \
| * | | ksmbd: only v2 leases handle the directoryNamjae Jeon2024-01-151-0/+6
| * | | ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon2024-01-144-18/+13
| * | | ksmbd: validate mech token in session setupNamjae Jeon2024-01-143-5/+23
| * | | ksmbd: update feature status in documentationNamjae Jeon2024-01-141-3/+6
* | | | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-1974-2180/+4158
|\ \ \ \
| * \ \ \ Merge tag 'netfs-lib-20240109' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Christian Brauner2024-01-119-30/+56
| |\ \ \ \
| | * | | | netfs: Fix wrong #ifdef hiding waitDavid Howells2024-01-091-1/+1
| | * | | | cachefiles: Fix signed/unsigned mixupDavid Howells2024-01-091-3/+3
| | * | | | netfs: Fix the loop that unmarks folios after writing to the cacheDavid Howells2024-01-062-1/+2
| | * | | | netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells2024-01-057-15/+41
| | * | | | netfs: Count DIO writesDavid Howells2024-01-053-4/+9
| | * | | | netfs: Mark netfs_unbuffered_write_iter_locked() staticDavid Howells2024-01-052-8/+2
| * | | | | Merge tag 'netfs-lib-20240104' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Christian Brauner2024-01-047-28/+36
| |\| | | |
| | * | | | netfs: Fix proc/fs/fscache symlink to point to "netfs" not "../netfs"David Howells2024-01-041-1/+1
| | * | | | netfs: Rearrange netfs_io_subrequest to put request pointer firstDavid Howells2024-01-041-1/+1
| | * | | | 9p: Use length of data written to the server in preference to errorDavid Howells2024-01-041-4/+3
| | * | | | 9p: Do a couple of cleanupsDavid Howells2024-01-041-8/+9
| | * | | | 9p: Fix initialisation of netfs_inode for 9pDavid Howells2024-01-033-3/+5
| | * | | | cachefiles: Fix __cachefiles_prepare_write()David Howells2024-01-031-11/+17
| * | | | | Merge tag 'netfs-lib-20231228' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Christian Brauner2023-12-2872-2485/+4248
| |\| | | |
| | * | | | 9p: Use netfslib read/write_iterDavid Howells2023-12-284-309/+85
| | * | | | afs: Use the netfs write helpersDavid Howells2023-12-284-726/+84
| | * | | | netfs: Export the netfs_sreq tracepointDavid Howells2023-12-281-0/+2
| | * | | | netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-2811-20/+58
| | * | | | netfs: Implement a write-through caching optionDavid Howells2023-12-287-12/+162
| | * | | | netfs: Provide a launder_folio implementationDavid Howells2023-12-284-0/+80
| | * | | | netfs: Provide a writepages implementationDavid Howells2023-12-282-0/+638
| | * | | | netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells2023-12-289-26/+25
| | * | | | netfs: Provide netfs_file_read_iter()David Howells2023-12-282-0/+75
| | * | | | netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()David Howells2023-12-282-0/+63
| | * | | | netfs: Implement buffered write APIDavid Howells2023-12-282-0/+86
| | * | | | netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-2811-10/+224
| | * | | | netfs: Implement unbuffered/DIO read supportDavid Howells2023-12-2810-11/+226
| | * | | | netfs: Allocate multipage folios in the writepathDavid Howells2023-12-281-2/+7