summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-10/+59
2023-09-12Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-64/+128
2023-09-12Merge tag 'ovl-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+5
2023-09-11tracefs/eventfs: Use list_for_each_srcu() in dcache_dir_open_wrapper()Steven Rostedt (Google)-1/+2
2023-09-09Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds-19/+42
2023-09-08Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds-3/+1
2023-09-08tracefs/eventfs: Free top level files on removalSteven Rostedt (Google)-4/+26
2023-09-08smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French-1/+1
2023-09-08MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.orgBhaskar Chowdhury-1/+1
2023-09-08btrfs: assert delayed node locked when removing delayed itemFilipe Manana-4/+8
2023-09-08btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana-27/+47
2023-09-08btrfs: improve error message after failure to add delayed dir index itemFilipe Manana-3/+4
2023-09-08btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo-6/+8
2023-09-08btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik-1/+1
2023-09-08btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana-3/+16
2023-09-08btrfs: do not block starts waiting on previous transaction commitJosef Bacik-20/+30
2023-09-08btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana-1/+7
2023-09-08btrfs: fix race between finishing block group creation and its item updateFilipe Manana-2/+10
2023-09-07tracefs/eventfs: Use dput to free the toplevel events directorySteven Rostedt (Google)-8/+16
2023-09-07ntfs3: drop inode references in ntfs_put_super()Christian Brauner-6/+12
2023-09-07vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'Linus Torvalds-0/+17
2023-09-07cifs: update internal module version number for cifs.koSteve French-2/+2
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French-6/+22
2023-09-07smb3: add trace point for queryfs (statfs)Steve French-1/+2
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-462/+3532
2023-09-05tracefs/eventfs: Add missing lockdown checksSteven Rostedt (Google)-0/+15
2023-09-05tracefs: Add missing lockdown check to tracefs_create_dir()Steven Rostedt (Google)-0/+3
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-326/+344
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-105/+237
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+6
2023-09-05gfs2: change qd_slot_count to qd_slot_refBob Peterson-9/+9
2023-09-05gfs2: check for no eligible quota changesBob Peterson-0/+21
2023-09-05gfs2: Remove useless assignmentBob Peterson-2/+0
2023-09-05gfs2: simplify slot_getBob Peterson-10/+9
2023-09-05gfs2: Simplify qd2offsetBob Peterson-6/+1
2023-09-05gfs2: introduce qd_bh_get_or_undoBob Peterson-17/+19
2023-09-05gfs2: Remove quota allocation info from quota fileBob Peterson-10/+2
2023-09-05gfs2: use constant for array sizeBob Peterson-1/+1
2023-09-05gfs2: Set qd_sync_gen in do_syncBob Peterson-4/+4
2023-09-05gfs2: Remove useless err setBob Peterson-1/+0
2023-09-05gfs2: Small gfs2_quota_lock cleanupBob Peterson-1/+1
2023-09-05gfs2: move qdsb_put and reduce redundancyBob Peterson-10/+8
2023-09-05gfs2: improvements to sysfs statusBob Peterson-2/+8
2023-09-05gfs2: Don't try to sync non-changesBob Peterson-1/+1
2023-09-05gfs2: Simplify function need_syncBob Peterson-8/+7
2023-09-05gfs2: remove unneeded pg_oflow variableBob Peterson-5/+3
2023-09-05gfs2: remove unneeded variable doneBob Peterson-3/+2
2023-09-05gfs2: pass sdp to gfs2_write_buf_to_pageBob Peterson-5/+4
2023-09-05gfs2: pass sdp in to gfs2_write_disk_quotaBob Peterson-2/+3
2023-09-05gfs2: Pass sdp to gfs2_adjust_quotaBob Peterson-5/+6