summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge tag 'ceph-for-5.11-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2021-01-221-17/+17
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov2021-01-041-17/+17
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'fs_for_v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-212-14/+17
|\ \ \ \ \ \
| * | | | | | udf: fix the problem that the disc content is not displayedlianzhi chang2021-01-181-3/+4
| * | | | | | fs: fix lazytime expiration handling in __writeback_single_inode()Eric Biggers2021-01-131-11/+13
* | | | | | | Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-206-11/+29
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik2021-01-181-1/+2
| * | | | | | btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik2021-01-181-0/+2
| * | | | | | btrfs: do not double free backref nodes on errorJosef Bacik2021-01-181-1/+1
| * | | | | | btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik2021-01-181-1/+9
| * | | | | | btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana2021-01-121-0/+15
| * | | | | | btrfs: no need to run delayed refs after commit_fs_roots during commitDavid Sterba2021-01-121-8/+0
* | | | | | | cachefiles: Drop superfluous readpages aops NULL checkTakashi Iwai2021-01-201-2/+0
* | | | | | | Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-01-191-1/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields2021-01-121-1/+6
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2021-01-171-2/+5
|\ \ \ \ \ \ \
| * | | | | | | umount(2): move the flag validity checks firstAl Viro2021-01-041-2/+5
* | | | | | | | Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-161-5/+41
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()Jens Axboe2021-01-151-0/+1
| * | | | | | | io_uring: flush timeouts that should already have expiredMarcelo Diop-Gonzalez2021-01-151-4/+30
| * | | | | | | io_uring: do sqo disable on install_fd errorPavel Begunkov2021-01-131-0/+1
| * | | | | | | io_uring: fix null-deref in io_disable_sqo_submitPavel Begunkov2021-01-131-1/+2
| * | | | | | | io_uring: don't take files/mm for a dead taskPavel Begunkov2021-01-111-0/+5
| * | | | | | | io_uring: drop mm and files after task_work_runPavel Begunkov2021-01-111-0/+2
* | | | | | | | mm: don't play games with pinned pages in clear_page_refsLinus Torvalds2021-01-161-0/+21
* | | | | | | | mm: fix clear_refs_write lockingLinus Torvalds2021-01-161-23/+9
* | | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-01-1510-129/+186
|\ \ \ \ \ \ \ \
| * | | | | | | | ext4: remove expensive flush on fast commitDaejun Park2021-01-151-5/+5
| * | | | | | | | ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-151-8/+9
| * | | | | | | | ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park2021-01-151-1/+1
| * | | | | | | | ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERRYi Li2021-01-151-11/+12
| * | | | | | | | ext4: don't leak old mountpoint samplesTheodore Ts'o2020-12-221-1/+1
| * | | | | | | | ext4: drop ext4_handle_dirty_super()Jan Kara2020-12-227-30/+10
| * | | | | | | | ext4: fix superblock checksum failure when setting password saltJan Kara2020-12-221-0/+3
| * | | | | | | | ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super()Jan Kara2020-12-221-11/+10
| * | | | | | | | ext4: save error info to sb through journal if availableJan Kara2020-12-221-26/+75
| * | | | | | | | ext4: protect superblock modifications with a buffer lockJan Kara2020-12-227-2/+28
| * | | | | | | | ext4: drop sync argument of ext4_commit_super()Jan Kara2020-12-221-25/+22
| * | | | | | | | ext4: combine ext4_handle_error() and save_error_info()Jan Kara2020-12-221-17/+17
* | | | | | | | | Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-01-155-7/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | cifs: style: replace one-element array with flexible-arrayYANG LI2021-01-131-1/+1
| * | | | | | | | cifs: connect: style: Simplify bool comparisonYANG LI2021-01-131-1/+1
| * | | | | | | | fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong2021-01-131-3/+1
| * | | | | | | | cifs: fix interrupted close commandsPaulo Alcantara2021-01-131-1/+1
| * | | | | | | | cifs: check pointer before freeingTom Rix2021-01-131-1/+2
* | | | | | | | | Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-01-127-81/+98
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust2021-01-101-5/+7
| * | | | | | | | NFS: nfs_delegation_find_inode_server must first reference the superblockTrond Myklebust2021-01-101-5/+7
| * | | | | | | | NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counterTrond Myklebust2021-01-101-0/+1
| * | | | | | | | NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit()Trond Myklebust2021-01-101-3/+5