Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | NFSv4: Fix free of uninitialized nfs4_label on referral lookup. | Benjamin Coddington | 2022-05-31 | 4 | -13/+24 | |
| * | | | | | | | | | | | | NFS: Pass i_size to fscache_unuse_cookie() when a file is released | Dave Wysochanski | 2022-05-17 | 1 | -4/+3 | |
| * | | | | | | | | | | | | NFS: Improve warning message when locks are lost. | NeilBrown | 2022-05-17 | 1 | -5/+15 | |
| * | | | | | | | | | | | | NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributes | Trond Myklebust | 2022-05-17 | 1 | -0/+69 | |
| * | | | | | | | | | | | | NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributes | Trond Myklebust | 2022-05-17 | 2 | -36/+68 | |
| * | | | | | | | | | | | | NFSv4: Specify the type of ACL to cache | Trond Myklebust | 2022-05-17 | 1 | -19/+40 | |
| * | | | | | | | | | | | | NFSv4: Don't hold the layoutget locks across multiple RPC calls | Trond Myklebust | 2022-05-17 | 1 | -0/+4 | |
| * | | | | | | | | | | | | pNFS/files: Fall back to I/O through the MDS on non-fatal layout errors | Trond Myklebust | 2022-05-17 | 1 | -1/+6 | |
| * | | | | | | | | | | | | NFS: Further fixes to the writeback error handling | Trond Myklebust | 2022-05-17 | 1 | -21/+18 | |
| * | | | | | | | | | | | | NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout | Trond Myklebust | 2022-05-17 | 1 | -0/+2 | |
| * | | | | | | | | | | | | NFS: Memory allocation failures are not server fatal errors | Trond Myklebust | 2022-05-17 | 1 | -0/+1 | |
| * | | | | | | | | | | | | NFS: Don't report errors from nfs_pageio_complete() more than once | Trond Myklebust | 2022-05-17 | 1 | -8/+1 | |
| * | | | | | | | | | | | | NFS: Do not report flush errors in nfs_write_end() | Trond Myklebust | 2022-05-17 | 1 | -5/+2 | |
| * | | | | | | | | | | | | NFS: Don't report ENOSPC write errors twice | Trond Myklebust | 2022-05-17 | 1 | -20/+14 | |
| * | | | | | | | | | | | | NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS | Trond Myklebust | 2022-05-17 | 1 | -4/+5 | |
| * | | | | | | | | | | | | NFS: Do not report EINTR/ERESTARTSYS as mapping errors | Trond Myklebust | 2022-05-17 | 1 | -1/+1 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-06-01 | 17 | -791/+817 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | f2fs: fix to tag gcing flag on page during file defragment | Chao Yu | 2022-05-27 | 1 | -0/+1 | |
| * | | | | | | | | | | | | f2fs: replace F2FS_I(inode) and sbi by the local variable | Yufen Yu | 2022-05-27 | 3 | -18/+18 | |
| * | | | | | | | | | | | | f2fs: add f2fs_init_write_merge_io function | Yufen Yu | 2022-05-25 | 3 | -24/+32 | |
| * | | | | | | | | | | | | f2fs: avoid unneeded error handling for revoke_entry_slab allocation | Chao Yu | 2022-05-25 | 1 | -5/+0 | |
| * | | | | | | | | | | | | f2fs: allow compression for mmap files in compress_mode=user | Sungjong Seo | 2022-05-25 | 1 | -10/+0 | |
| * | | | | | | | | | | | | f2fs: fix typo in comment | Julia Lawall | 2022-05-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | f2fs: make f2fs_read_inline_data() more readable | Chao Liu | 2022-05-20 | 1 | -0/+4 | |
| * | | | | | | | | | | | | f2fs: fix to do sanity check for inline inode | Chao Yu | 2022-05-19 | 3 | -7/+26 | |
| * | | | | | | | | | | | | f2fs: fix fallocate to use file_modified to update permissions consistently | Chao Yu | 2022-05-19 | 1 | -0/+4 | |
| * | | | | | | | | | | | | f2fs: don't use casefolded comparison for "." and ".." | Eric Biggers | 2022-05-17 | 3 | -11/+13 | |
| * | | | | | | | | | | | | f2fs: do not stop GC when requiring a free section | Jaegeuk Kim | 2022-05-17 | 5 | -11/+22 | |
| * | | | | | | | | | | | | f2fs: keep wait_ms if EAGAIN happens | Jaegeuk Kim | 2022-05-12 | 1 | -2/+2 | |
| * | | | | | | | | | | | | f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parameters | Jaegeuk Kim | 2022-05-12 | 5 | -42/+89 | |
| * | | | | | | | | | | | | f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTION | Eric Biggers | 2022-05-12 | 1 | -2/+3 | |
| * | | | | | | | | | | | | f2fs: kill volatile write support | Jaegeuk Kim | 2022-05-12 | 7 | -157/+10 | |
| * | | | | | | | | | | | | f2fs: change the current atomic write way | Daeho Jeong | 2022-05-12 | 12 | -424/+303 | |
| * | | | | | | | | | | | | f2fs: don't need inode lock for system hidden quota | Jaegeuk Kim | 2022-05-12 | 1 | -2/+4 | |
| * | | | | | | | | | | | | f2fs: stop allocating pinned sections if EAGAIN happens | Jaegeuk Kim | 2022-05-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | f2fs: skip GC if possible when checkpoint disabling | Weichao Guo | 2022-05-09 | 1 | -2/+7 | |
| * | | | | | | | | | | | | f2fs: give priority to select unpinned section for foreground GC | Chao Yu | 2022-05-06 | 3 | -14/+82 | |
| * | | | | | | | | | | | | f2fs: fix to do sanity check on total_data_blocks | Chao Yu | 2022-05-06 | 3 | -13/+25 | |
| * | | | | | | | | | | | | f2fs: fix deadloop in foreground GC | Chao Yu | 2022-05-06 | 1 | -12/+20 | |
| * | | | | | | | | | | | | f2fs: fix to do sanity check on block address in f2fs_do_zero_range() | Chao Yu | 2022-05-06 | 1 | -4/+12 | |
| * | | | | | | | | | | | | f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count() | Chao Yu | 2022-05-06 | 1 | -4/+10 | |
| * | | | | | | | | | | | | f2fs: write checkpoint during FG_GC | Byungki Lee | 2022-05-06 | 1 | -15/+23 | |
| * | | | | | | | | | | | | f2fs: fix to clear dirty inode in f2fs_evict_inode() | Chao Yu | 2022-05-06 | 1 | -1/+15 | |
| * | | | | | | | | | | | | f2fs: ensure only power of 2 zone sizes are allowed | Luis Chamberlain | 2022-05-06 | 1 | -0/+4 | |
| * | | | | | | | | | | | | f2fs: call bdev_zone_sectors() only once on init_blkz_info() | Luis Chamberlain | 2022-05-06 | 1 | -3/+6 | |
| * | | | | | | | | | | | | f2fs: extend stat_lock to avoid potential race in statfs | Niels Dossche | 2022-05-06 | 1 | -5/+8 | |
| * | | | | | | | | | | | | f2fs: avoid infinite loop to flush node pages | Jaegeuk Kim | 2022-05-06 | 3 | -22/+32 | |
| * | | | | | | | | | | | | f2fs: use flush command instead of FUA for zoned device | Jaegeuk Kim | 2022-05-06 | 2 | -2/+3 | |
| * | | | | | | | | | | | | f2fs: remove WARN_ON in f2fs_is_valid_blkaddr | Dongliang Mu | 2022-05-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | f2fs: replace usage of found with dedicated list iterator variable | Jakob Koschel | 2022-04-26 | 1 | -14/+13 |