summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | io_uring: simplify task_work funcPavel Begunkov2021-07-011-44/+28
| * | | | io_uring: fix stuck fallback reqsPavel Begunkov2021-07-011-41/+20
* | | | | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-1/+1
|\ \ \ \ \
| * | | | | block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-1/+1
* | | | | | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-099-22/+51
|\ \ \ \ \ \
| * | | | | | ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-06-221-0/+7
| * | | | | | ubifs: Fix spelling mistakesZheng Yongjun2021-06-226-6/+6
| * | | | | | ubifs: Remove ui_mutex in ubifs_xattr_get and change_xattrZhihao Cheng2021-06-181-4/+0
| * | | | | | ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng2021-06-183-11/+36
| * | | | | | ubifs: fix snprintf() checkingDan Carpenter2021-06-181-1/+1
| * | | | | | ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei2021-06-181-0/+1
* | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-098-128/+113
|\ \ \ \ \ \ \
| * | | | | | | ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o2021-07-083-99/+62
| * | | | | | | ext4: fix flags validity checking for EXT4_IOC_CHECKPOINTTheodore Ts'o2021-07-081-1/+1
| * | | | | | | ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o2021-07-082-17/+20
| * | | | | | | ext4: use ext4_grp_locked_error in mb_find_extentStephen Brennan2021-07-011-4/+5
| * | | | | | | ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin2021-07-012-3/+11