summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFS: nfs_setattr_update_inode() should clear the suid/sgid bitsTrond Myklebust2021-04-131-2/+8
* NFS: Fix up statx() resultsTrond Myklebust2021-04-121-3/+26
* NFS: Don't revalidate attributes that are not being asked forTrond Myklebust2021-04-121-4/+9
* NFS: Fix up revalidation of space usedTrond Myklebust2021-04-121-3/+12
* NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalidTrond Myklebust2021-04-121-1/+2
* NFS: Mask out unsupported attributes in nfs_getattr()Trond Myklebust2021-04-121-0/+4
* NFS: Fix up inode cache tracingTrond Myklebust2021-04-121-0/+5
* NFS: Deal correctly with attribute generation counter overflowTrond Myklebust2021-04-121-4/+4
* NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust2021-04-121-7/+9
* NFS: Fix attribute bitmask in _nfs42_proc_fallocate()Trond Myklebust2021-04-121-2/+8
* NFS: nfs4_bitmask_adjust() must not change the server global bitmasksTrond Myklebust2021-04-122-25/+42
* NFS: Fix fscache invalidation in nfs_set_cache_invalid()Trond Myklebust2021-04-051-2/+2
* NFS: fix nfs_fetch_iversion()Trond Myklebust2021-04-051-11/+4
* SUNRPC: Ensure the transport backchannel associationBenjamin Coddington2021-04-051-0/+4
* nfs: hornor timeo and retrans option when mounting NFSv3Eryu Guan2021-04-053-7/+11
* sunrpc: honor rpc_task's timeout value in rpcb_create()Eryu Guan2021-04-051-2/+5
* NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORTTrond Myklebust2021-04-052-21/+35
* nfs: Fix a typo in the file nfs42xattr.cBhaskar Chowdhury2021-04-051-1/+1
* NFS: fs_context: validate UDP retrans to prevent shift out-of-boundsRandy Dunlap2021-04-051-0/+12
* NFS: Only change the cookie verifier if the directory page cache is emptyTrond Myklebust2021-04-051-1/+6
* NFS: Fix handling of cookie verifier in uncached_readdir()Trond Myklebust2021-04-051-6/+7
* nfs: Subsequent READDIR calls should carry non-zero cookieverifierNagendra S Tomar2021-04-051-0/+2
* NFS: Fix up incorrect documentationTrond Myklebust2021-04-054-8/+8
* SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust2021-04-053-1/+7
* NFSv4: Simplify nfs4_retry_setlk()Trond Myklebust2021-04-051-31/+23
* Linux 5.12-rc6v5.12-rc6Linus Torvalds2021-04-041-1/+1
* firewire: nosy: Fix a use-after-free bug in nosy_ioctl()Zheyu Ma2021-04-041-2/+7
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2021-04-041-1/+0
|\
| * soc: litex: Remove duplicated header file inclusionZhen Lei2021-04-031-1/+0
* | Merge tag 'io_uring-5.12-2021-04-03' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-031-0/+5
|\ \
| * | io_uring: fix !CONFIG_BLOCK compilation failureJens Axboe2021-04-031-0/+5
* | | Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-031-5/+9
|\ \ \
| * | | gfs2: report "already frozen/thawed" errorsBob Peterson2021-03-251-4/+6
| * | | gfs2: Flag a withdraw if init_threads() failsAndrew Price2021-03-151-1/+3
* | | | Merge tag 'riscv-for-linus-5.12-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-035-5/+9
|\ \ \ \
| * | | | riscv: Make NUMA depend on MMUKefeng Wang2021-04-021-1/+1
| * | | | riscv: remove unneeded semicolonYang Li2021-04-021-1/+1
| * | | | riscv,entry: fix misaligned base for excp_vect_tableZihao Yu2021-04-021-0/+1
| * | | | riscv: evaluate put_user() arg before enabling user accessBen Dooks2021-04-021-2/+5
| * | | | riscv: Drop const annotation for spKefeng Wang2021-04-021-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-5.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-032-5/+46
|\ \ \ \
| * | | | powerpc/mm/book3s64: Use the correct storage key value when calling H_PROTECTAneesh Kumar K.V2021-03-261-1/+2
| * | | | powerpc/pseries/mobility: handle premature return from H_JOINNathan Lynch2021-03-221-1/+25
| * | | | powerpc/pseries/mobility: use struct for shared stateNathan Lynch2021-03-221-3/+19
* | | | | Merge tag 'hyperv-fixes-signed-20210402' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-04-031-3/+0
|\ \ \ \ \
| * | | | | video: hyperv_fb: Fix a double free in hvfb_probeLv Yunlong2021-03-251-3/+0
* | | | | | Merge tag 'driver-core-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-031-0/+3
|\ \ \ \ \ \
| * | | | | | driver core: clear deferred probe reason on probe retryAhmad Fatoum2021-03-231-0/+3
* | | | | | | Merge tag 'char-misc-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-039-21/+48
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'icc-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2021-03-273-9/+11
| |\ \ \ \ \ \ \