summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ceph: simplify the metrics structXiubo Li2021-06-292-78/+46
| * | | | | | ceph: make ceph_queue_cap_snap staticJeff Layton2021-06-282-2/+1
| * | | | | | ceph: make ceph_netfs_read_ops staticWei Yongjun2021-06-281-1/+1
| * | | | | | ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton2021-06-281-9/+1
* | | | | | | Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-07-0916-224/+347
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge part 2 of branch 'sysfs-devel'Trond Myklebust2021-07-083-8/+44
| |\ \ \ \ \ \ \
| | * | | | | | | NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia2021-07-083-8/+44
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3Trond Myklebust2021-07-081-1/+1
| * | | | | | | NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust2021-07-081-26/+26
| * | | | | | | NFSv4/pnfs: Clean up layout get on openTrond Myklebust2021-07-082-17/+17
| * | | | | | | NFSv4/pnfs: Fix layoutget behaviour after invalidationTrond Myklebust2021-07-081-5/+5
| * | | | | | | NFSv4/pnfs: Fix the layout barrier updateTrond Myklebust2021-07-081-15/+15
| * | | | | | | NFS: Fix fscache read from NFS after cache errorDave Wysochanski2021-07-082-7/+16
| * | | | | | | NFS: Ensure nfs_readpage returns promptly when internal error occursDave Wysochanski2021-07-081-3/+3
| * | | | | | | Merge branch 'leases-devel'Trond Myklebust2021-06-296-23/+125
| |\ \ \ \ \ \ \
| | * | | | | | | NFSv4: setlease should return EAGAIN if locks are not availableTrond Myklebust2021-06-291-2/+2
| | * | | | | | | NFS: nfs_find_open_context() may only select open filesTrond Myklebust2021-06-291-0/+4
| | * | | | | | | NFSv4: Add support for application leases underpinned by a delegationTrond Myklebust2021-06-133-2/+46
| | * | | | | | | NFSv4: Add lease breakpoints in case of a delegation recall or returnTrond Myklebust2021-06-131-6/+17
| | * | | | | | | NFSv4: Fix delegation return in cases where we have to retryTrond Myklebust2021-06-133-15/+58
| | |/ / / / / /
| * | | | | | | NFS: Remove unnecessary inode parameter from nfs_pageio_complete_read()Dave Wysochanski2021-06-281-6/+5
| * | | | | | | nfs: update has_sec_mnt_opts after cloning lsm options from parentScott Mayhew2021-06-281-4/+8
| * | | | | | | NFS: Avoid duplicate resets of attribute cache timeoutsTrond Myklebust2021-06-261-6/+1
| * | | | | | | NFSv4: Fix handling of non-atomic change attrbute updatesTrond Myklebust2021-06-261-18/+15
| * | | | | | | NFS: Fix up inode attribute revalidation timeoutsTrond Myklebust2021-06-261-34/+16
| * | | | | | | nfs: fix acl memory leak of posix_acl_create()Gao Xiang2021-06-211-2/+2
| * | | | | | | NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECTTrond Myklebust2021-06-131-10/+7
| * | | | | | | NFSv4: Initialise connection to the server in nfs4_alloc_client()Trond Myklebust2021-06-131-40/+42
| |/ / / / / /
* | | | | | | Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-0917-484/+1068
|\ \ \ \ \ \ \
| * | | | | | | f2fs: drop dirty node pages when cp is in error statusJaegeuk Kim2021-07-061-7/+4
| * | | | | | | f2fs: initialize page->private when using for our internal useJaegeuk Kim2021-07-052-1/+6
| * | | | | | | f2fs: compress: add nocompress extensions supportFengnan Chang2021-07-013-6/+95
| * | | | | | | f2fs: remove false alarm on iget failure during GCJaegeuk Kim2021-06-281-3/+1
| * | | | | | | f2fs: enable extent cache for compression files in read-onlyDaeho Jeong2021-06-281-19/+20
| * | | | | | | f2fs: introduce f2fs_casefolded_name slab cacheChao Yu2021-06-233-7/+40
| * | | | | | | f2fs: swap: support migrating swapfile in aligned write modeChao Yu2021-06-234-14/+101
| * | | | | | | f2fs: swap: remove dead codesChao Yu2021-06-231-167/+1
| * | | | | | | f2fs: compress: add compress_inode to cache compressed blocksChao Yu2021-06-2310-14/+357
| * | | | | | | f2fs: clean up /sys/fs/f2fs/<disk>/featuresJaegeuk Kim2021-06-232-64/+134
| * | | | | | | f2fs: add pin_file in feature listJaegeuk Kim2021-06-231-0/+2
| * | | | | | | f2fs: Advertise encrypted casefolding in sysfsDaniel Rosenberg2021-06-231-0/+8
| * | | | | | | f2fs: Show casefolding support only when supportedDaniel Rosenberg2021-06-231-0/+4
| * | | | | | | f2fs: support RO featureJaegeuk Kim2021-06-234-6/+46
| * | | | | | | f2fs: logging neateningJoe Perches2021-06-235-21/+17
| * | | | | | | f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim2021-06-233-7/+20
| * | | | | | | f2fs: compress: remove unneeded preallocationChao Yu2021-06-232-28/+3
| * | | | | | | f2fs: atgc: export entries for better tunability via sysfsChao Yu2021-05-261-0/+27
| * | | | | | | f2fs: compress: fix to disallow temp extensionChao Yu2021-05-261-4/+12
| * | | | | | | f2fs: let's allow compression for mmap filesJaegeuk Kim2021-05-261-2/+0
| * | | | | | | f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-05-261-0/+1