summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee2021-07-141-2/+2
| * | | | | cifs: Do not use the original cruid when following DFS links for multiuser mo...Ronnie Sahlberg2021-07-141-0/+4
| * | | | | cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N2021-07-146-10/+65
| |/ / / /
* | | | | Merge tag 'io_uring-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-161-3/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | io_uring: fix io_drain_req()Pavel Begunkov2021-07-111-2/+4
| * | | | io_uring: use right task for exiting checksPavel Begunkov2021-07-111-1/+1
| |/ / /
* | | | Merge tag 'zonefs-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-07-161-3/+0
|\ \ \ \
| * | | | zonefs: remove redundant null bio checkXianting Tian2021-07-161-3/+0
| |/ / /
* | | | Merge tag 'configfs-5.13-1' of git://git.infradead.org/users/hch/configfsLinus Torvalds2021-07-151-7/+22
|\ \ \ \
| * | | | configfs: fix the read and write iteratorsBart Van Assche2021-07-131-7/+22
| |/ / /
* | | | Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2021-07-152-9/+9
|\ \ \ \
| * | | | fcntl: Fix unreachable code in do_fcntl()Gustavo A. R. Silva2021-07-121-1/+1
| * | | | xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva2021-07-121-8/+8
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-154-11/+45
|\ \ \ \
| * | | | hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2021-07-152-1/+20
| * | | | hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi2021-07-151-5/+20
| * | | | hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi2021-07-151-5/+5
* | | | | fs: add vfs_parse_fs_param_source() helperChristian Brauner2021-07-141-18/+36
|/ / / /
* | | | Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2021-07-133-38/+116
|\ \ \ \
| * | | | vboxsf: Add support for the atomic_open directory-inode opHans de Goede2021-06-231-0/+48
| * | | | vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans de Goede2021-06-232-27/+51
| * | | | vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede2021-06-231-7/+11
| * | | | vboxsf: Honor excl flag to the dir-inode create opHans de Goede2021-06-231-7/+9
* | | | | Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-139-286/+687
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana2021-07-071-1/+1
| * | | btrfs: don't block if we can't acquire the reclaim lockJohannes Thumshirn2021-07-071-1/+9
| * | | btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota2021-07-071-29/+118
| * | | btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana2021-07-077-184/+546
| * | | btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana2021-07-073-69/+1
| * | | btrfs: zoned: print unusable percentage when reclaiming block groupsJohannes Thumshirn2021-07-071-2/+12
| * | | btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_workDavid Sterba2021-07-071-1/+1
* | | | Merge tag '5.14-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-07-1012-29/+135
|\ \ \ \
| * | | | cifs: update internal version numberSteve French2021-07-091-1/+1
| * | | | cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara2021-07-091-0/+3
| * | | | SMB3.1.1: Add support for negotiating signing algorithmSteve French2021-07-094-11/+86
| * | | | cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg2021-07-082-5/+20
| * | | | CIFS: Clarify SMB1 code for POSIX LockSteve French2021-07-071-1/+2
| * | | | CIFS: Clarify SMB1 code for rename open fileSteve French2021-07-071-1/+2
| * | | | CIFS: Clarify SMB1 code for deleteSteve French2021-07-071-1/+2
| * | | | CIFS: Clarify SMB1 code for SetFileSizeSteve French2021-07-071-2/+2
| * | | | smb3: fix typo in header fileSteve French2021-07-051-1/+1
| * | | | CIFS: Clarify SMB1 code for UnixSetPathInfoSteve French2021-07-021-3/+2
| * | | | CIFS: Clarify SMB1 code for UnixCreateSymLinkSteve French2021-07-021-1/+2
| * | | | cifs: clarify SMB1 code for UnixCreateHardLinkSteve French2021-07-022-1/+3
| * | | | cifs: make locking consistent around the server session statusSteve French2021-07-023-1/+9
* | | | | Merge tag 'io_uring-5.14-2021-07-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-123/+68
|\ \ \ \ \
| * | | | | io_uring: remove dead non-zero 'poll' checkJens Axboe2021-07-091-1/+1
| * | | | | io_uring: mitigate unlikely iopoll lagPavel Begunkov2021-07-081-1/+5
| * | | | | io_uring: fix drain alloc fail return codePavel Begunkov2021-07-071-1/+1
| * | | | | io_uring: fix exiting io_req_task_work_add leaksPavel Begunkov2021-07-011-46/+24