summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R2022-04-132-1/+6
* xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R2022-04-134-7/+32
* xfs: Decouple XFS_IBULK flags from XFS_IWALK flagsChandan Babu R2022-04-133-3/+7
* xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-1311-2/+75
* xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-139-91/+28
* xfs: Introduce per-inode 64-bit extent countersChandan Babu R2022-04-116-30/+204
* xfs: Replace numbered inode recovery error messages with descriptive onesChandan Babu R2022-04-111-30/+22
* xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R2022-04-116-15/+55
* xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R2022-04-111-3/+3
* xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R2022-04-114-1/+24
* xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R2022-04-112-0/+3
* xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R2022-04-113-0/+6
* xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R2022-04-116-10/+10
* xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextentsChandan Babu R2022-04-111-2/+2
* xfs: Introduce xfs_dfork_nextents() helperChandan Babu R2022-04-115-21/+58
* xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R2022-04-115-5/+5
* xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R2022-04-114-11/+16
* xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-118-59/+64
* xfs: Move extent count limits to xfs_format.hChandan Babu R2022-04-112-7/+7
* Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-101-13/+0
|\
| * kobject: kobj_type: remove default_attrsGreg Kroah-Hartman2022-04-051-13/+0
* | Merge tag 'io_uring-5.18-2022-04-08' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-082-420/+198
|\ \
| * | io_uring: fix race between timeout flush and removalJens Axboe2022-04-081-4/+3
| * | io_uring: use nospec annotation for more indexesPavel Begunkov2022-04-071-6/+5
| * | io_uring: zero tag on rsrc removalPavel Begunkov2022-04-071-1/+3
| * | io_uring: don't touch scm_fp_list after queueing skbPavel Begunkov2022-04-071-2/+6
| * | io_uring: nospec index for tags on files updatePavel Begunkov2022-04-071-1/+1
| * | io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFFEugene Syromiatnikov2022-04-071-1/+9
| * | Revert "io_uring: Add support for napi_busy_poll"Jens Axboe2022-04-071-231/+1
| * | io_uring: drop the old style inflight file trackingJens Axboe2022-04-071-58/+27
| * | io_uring: defer file assignmentJens Axboe2022-04-072-10/+30
| * | io_uring: propagate issue_flags state down to file assignmentJens Axboe2022-04-071-35/+47
| * | io_uring: move read/write file prep state into actual opcode handlerJens Axboe2022-04-041-48/+53
| * | io_uring: defer splice/tee file validity check until command issueJens Axboe2022-04-041-28/+21
| * | io_uring: don't check req->file in io_fsync_prep()Jens Axboe2022-04-031-3/+0
| |/
* | Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-04-089-24/+22
|\ \
| * | NFS: Ensure rpc_run_task() cannot fail in nfs_async_rename()Trond Myklebust2022-04-071-0/+1
| * | NFSv4/pnfs: Handle RPC allocation errors in nfs4_proc_layoutgetTrond Myklebust2022-04-071-0/+2
| * | NFSv4.2: Fix missing removal of SLAB_ACCOUNT on kmem_cache allocationMuchun Song2022-04-071-1/+1
| * | SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-04-071-0/+1
| * | NFS: Replace readdir's use of xxhash() with hash_64()Trond Myklebust2022-04-072-10/+3
| * | NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong2022-03-293-12/+14
| * | Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong2022-03-292-2/+1
* | | Merge tag '5.18-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-074-12/+17
|\ \ \
| * | | cifs: update internal module numberSteve French2022-04-041-1/+1
| * | | cifs: force new session setup and tcon for dfsPaulo Alcantara2022-04-041-5/+8
| * | | cifs: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-041-4/+6
| * | | cifs: fix potential race with cifsd threadPaulo Alcantara2022-04-042-2/+2
| | |/ | |/|
* | | Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-056-55/+81
|\ \ \ | |/ / |/| |
| * | btrfs: prevent subvol with swapfile from being deletedKaiwen Hu2022-03-241-0/+22