summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFS: nfs4_bitmask_adjust() must not change the server global bitmasksTrond Myklebust2021-04-121-22/+34
* 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
* nfs: hornor timeo and retrans option when mounting NFSv3Eryu Guan2021-04-053-7/+11
* 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
* NFSv4: Simplify nfs4_retry_setlk()Trond Myklebust2021-04-051-31/+23
* 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 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-031-0/+4
|\ \ \
| * | | block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov2021-04-021-0/+4
* | | | Merge tag 'io_uring-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-032-22/+32
|\ \ \ \ | | |_|/ | |/| |
| * | | io_uring: move reissue into regular IO pathJens Axboe2021-04-021-4/+13
| * | | io_uring: fix EIOCBQUEUED iter revertPavel Begunkov2021-04-011-4/+0
| * | | io_uring/io-wq: protect against sprintf overflowPavel Begunkov2021-04-012-3/+3
| * | | io_uring: don't mark S_ISBLK async work as unboundedJens Axboe2021-04-011-1/+1
| * | | io_uring: drop sqd lock before handling signals for SQPOLLJens Axboe2021-03-301-8/+11
| * | | io_uring: handle setup-failed ctx in kill_timeoutsPavel Begunkov2021-03-291-2/+2
| * | | io_uring: always go for cancellation spin on execPavel Begunkov2021-03-291-0/+2
* | | | reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa2021-03-301-1/+1
* | | | Merge tag '5.12-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-03-288-22/+60
|\ \ \ \
| * | | | smb3: fix cached file size problems in duplicate extents (reflink)Steve French2021-03-271-3/+15
| * | | | cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-03-271-2/+2
| * | | | cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-03-271-0/+1
| * | | | cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N2021-03-271-2/+1
| * | | | cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-265-15/+41
* | | | | Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-282-58/+72
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | io_uring: remove unsued assignment to pointer ioColin Ian King2021-03-271-1/+0
| * | | | io_uring: don't cancel extra on files matchPavel Begunkov2021-03-271-2/+0
| * | | | io_uring: don't cancel-track common timeoutsPavel Begunkov2021-03-271-1/+2
| * | | | io_uring: do post-completion chore on t-out cancelPavel Begunkov2021-03-271-20/+22
| * | | | io_uring: fix timeout cancel return codePavel Begunkov2021-03-271-4/+4
| * | | | io_uring: handle signals for IO threads like a normal threadJens Axboe2021-03-272-9/+20
| * | | | io_uring: maintain CQE order of a failed linkPavel Begunkov2021-03-251-2/+2
| * | | | io-wq: fix race around pending work on teardownJens Axboe2021-03-251-1/+5
| * | | | io_uring: do ctx sqd ejection in a clear contextPavel Begunkov2021-03-241-8/+8
| * | | | io_uring: fix provide_buffers sign extensionPavel Begunkov2021-03-221-1/+3
| * | | | io_uring: don't skip file_end_write() on reissuePavel Begunkov2021-03-221-3/+2
| * | | | io_uring: correct io_queue_async_work() tracesPavel Begunkov2021-03-221-2/+2
| * | | | io_uring: don't use {test,clear}_tsk_thread_flag() for currentJens Axboe2021-03-212-5/+3
* | | | | Merge tag 'block-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-281-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | block: clear GD_NEED_PART_SCAN later in bdev_disk_changedChris Chiu2021-03-231-2/+2