summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-07-012-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
| * | | | ceph: simplify the metrics structXiubo Li2021-06-292-78/+46
| * | | | ceph: make ceph_queue_cap_snap staticJeff Layton2021-06-282-2/+1
| * | | | ceph: make ceph_netfs_read_ops staticWei Yongjun2021-06-281-1/+1
| * | | | ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton2021-06-281-9/+1
* | | | | Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-07-0916-224/+347
|\ \ \ \ \
| * \ \ \ \ Merge part 2 of branch 'sysfs-devel'Trond Myklebust2021-07-083-8/+44
| |\ \ \ \ \
| | * | | | | NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia2021-07-083-8/+44
| | | |_|/ / | | |/| | |
| * | | | | NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3Trond Myklebust2021-07-081-1/+1
| * | | | | NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple timesTrond Myklebust2021-07-081-26/+26
| * | | | | NFSv4/pnfs: Clean up layout get on openTrond Myklebust2021-07-082-17/+17
| * | | | | NFSv4/pnfs: Fix layoutget behaviour after invalidationTrond Myklebust2021-07-081-5/+5
| * | | | | NFSv4/pnfs: Fix the layout barrier updateTrond Myklebust2021-07-081-15/+15
| * | | | | NFS: Fix fscache read from NFS after cache errorDave Wysochanski2021-07-082-7/+16
| * | | | | NFS: Ensure nfs_readpage returns promptly when internal error occursDave Wysochanski2021-07-081-3/+3
| * | | | | Merge branch 'leases-devel'Trond Myklebust2021-06-296-23/+125
| |\ \ \ \ \
| | * | | | | NFSv4: setlease should return EAGAIN if locks are not availableTrond Myklebust2021-06-291-2/+2
| | * | | | | NFS: nfs_find_open_context() may only select open filesTrond Myklebust2021-06-291-0/+4
| | * | | | | NFSv4: Add support for application leases underpinned by a delegationTrond Myklebust2021-06-143-2/+46
| | * | | | | NFSv4: Add lease breakpoints in case of a delegation recall or returnTrond Myklebust2021-06-141-6/+17
| | * | | | | NFSv4: Fix delegation return in cases where we have to retryTrond Myklebust2021-06-143-15/+58
| | |/ / / /
| * | | | | NFS: Remove unnecessary inode parameter from nfs_pageio_complete_read()Dave Wysochanski2021-06-281-6/+5