summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong
2023-08-10xfs: create scaffolding for creating debugfs entriesDarrick J. Wong
2023-08-10xfs: improve xfarray quicksort pivotDarrick J. Wong
2023-08-10xfs: cache pages used for xfarray quicksort convergenceDarrick J. Wong
2023-08-10xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong
2023-08-10xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong
2023-08-10xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong
2023-08-10xfs: enable sorting of xfile-backed arraysDarrick J. Wong
2023-08-10xfs: create a big array data structureDarrick J. Wong
2023-08-10xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong
2023-08-10xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong
2023-08-10xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong
2023-08-10xfs: use deferred frees to reap old btree blocksDarrick J. Wong
2023-08-10xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong
2023-08-10xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong
2023-08-10xfs: cull repair code that will never get usedDarrick J. Wong
2023-08-06Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-06fs: rely on ->iterate_shared to determine f_pos lockingChristian Brauner
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-08-06proc: fix missing conversion to 'iterate_shared'Linus Torvalds
2023-08-06open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai
2023-08-05Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-08-04Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-08-04file: reinstate f_pos locking optimization for regular filesLinus Torvalds
2023-08-03Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-08-03Merge tag 'erofs-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-02Merge tag 'exfat-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-02smb: client: fix dfs link mount against w2k8Paulo Alcantara
2023-08-02ceph: defer stopping mdsc delayed_workXiubo Li
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang
2023-08-01erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang
2023-07-30nfsd: Fix reading via spliceDavid Howells
2023-07-29Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim
2023-07-28Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds
2023-07-28Merge tag 'ceph-for-6.5-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-07-28Merge tag '9p-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-27proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-27Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-26splice, net: Fix splice_to_socket() for O_NONBLOCK socketJan Stancek
2023-07-26cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N
2023-07-26Merge tag '6.5-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-07-26btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana
2023-07-25ovl: Always reevaluate the file signature for IMAEric Snowberg
2023-07-25Merge tag 'nfsd-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-07-25smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French
2023-07-25cifs: fix charset issue in reconnectionWinston Wen