summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven2021-11-211-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-201-8/+12
|\
| * proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand2021-11-201-8/+12
* | Merge tag 'block-5.16-2021-11-19' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-201-1/+0
|\ \
| * | Revert "mark pstore-blk as broken"Kees Cook2021-11-161-1/+0
* | | Merge tag '5.16-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-11-205-34/+21
|\ \ \ | |_|/ |/| |
| * | cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara2021-11-165-33/+18
| * | cifs: protect srv_count with cifs_tcp_ses_lockSteve French2021-11-161-0/+2
| * | cifs: move debug print out of spinlockSteve French2021-11-161-1/+1
| |/
* | Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-186-9/+58
|\ \
| * | btrfs: deprecate BTRFS_IOC_BALANCE ioctlNikolay Borisov2021-11-161-0/+4
| * | btrfs: make 1-bit bit-fields of scrub_page unsigned intColin Ian King2021-11-161-2/+2
| * | btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui2021-11-161-1/+13
| * | btrfs: silence lockdep when reading chunk tree during mountFilipe Manana2021-11-161-5/+13
| * | btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov2021-11-161-0/+14
| * | btrfs: fix a out-of-bound access in copy_compressed_data_to_page()Qu Wenruo2021-11-161-1/+11
* | | Merge tag 'fs_for_v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-183-2/+35
|\ \ \
| * | | udf: Fix crash after seekdirJan Kara2021-11-093-2/+35
* | | | Merge tag 'fs.idmapped.v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-181-2/+2
|\ \ \ \
| * | | | fs: handle circular mappings correctlyChristian Brauner2021-11-171-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'gfs2-v5.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-174-19/+18
|\ \ \ \
| * | | | gfs2: Prevent endless loops in gfs2_file_buffered_writeAndreas Gruenbacher2021-11-101-0/+3
| * | | | gfs2: Fix "Introduce flag for glock holder auto-demotion"Andreas Gruenbacher2021-11-081-2/+2
| * | | | gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher2021-11-061-1/+1
| * | | | gfs2: release iopen glock early in evictBob Peterson2021-11-061-7/+7
| * | | | gfs2: Fix atomic bug in gfs2_instantiateAndreas Gruenbacher2021-11-051-6/+2
| * | | | gfs2: Only dereference i->iov when iter_is_iovec(i)Andreas Gruenbacher2021-11-031-3/+3
* | | | | Merge tag 'nfsd-5.16-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-171-5/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | NFSD: Fix exposure in nfsd4_decode_bitmap()Chuck Lever2021-11-151-5/+2
* | | | | Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-11-144-7/+12
|\ \ \ \ \
| * | | | | xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong2021-11-111-0/+4
| * | | | | xfs: #ifdef out perag code for userspaceEric Sandeen2021-11-102-3/+7
| * | | | | xfs: use swap() to make dabtree code cleanerYang Guang2021-11-081-4/+1
* | | | | | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-135-72/+72
|\ \ \ \ \ \
| * | | | | | lib: zstd: Add kernel-specific APINick Terrell2021-11-085-72/+72
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'io_uring-5.16-2021-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-131-2/+15
|\ \ \ \ \ \
| * | | | | | io-wq: serialize hash clear with wakeupJens Axboe2021-11-111-2/+15
* | | | | | | Merge tag '5.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds2021-11-1318-933/+1184
|\ \ \ \ \ \ \
| * | | | | | | cifs: do not duplicate fscache cookie for secondary channelsShyam Prasad N2021-11-121-2/+7
| * | | | | | | cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-126-14/+36
| * | | | | | | cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-126-15/+71
| * | | | | | | cifs: do not negotiate session if session already existsShyam Prasad N2021-11-121-8/+10
| * | | | | | | smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French2021-11-122-2/+14
| * | | | | | | cifs: fix potential use-after-free bugsPaulo Alcantara2021-11-121-22/+19
| * | | | | | | cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara2021-11-121-0/+2
| * | | | | | | smb3: add additional null check in SMB311_posix_mkdirSteve French2021-11-121-0/+11
| * | | | | | | cifs: release lock earlier in dequeue_mid error caseSteve French2021-11-121-3/+4
| * | | | | | | smb3: add additional null check in SMB2_tconSteve French2021-11-121-1/+1
| * | | | | | | smb3: add additional null check in SMB2_openSteve French2021-11-121-1/+3
| * | | | | | | smb3: add additional null check in SMB2_ioctlSteve French2021-11-111-0/+10