summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the requestTrond Myklebust2021-01-101-9/+5
| * | | | | | | pNFS: Stricter ordering of layoutget and layoutreturnTrond Myklebust2021-01-101-22/+21
| * | | | | | | pNFS: Clean up pnfs_layoutreturn_free_lsegs()Trond Myklebust2021-01-101-5/+4
| * | | | | | | pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust2021-01-103-26/+16
| * | | | | | | pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust2021-01-101-0/+6
| * | | | | | | NFS: Adjust fs_context error loggingScott Mayhew2021-01-102-5/+25
| * | | | | | | NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski2021-01-061-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'for-5.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-118-29/+67
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | btrfs: shrink delalloc pages instead of full inodesJosef Bacik2021-01-082-18/+46
| * | | | | | btrfs: reloc: fix wrong file extent type check to avoid false ENOENTQu Wenruo2021-01-071-1/+6
| * | | | | | btrfs: tree-checker: check if chunk item end overflowsSu Yue2021-01-071-0/+7
| * | | | | | btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue2021-01-071-3/+1
| * | | | | | btrfs: print the actual offset in btrfs_root_nameJosef Bacik2021-01-073-7/+7
* | | | | | | Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2021-01-114-27/+41
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | NFSD: Restore NFSv4 decoding's SAVEMEM functionalityChuck Lever2020-12-181-16/+26
| * | | | | | NFSD: Fix sparse warning in nfssvc.cChuck Lever2020-12-183-7/+5
| * | | | | | nfsd: Don't set eof on a truncated READ_PLUSTrond Myklebust2020-12-181-4/+5
| * | | | | | nfsd: Fixes for nfsd4_encode_read_plus_data()Trond Myklebust2020-12-181-0/+5
* | | | | | | Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-101-2/+5
|\ \ \ \ \ \ \
| * | | | | | | block: pre-initialize struct block_device in bdev_alloc_inodeChristoph Hellwig2021-01-081-2/+3
| * | | | | | | fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sbSatya Tangirala2021-01-071-0/+2
* | | | | | | | Merge tag 'io_uring-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-101-89/+167
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | io_uring: stop SQPOLL submit on creator's deathPavel Begunkov2021-01-091-9/+53
| * | | | | | | io_uring: add warn_once for io_uring_flush()Pavel Begunkov2021-01-091-4/+10
| * | | | | | | io_uring: inline io_uring_attempt_task_drop()Pavel Begunkov2021-01-091-18/+11
| * | | | | | | io_uring: io_rw_reissue lockdep annotationsPavel Begunkov2021-01-091-0/+2
| * | | | | | | io_uring: synchronise ev_posted() with waitqueuesPavel Begunkov2021-01-071-2/+8
| * | | | | | | io_uring: dont kill fasync under completion_lockPavel Begunkov2021-01-071-5/+8
| * | | | | | | io_uring: trigger eventfd for IOPOLLPavel Begunkov2021-01-071-2/+11