summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o2021-06-302-4/+14
* | | | | | Merge tag 'ceph-for-5.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-07-0914-340/+300
|\ \ \ \ \ \
| * | | | | | ceph: take reference to req->r_parent at point of assignmentJeff Layton2021-06-294-1/+11
| * | | | | | ceph: eliminate ceph_async_iput()Jeff Layton2021-06-296-69/+25
| * | | | | | ceph: don't take s_mutex in ceph_flush_snapsJeff Layton2021-06-292-14/+4
| * | | | | | ceph: don't take s_mutex in try_flush_capsJeff Layton2021-06-291-14/+2
| * | | | | | ceph: don't take s_mutex or snap_rwsem in ceph_check_capsJeff Layton2021-06-291-61/+11
| * | | | | | ceph: eliminate session->s_gen_ttl_lockJeff Layton2021-06-295-29/+17
| * | | | | | ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton2021-06-294-10/+8
| * | | | | | ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton2021-06-291-4/+4
| * | | | | | ceph: add some lockdep assertions around snaprealm handlingJeff Layton2021-06-291-0/+16
| * | | | | | ceph: decoding error in ceph_update_snap_realm should return -EIOJeff Layton2021-06-291-1/+1
| * | | | | | ceph: add IO size metrics supportXiubo Li2021-06-295-28/+119
| * | | | | | ceph: update and rename __update_latency helper to __update_stdevXiubo Li2021-06-291-21/+35