summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-2517-111/+382
|\
| * NFSv4.1 test and add 4.1 trunking transportOlga Kornievskaia2022-01-131-1/+55
| * NFSv4 handle port presence in fs_location server stringOlga Kornievskaia2022-01-132-7/+12
| * NFSv4 expose nfs_parse_server_name functionOlga Kornievskaia2022-01-132-3/+4
| * NFSv4.1 query for fs_location attr on a new file systemOlga Kornievskaia2022-01-134-15/+80
| * NFSv4 store server support for fs_location attributeOlga Kornievskaia2022-01-121-0/+2
| * NFSv4 remove zero number of fs_locations entries error checkOlga Kornievskaia2022-01-122-2/+3
| * NFSv4: nfs_atomic_open() can race when looking up a non-regular fileTrond Myklebust2022-01-071-0/+5
| * NFSv4: Handle case where the lookup of a directory failsTrond Myklebust2022-01-071-0/+13
| * NFSv42: Fallocate and clone should also request 'blocks used'Trond Myklebust2022-01-061-5/+8
| * NFSv4: Allow writebacks to request 'blocks used'Trond Myklebust2022-01-062-14/+9
| * NFS: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-1/+2
| * NFS: Fix the verifier for case sensitive filesystem in nfs_atomic_open()Trond Myklebust2022-01-061-1/+6
| * NFS: Add a helper to remove case-insensitive aliasesTrond Myklebust2022-01-063-2/+16
| * NFS: Invalidate negative dentries on all case insensitive directory changesTrond Myklebust2022-01-061-4/+15
| * NFSv4: Just don't cache negative dentries on case insensitive serversTrond Myklebust2022-01-061-0/+3
| * NFSv4: Add some support for case insensitive filesystemsTrond Myklebust2022-01-062-1/+47
| * NFSv4.1: Fix uninitialised variable in devicenotifyTrond Myklebust2022-01-063-11/+11
| * nfs: nfs4clinet: check the return value of kstrdup()Xiaoke Wang2022-01-061-1/+4
| * NFSv4 only print the label when its queriedOlga Kornievskaia2022-01-061-3/+4
| * nfs41: pnfs: filelayout: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-01-062-4/+2
| * NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust2022-01-061-0/+2
| * NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-01-061-0/+2
| * NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown2022-01-062-7/+44
| * NFS: pass cred explicitly for access testsNeilBrown2022-01-063-14/+20
| * NFS: change nfs_access_get_cached to only report the maskNeilBrown2022-01-062-20/+18
* | Merge tag 'for-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-251-9/+75
|\ \
| * | btrfs: update writeback index when starting defragFilipe Manana2022-01-241-0/+9
| * | btrfs: add back missing dirty page rate limiting to defragFilipe Manana2022-01-241-0/+5
| * | btrfs: fix deadlock when reserving space during defragFilipe Manana2022-01-241-1/+30
| * | btrfs: defrag: properly update range->start for autodefragQu Wenruo2022-01-191-2/+16
| * | btrfs: defrag: fix wrong number of defragged sectorsQu Wenruo2022-01-191-3/+7
| * | btrfs: allow defrag to be interruptibleFilipe Manana2022-01-191-0/+5
| * | btrfs: fix too long loop when defragging a 1 byte fileFilipe Manana2022-01-191-6/+6
* | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-236-18/+18
|\ \ \
| * | | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-156-18/+18
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2235-142/+569
|\ \ \ \
| * | | | mm: remove cleancacheChristoph Hellwig2022-01-229-47/+0
| * | | | proc: remove PDE_DATA() completelyMuchun Song2022-01-224-15/+15
| * | | | fs: proc: store PDE()->data into inode->i_privateMuchun Song2022-01-223-11/+1
| * | | | fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-222-60/+61
| * | | | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-2/+2
| * | | | fs: move namespace sysctls and declare fs base directoryLuis Chamberlain2022-01-223-6/+30
| * | | | sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-0/+9
| * | | | fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-221-3/+61
| * | | | fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2022-01-221-0/+90
| * | | | fs: move namei sysctls to its own fileLuis Chamberlain2022-01-221-4/+54
| * | | | fs: move locking sysctls where they are usedLuis Chamberlain2022-01-221-2/+32
| * | | | fs: move shared sysctls to fs/sysctls.cLuis Chamberlain2022-01-222-0/+39
| * | | | sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-221-1/+1