summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-21fs/ufs: avoid potential u32 multiplication overflowColin Ian King1-1/+1
2020-08-21fs/minix: remove expected error message in block_to_path()Eric Biggers2-12/+12
2020-08-21fs/minix: fix block limit check for V1 filesystemsEric Biggers1-1/+1
2020-08-21fs/minix: set s_maxbytes correctlyEric Biggers4-9/+9
2020-08-21NFS: Fix flexfiles read failoverTrond Myklebust3-16/+40
2020-08-21nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
2020-08-21nfs: nfs_file_write() should check for writeback errorsScott Mayhew1-3/+9
2020-08-21ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng1-4/+6
2020-08-21nfs: ensure correct writeback errors are returned on close()Scott Mayhew2-2/+8
2020-08-21f2fs: compress: fix to update isize when overwriting compressed fileChao Yu1-0/+4
2020-08-21f2fs: compress: fix to avoid memory leak on cc->cpagesChao Yu1-0/+2
2020-08-21gfs2: Never call gfs2_block_zero_range with an open transactionBob Peterson1-30/+39
2020-08-21ceph: handle zero-length feature mask in session messagesJeff Layton1-2/+4
2020-08-21ceph: set sec_context xattr on symlink creationJeff Layton1-0/+4
2020-08-21ocfs2: change slot number type s16 to u16Junxiao Bi3-6/+6
2020-08-21ext2: fix missing percpu_counter_incMikulas Patocka1-1/+2
2020-08-21cifs: Fix leak when handling lease break for cached root fidPaul Aurich1-21/+52
2020-08-21btrfs: fix return value mixup in btrfs_get_extentPavel Machek1-1/+1
2020-08-21btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik1-0/+6
2020-08-21btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo3-0/+20
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-08-21btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo1-5/+11
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik1-2/+2
2020-08-21btrfs: fix messages after changing compression level by remountDavid Sterba1-5/+9
2020-08-21btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-21btrfs: fix race between page release and a fast fsyncFilipe Manana1-3/+13
2020-08-21btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik1-1/+1
2020-08-21btrfs: sysfs: use NOFS for device creationJosef Bacik1-0/+3
2020-08-21btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik3-3/+6
2020-08-21btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo1-1/+8
2020-08-21btrfs: add missing check for nocow and compression inode flagsDavid Sterba1-8/+22
2020-08-21btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo2-3/+26
2020-08-21btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik1-2/+2
2020-08-21btrfs: open device without device_list_mutexJosef Bacik1-3/+18
2020-08-21btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn1-3/+13
2020-08-21btrfs: don't traverse into the seed devices in show_devnameAnand Jain1-14/+7
2020-08-21btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana2-13/+1
2020-08-21btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana1-4/+5
2020-08-21btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana2-1/+1
2020-08-21btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana1-5/+7
2020-08-21btrfs: ref-verify: fix memory leak in add_block_entryTom Rix1-0/+2
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo1-3/+10
2020-08-21btrfs: free anon block device right after subvolume deletionQu Wenruo1-0/+2
2020-08-21btrfs: allow use of global block reserve for balance item deletionDavid Sterba1-1/+1
2020-08-21smb3: warn on confusing error scenario with sec=krb5Steve French1-0/+2
2020-08-19io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe1-0/+6
2020-08-19io_uring: enable lookup of links holding inflight filesJens Axboe1-10/+87
2020-08-19io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe1-5/+19
2020-08-19io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang1-2/+6
2020-08-19io_uring: sanitize double poll handlingJens Axboe1-8/+24