aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-08-07ufs: Convert ufs_find_entry() to take a folioMatthew Wilcox (Oracle)3-31/+28
2024-08-07ufs: Convert ufs_check_page() to ufs_check_folio()Matthew Wilcox (Oracle)1-15/+13
2024-08-07ufs: Convert ufs_get_page() to ufs_get_folio()Matthew Wilcox (Oracle)1-53/+48
2024-08-07ufs: Convert ufs_get_page() to use a folioMatthew Wilcox (Oracle)1-9/+10
2024-08-06bpf: introduce new VFS based BPF kfuncsMatt Bobrowski2-0/+124
2024-08-05binfmt_elf, coredump: Log the reason of the failed core dumpsRoman Kisel2-31/+124
2024-08-05coredump: Standartize and fix loggingRoman Kisel1-27/+16
2024-08-05fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro1-17/+13
2024-08-05f2fs: atomic: fix to avoid racing w/ GCChao Yu2-2/+16
2024-08-05f2fs: fix macro definition stat_inc_cp_countJulian Sun1-1/+1
2024-08-05f2fs: fix macro definition on_f2fs_build_free_nidsJulian Sun1-1/+1
2024-08-05f2fs: add write priority option based on zone UFSLiao Yuanhong4-1/+44
2024-08-05f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-08-05f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich2-3/+3
2024-08-05f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich1-1/+2
2024-08-05f2fs: clean up data_blkaddr() and get_dnode_addr()Chao Yu1-29/+17
2024-08-04Merge tag '6.11-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-96/+119
2024-08-03Merge tag 'xfs-6.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-31/+44
2024-08-02btrfs: avoid using fixed char array size for tree namesQu Wenruo1-1/+1
2024-08-02btrfs: fix double inode unlock for direct IO sync writesFilipe Manana1-1/+4
2024-08-02Merge tag 'ceph-for-6.11-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2-14/+28
2024-08-02cifs: update internal version numberSteve French1-2/+2
2024-08-02smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara1-2/+4
2024-08-02smb3: add dynamic tracepoints for shutdown ioctlSteve French2-8/+75
2024-08-02cifs: Remove cifs_aio_ctxDavid Howells3-80/+0
2024-08-02smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara4-4/+38
2024-08-02Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2024-08-01protect the fetch of ->fd[fd] in do_dup2() from mispredictionsAl Viro1-0/+1
2024-08-01btrfs: emit a warning about space cache v1 being deprecatedJosef Bacik1-1/+4
2024-08-01btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov1-0/+3
2024-08-01btrfs: implement launder_folio for clearing dirty page reserveBoris Burkov1-0/+7
2024-08-01btrfs: scrub: update last_physical after scrubbing one stripeQu Wenruo1-0/+9
2024-08-01btrfs: factor out stripe length calculation into a helperQu Wenruo1-6/+10
2024-08-01ceph: force sending a cap update msg back to MDS for revoke opXiubo Li2-14/+28
2024-07-31lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai1-3/+3
2024-07-30Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-31/+217
2024-07-30bcachefs: Fix double free of ca->buckets_nouseKent Overstreet1-1/+0
2024-07-30btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba1-1/+1
2024-07-29signal: Remove task argument from dequeue_signal()Thomas Gleixner1-2/+2
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner1-3/+3
2024-07-29btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana3-13/+43
2024-07-29btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota5-8/+15
2024-07-29btrfs: do not subtract delalloc from avail bytesNaohiro Aota1-2/+1
2024-07-29btrfs: make cow_file_range_inline() honor locked_page on errorBoris Burkov1-6/+10
2024-07-29x86/elf: Add a new FPU buffer layout info to x86 core filesVignesh Balasubramanian1-2/+2
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann145-1680/+2435
2024-07-29xfs: convert comma to semicolonChen Ni1-1/+1
2024-07-29xfs: convert comma to semicolonChen Ni1-1/+1
2024-07-29xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2-15/+15
2024-07-29xfs: fix file_path handling in tracepointsDarrick J. Wong2-12/+8