summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-06-191-1/+1
* fuse: use direct_write_fallbackChristoph Hellwig2023-06-091-22/+2
* fuse: drop redundant arguments to fuse_perform_writeChristoph Hellwig2023-06-091-6/+5
* fuse: update ki_pos in fuse_perform_writeChristoph Hellwig2023-06-091-10/+10
* fs: factor out a direct_write_fallback helperChristoph Hellwig2023-06-091-0/+41
* iomap: use kiocb_write_and_wait and kiocb_invalidate_pagesChristoph Hellwig2023-06-091-35/+20
* iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig2023-06-094-11/+8
* filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig2023-06-092-18/+4
* filemap: update ki_pos in generic_perform_writeChristoph Hellwig2023-06-094-10/+3
* iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig2023-06-091-10/+11
* backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-0910-32/+2
* mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-091-1/+1
* mm: pagemap: restrict pagewalk to the requested rangeYuanchu Xie2023-06-091-6/+6
* fs: hugetlbfs: set vma policy only when needed for allocating folioAckerley Tng2023-06-091-4/+1
* writeback: move wb_over_bg_thresh() call outside lock sectionYosry Ahmed2023-06-091-5/+11
* Merge tag 'for-6.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-05-264-4/+32
|\
| * btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-171-0/+9
| * btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn2023-05-171-1/+3
| * btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo2023-05-172-3/+20
* | Merge tag '6.4-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-05-25148-25/+45
|\ \
| * | cifs: correct references in Documentation to old fs/cifs pathSteve French2023-05-242-2/+2
| * | smb: move client and server files to common directory fs/smbSteve French2023-05-24148-19/+26
| * | cifs: mapchars mount option ignoredSteve French2023-05-241-0/+8
| * | smb3: display debug information better for encryptionSteve French2023-05-241-2/+6
| * | cifs: fix smb1 mount regressionPaulo Alcantara2023-05-241-1/+1
| * | cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum sizeDavid Howells2023-05-231-1/+2
* | | Merge tag 'vfs/v6.4-rc3/misc.fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-251-6/+9
|\ \ \
| * | | fs: don't call posix_acl_listxattr in generic_listxattrJeff Layton2023-05-171-6/+9
* | | | Merge tag 'erofs-for-6.4-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-235-11/+11
|\ \ \ \
| * | | | erofs: use HIPRI by default if per-cpu kthreads are enabledGao Xiang2023-05-232-2/+1
| * | | | erofs: avoid pcpubuf.c inclusion if CONFIG_EROFS_FS_ZIP is offYue Hu2023-05-232-8/+9
| * | | | erofs: fix null-ptr-deref caused by erofs_xattr_prefixes_initJingbo Xu2023-05-231-1/+1
| |/ / /
* | | | Merge tag 'nfs-for-6.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-05-222-4/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | NFSv4.2: Fix a potential double free with READ_PLUSAnna Schumaker2023-05-191-2/+10
| * | | NFS: Convert kmap_atomic() to kmap_local_folio()Fabio M. De Francesco2023-05-191-2/+2
| |/ /
* | | Merge tag '6.4-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-05-215-15/+19
|\ \ \
| * | | ksmbd: smb2: Allow messages padded to 8byte boundaryGustav Johansson2023-05-161-1/+4
| * | | ksmbd: allocate one more byte for implied bcc[0]Chih-Yen Chang2023-05-161-1/+2
| * | | ksmbd: fix wrong UserName check in session_userChih-Yen Chang2023-05-161-3/+2
| * | | ksmbd: fix global-out-of-bounds in smb2_find_context_valsChih-Yen Chang2023-05-163-10/+11
| |/ /
* | | Merge tag '6.4-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-05-214-24/+22
|\ \ \
| * | | SMB3: drop reference to cfile before sending oplock breakBharath SM2023-05-174-16/+21
| * | | SMB3: Close all deferred handles of inode in case of handle lease breakBharath SM2023-05-171-8/+1
| |/ /
* | | Merge tag 'ceph-for-6.4-rc3' of https://github.com/ceph/ceph-clientLinus Torvalds2023-05-192-1/+15
|\ \ \
| * | | ceph: force updating the msg pointer in non-split caseXiubo Li2023-05-181-0/+13
| * | | ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li2023-05-181-1/+2
| |/ /
* | | Merge tag 's390-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-05-191-2/+2
|\ \ \
| * | | statfs: enforce statfs[64] structure initializationIlya Leoshkevich2023-05-171-2/+2
| |/ /
* | | Merge tag 'mm-hotfixes-stable-2023-05-18-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-05-181-0/+18
|\ \ \
| * | | nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()Ryusuke Konishi2023-05-171-0/+18