aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11lockd: fix nlm_close_filesJeff Layton1-5/+4
2022-07-11Merge tag 'mm-hotfixes-stable-2022-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+3
2022-07-11lockd: set fl_owner when unlocking filesJeff Layton1-2/+3
2022-07-11NFSD: Decode NFSv4 birth time attributeChuck Lever2-1/+11
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-1/+1
2022-07-10NFS: Fix case insensitive renamesTrond Myklebust1-0/+4
2022-07-10pNFS/files: Handle RDMA connection errors correctlyTrond Myklebust1-0/+2
2022-07-10pNFS/flexfiles: Report RDMA connection errors to the serverTrond Myklebust1-0/+4
2022-07-10Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING"Trond Myklebust1-1/+0
2022-07-10Merge tag 'io_uring-5.19-2022-07-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong11-29/+12
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong16-104/+121
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong23-83/+95
2022-07-09xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk1-1/+1
2022-07-09xfs: add selinux labels to whiteout inodesEric Sandeen3-7/+21
2022-07-09Merge tag 'xfs-perag-conv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeADarrick J. Wong40-522/+486
2022-07-09Merge tag 'xfs-cil-scale-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeADarrick J. Wong8-151/+446
2022-07-09io_uring: check that we have a file table when allocating update slotsJens Axboe1-0/+3
2022-07-08Merge tag 'fscache-fixes-20220708' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-7/+26
2022-07-09erofs: avoid consecutive detection for Highmem memoryGao Xiang1-6/+10
2022-07-09erofs: wake up all waiters after z_erofs_lzma_head readyYuwen Chen1-0/+1
2022-07-08Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-07-08btrfs: zoned: drop optimization of zone finishNaohiro Aota1-15/+6
2022-07-08btrfs: zoned: fix a leaked bioc in read_zone_infoChristoph Hellwig1-5/+8
2022-07-08btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline extentsFilipe Manana1-1/+13
2022-07-08ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner1-1/+24
2022-07-07io_uring: explicit sqe padding for ioctl commandsPavel Begunkov1-1/+1
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner5-37/+41
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner8-17/+18
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner3-13/+11
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner10-81/+95
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner17-82/+115
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner4-19/+20
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner5-18/+10
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner5-22/+13
2022-07-07xfs: pass perag to xfs_read_agfDave Chinner2-16/+14
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner4-43/+40
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner20-83/+70
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner7-41/+19
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner7-36/+31
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner3-36/+16
2022-07-07xfs: make last AG grow/shrink perag centricDave Chinner4-41/+40
2022-07-07xfs: xlog_sync() manually adjusts grant head spaceDave Chinner3-17/+41
2022-07-07xfs: avoid cil push lock if possibleDave Chinner1-3/+11
2022-07-07xfs: move CIL ordering to the logvec chainDave Chinner2-5/+12
2022-07-07xfs: convert log vector chain to use list headsDave Chinner6-35/+43
2022-07-07xfs: convert CIL to unordered per cpu listsDave Chinner2-21/+17
2022-07-07xfs: Add order IDs to log items in CILDave Chinner3-8/+33
2022-07-07xfs: convert CIL busy extents to per-cpuDave Chinner1-6/+20
2022-07-07xfs: track CIL ticket reservation in percpu structureDave Chinner2-4/+13