summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-01-199-48/+89
|\
| * 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-153-3/+23
| * 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-197-23/+42
|\ \ \
| * | | 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
* | | | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-1955-2045/+3801
|\ \ \ \
| * | | | 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-055-15/+37
| * | | | netfs: Count DIO writesDavid Howells2024-01-053-4/+9
| * | | | netfs: Mark netfs_unbuffered_write_iter_locked() staticDavid Howells2024-01-052-8/+2
| * | | | netfs: Fix proc/fs/fscache symlink to point to "netfs" not "../netfs"David 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
| * | | | 9p: Use netfslib read/write_iterDavid Howells2023-12-284-309/+85
| * | | | afs: Use the netfs write helpersDavid Howells2023-12-283-703/+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-2810-17/+40
| * | | | netfs: Implement a write-through caching optionDavid Howells2023-12-285-10/+154
| * | | | netfs: Provide a launder_folio implementationDavid Howells2023-12-282-0/+75
| * | | | netfs: Provide a writepages implementationDavid Howells2023-12-281-0/+636
| * | | | netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells2023-12-288-24/+22
| * | | | netfs: Provide netfs_file_read_iter()David Howells2023-12-281-0/+73
| * | | | netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()David Howells2023-12-281-0/+59
| * | | | netfs: Implement buffered write APIDavid Howells2023-12-281-0/+83
| * | | | netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-288-9/+216
| * | | | netfs: Implement unbuffered/DIO read supportDavid Howells2023-12-287-10/+210
| * | | | netfs: Allocate multipage folios in the writepathDavid Howells2023-12-281-2/+7
| * | | | netfs: Make netfs_read_folio() handle streaming-write pagesDavid Howells2023-12-281-3/+58
| * | | | netfs: Provide func to copy data to pagecache for buffered writeDavid Howells2023-12-285-0/+383
| * | | | netfs: Dispatch write requests to process a writeback sliceDavid Howells2023-12-283-1/+371
| * | | | netfs: Prep to use folio->private for write grouping and streaming writeDavid Howells2023-12-282-0/+74
| * | | | netfs: Make the refcounting of netfs_begin_read() easier to useDavid Howells2023-12-282-16/+18
| * | | | netfs: Make netfs_put_request() handle a NULL pointerDavid Howells2023-12-281-10/+13