summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ext4: fix error handling in ext4_fc_record_modified_inode()Ritesh Harjani2022-02-031-35/+29
| * | | | | | ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg...Ritesh Harjani2022-02-031-9/+4
| * | | | | | ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani2022-02-031-1/+9
| * | | | | | ext4: fast commit may miss file actionsXin Yin2022-02-033-10/+7
| * | | | | | ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-0310-22/+41
| * | | | | | ext4: modify the logic of ext4_mb_new_blocks_simpleXin Yin2022-02-031-9/+17
| * | | | | | ext4: prevent used blocks from being allocated during fast commit replayXin Yin2022-02-033-5/+22
* | | | | | | Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-055-79/+69
|\ \ \ \ \ \ \
| * | | | | | | xfs: ensure log flush at the end of a synchronous fallocate callDave Chinner2022-02-011-16/+16
| * | | | | | | xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner2022-02-013-42/+36
| * | | | | | | xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner2022-02-012-14/+3
| * | | | | | | xfs: fallocate() should call file_modified()Dave Chinner2022-02-011-4/+9
| * | | | | | | xfs: remove XFS_PREALLOC_SYNCDave Chinner2022-02-013-10/+12
| * | | | | | | xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong2022-01-311-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'vfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-054-17/+37
|\ \ \ \ \ \ \
| * | | | | | | xfs: return errors in xfs_fs_sync_fsDarrick J. Wong2022-01-301-1/+5
| * | | | | | | quota: make dquot_quota_sync return errors from ->sync_fsDarrick J. Wong2022-01-301-3/+8
| * | | | | | | vfs: make sync_filesystem return errors from ->sync_fsDarrick J. Wong2022-01-301-6/+12
| * | | | | | | vfs: make freeze_super abort when sync_filesystem returns errorDarrick J. Wong2022-01-301-7/+12
| |/ / / / / /
* | | | | | | Merge tag 'iomap-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-052-5/+63
|\ \ \ \ \ \ \
| * | | | | | | xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner2022-01-262-5/+63
| |/ / / / / /
* | | | | | | Merge tag 'for-5.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-048-9/+128
|\ \ \ \ \ \ \
| * | | | | | | btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana2022-01-313-2/+53
| * | | | | | | btrfs: fix use of uninitialized variable at rm device ioctlTom Rix2022-01-311-1/+1
| * | | | | | | btrfs: fix use-after-free after failure to create a snapshotFilipe Manana2022-01-313-4/+27
| * | | | | | | btrfs: tree-checker: check item_size for dev_itemSu Yue2022-01-311-0/+8
| * | | | | | | btrfs: tree-checker: check item_size for inode_itemSu Yue2022-01-311-0/+7
| * | | | | | | btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki2022-01-311-2/+19
| * | | | | | | btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo2022-01-311-0/+13
* | | | | | | | Merge tag 'erofs-for-5.17-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-043-61/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | erofs: fix small compressed files inliningGao Xiang2022-02-041-0/+7
| * | | | | | | | erofs: avoid unnecessary z_erofs_decompressqueue_work() declarationGao Xiang2022-01-241-57/+56
| * | | | | | | | erofs: fix fsdax partition offset handlingGao Xiang2022-01-241-4/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag '9p-for-5.17-rc3' of git://github.com/martinetd/linuxLinus Torvalds2022-02-041-5/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "fs/9p: search open fids first"Dominique Martinet2022-01-301-5/+4
| |/ / / / / / /
* | | | | | | | Merge tag '5.17-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-02-047-199/+323
|\ \ \ \ \ \ \ \
| * | | | | | | | cifs: fix workstation_name for multiuser mountsRyan Bair2022-02-032-1/+18
| * | | | | | | | Invalidate fscache cookie only when inode attributes are changed.Rohith Surabattula2022-02-031-4/+4
| * | | | | | | | cifs: Fix the readahead conversion to manage the batch when reading from cacheDavid Howells2022-02-011-1/+1
| * | | | | | | | cifs: Implement cache I/O by accessing the cache directlyDavid Howells2022-02-013-53/+207
| * | | | | | | | netfs, cachefiles: Add a method to query presence of data in the cacheDavid Howells2022-02-011-0/+59
| * | | | | | | | cifs: Transition from ->readpages() to ->readahead()David Howells2022-02-011-137/+35
| * | | | | | | | cifs: unlock chan_lock before calling cifs_put_tcp_sessionShyam Prasad N2022-01-291-6/+2
| * | | | | | | | Fix a warning about a malformed kernel doc comment in cifsDavid Howells2022-01-281-1/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'nfsd-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-02-022-9/+13
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo2022-01-281-1/+3
| * | | | | | | lockd: fix failure to cleanup client locksJ. Bruce Fields2022-01-271-0/+1
| * | | | | | | lockd: fix server crash on reboot of client holding lockJ. Bruce Fields2022-01-181-8/+9
* | | | | | | | Merge tag 'fsnotify_for_v5.17-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-02-021-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter2022-02-011-3/+3
| | |_|_|_|/ / / | |/| | | | | |