summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke2023-02-2010-243/+274
* cifs: remove unneeded 2bytes of padding from smb2 tree connectNamjae Jeon2023-02-201-4/+4
* cifs: Use a folio in cifs_page_mkwrite()Matthew Wilcox (Oracle)2023-02-201-9/+8
* cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke2023-02-201-6/+7
* cifs: don't try to use rdma offload on encrypted connectionsStefan Metzmacher2023-02-201-0/+4
* cifs: split out smb3_use_rdma_offload() helperStefan Metzmacher2023-02-201-6/+28
* cifs: introduce cifs_io_parms in smb2_async_writev()Stefan Metzmacher2023-02-201-14/+39
* cifs: get rid of unneeded conditional in cifs_get_num_sgs()Paulo Alcantara2023-02-201-5/+7
* cifs: prevent data race in smb2_reconnect()Paulo Alcantara2023-02-201-55/+64
* cifs: fix indentation in make menuconfig optionsSteve French2023-02-201-0/+4
* cifs: update Kconfig descriptionSteve French2023-02-201-32/+29
* cifs: Get rid of unneeded conditional in the smb2_get_aead_req()Andy Shevchenko2023-02-201-5/+9
* cifs: print last update time for interface listShyam Prasad N2023-02-201-2/+4
* cifs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2023-02-201-2/+2
* cifs: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-02-201-2/+3
* Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds2023-02-183-1/+23
|\
| * nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi2023-02-183-1/+23
* | Revert "NFSv4.2: Change the default KConfig value for READ_PLUS"Anna Schumaker2023-02-171-4/+4
* | Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-02-151-1/+1
|\ \
| * | nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton2023-02-111-1/+1
* | | Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds2023-02-133-3/+8
|\ \ \ | | |/ | |/|
| * | revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton2023-02-041-1/+1
| * | fsdax: dax_unshare_iter() should return a valid lengthShiyang Ruan2023-02-041-2/+3
| * | aio: fix mremap after fork null-derefSeth Jenkins2023-02-041-0/+4
* | | Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-124-9/+34
|\ \ \
| * | | btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain2023-02-091-1/+15
| * | | btrfs: lock the inode in shared mode before starting fiemapFilipe Manana2023-02-091-0/+2
| * | | btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana2023-02-062-8/+17
* | | | Merge tag 'ceph-for-6.2-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds2023-02-101-0/+6
|\ \ \ \
| * | | | ceph: flush cap releases when the session is flushedXiubo Li2023-02-071-0/+6
* | | | | Merge tag '6.2-rc8-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-091-2/+2
|\ \ \ \ \
| * | | | | cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang2023-02-071-2/+2
| |/ / / /
* | | | | Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-064-8/+20
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | btrfs: raid56: make error_bitmap update atomicQu Wenruo2023-01-271-2/+10
| * | | | btrfs: send: limit number of clones and allocated memory sizeDavid Sterba2023-01-271-3/+3
| * | | | btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko2023-01-251-1/+1
| * | | | btrfs: limit device extents to the device sizeJosef Bacik2023-01-251-1/+5
| * | | | btrfs: raid56: fix stripes if vertical errors are foundTanmay Bhushan2023-01-251-1/+1
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-02-061-24/+24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | coredump: Move dump_emit_page() to kill unused warningGeert Uytterhoeven2023-01-111-24/+24
* | | | | Merge tag 'ceph-for-6.2-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2023-02-036-10/+103
|\ \ \ \ \
| * | | | | ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li2023-02-026-10/+93
| * | | | | ceph: move mount state enum to super.hXiubo Li2023-02-021-0/+10
* | | | | | Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds2023-02-036-10/+8
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher2023-02-014-5/+5
| * | | | | mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2023-02-011-3/+1
| * | | | | freevxfs: Kconfig: fix spellingRandy Dunlap2023-02-011-1/+1
| * | | | | squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin2023-02-011-1/+1
| * | | | | Sync with v6.2-rc4Andrew Morton2023-01-1929-138/+159
| |\ \ \ \ \
* | | | | | | fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()Hou Tao2023-01-301-2/+1