summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-02-13btrfs: add more find_free_extent tracepointsBoris Burkov2-0/+7
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov3-86/+82
2023-02-13btrfs: remove the wait argument to btrfs_start_ordered_extentChristoph Hellwig5-21/+18
2023-02-13btrfs: use a single variable to track return value for log_dir_items()Filipe Manana1-19/+18
2023-02-13btrfs: use a negative value for BTRFS_LOG_FORCE_COMMITFilipe Manana2-9/+10
2023-02-13btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou6-9/+8
2023-02-13btrfs: go to matching label when cleaning em in btrfs_submit_directPeng Hao1-1/+1
2023-02-13btrfs: turn on -Wmaybe-uninitializedJosef Bacik1-1/+2
2023-02-13btrfs: fix uninitialized variable warning in run_one_async_startJosef Bacik1-0/+4
2023-02-13btrfs: zoned: fix uninitialized variable warning in btrfs_get_dev_zonesNaohiro Aota1-2/+5
2023-02-13btrfs: fix uninitialized variable warning in btrfs_sb_log_locationJosef Bacik1-1/+1
2023-02-13btrfs: fix uninitialized variable warnings in __set_extent_bit and convert_ex...Josef Bacik1-4/+4
2023-02-13btrfs: fix uninitialized variable warning in btrfs_update_block_groupJosef Bacik1-1/+1
2023-02-13btrfs: fix uninitialized variable warning in get_inode_genJosef Bacik1-5/+3
2023-02-13btrfs: fix uninitialized variable warning in btrfs_cleanup_ordered_extentsJosef Bacik1-1/+1
2023-02-13btrfs: move btrfs_abort_transaction to transaction.cJosef Bacik4-64/+60
2023-02-13btrfs: directly pass in fs_info to btrfs_merge_delayed_refsJohannes Thumshirn3-5/+4
2023-02-13btrfs: drop trans parameter of insert_delayed_refJohannes Thumshirn1-4/+3
2023-02-13btrfs: remove trans parameter of merge_refJohannes Thumshirn1-3/+2
2023-02-13btrfs: drop unused trans parameter of drop_delayed_refJohannes Thumshirn1-5/+4
2023-02-12Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-9/+34
2023-02-10Merge tag 'ceph-for-6.2-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+6
2023-02-09Merge tag '6.2-rc8-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+2
2023-02-09btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain1-1/+15
2023-02-09btrfs: lock the inode in shared mode before starting fiemapFilipe Manana1-0/+2
2023-02-07ceph: flush cap releases when the session is flushedXiubo Li1-0/+6
2023-02-07cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang1-2/+2
2023-02-07btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana2-8/+17
2023-02-07Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-8/+20
2023-02-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-24/+24
2023-02-03Merge tag 'ceph-for-6.2-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds6-10/+103
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds6-10/+8
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li6-10/+93
2023-02-02ceph: move mount state enum to super.hXiubo Li1-0/+10
2023-02-01Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher4-5/+5
2023-02-01mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-3/+1
2023-02-01freevxfs: Kconfig: fix spellingRandy Dunlap1-1/+1
2023-02-01squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2023-01-30fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work()Hou Tao1-2/+1
2023-01-30fscache: Use wait_on_bit() to wait for the freeing of relinquished volumeHou Tao1-5/+6
2023-01-28Merge tag '6.2-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-10/+46
2023-01-28Merge tag '6.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1
2023-01-28Merge tag 'ovl-fixes-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2023-01-27ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi1-0/+4
2023-01-27ovl: fix tmpfile leakMiklos Szeredi1-1/+1
2023-01-27btrfs: raid56: make error_bitmap update atomicQu Wenruo1-2/+10
2023-01-27btrfs: send: limit number of clones and allocated memory sizeDavid Sterba1-3/+3
2023-01-26ksmbd: downgrade ndr version error message to debugNamjae Jeon1-4/+4
2023-01-26ksmbd: limit pdu length size according to connection statusNamjae Jeon2-4/+18
2023-01-25btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko1-1/+1