summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Return the correct number of bytes written to the fileTrond Myklebust2020-02-111-0/+1
* nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2020-02-112-2/+2
* nfsd: fix delay timer on 32-bit architecturesArnd Bergmann2020-02-111-1/+1
* ext2: Adjust indentation in ext2_fill_superNathan Chancellor2020-02-111-3/+3
* aio: prevent potential eventfd recursion on pollJens Axboe2020-02-111-2/+18
* eventfd: track eventfd_signal() recursion depthJens Axboe2020-02-111-0/+15
* gfs2: fix O_SYNC write handlingAndreas Gruenbacher2020-02-111-30/+21
* gfs2: move setting current->backing_dev_infoChristoph Hellwig2020-02-111-11/+10
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-02-115-16/+8
* btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik2020-02-111-0/+8
* Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana2020-02-111-288/+100
* jbd2_seq_info_next should increase position indexVasily Averin2020-02-111-0/+1
* NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-02-111-11/+19
* NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-02-111-2/+15
* f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu2020-02-111-12/+4
* f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu2020-02-111-0/+2
* f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu2020-02-111-6/+14
* ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein2020-02-111-1/+7
* ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng2020-02-111-1/+3
* ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers2020-02-111-1/+2
* ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-02-111-0/+2
* ubifs: Reject unsupported ioctl flags explicitlyHou Tao2020-02-111-0/+8
* smb3: fix signing verification of large readsSteve French2020-02-111-2/+2
* udf: Allow writing to 'Rewritable' partitionsJan Kara2020-02-111-1/+0
* ocfs2: fix oops when writing cloned fileGang He2020-02-111-8/+6
* ovl: fix lseek overflow on 32bitMiklos Szeredi2020-02-111-1/+1
* btrfs: do not zero f_bavail if we have available spaceJosef Bacik2020-02-051-1/+9
* reiserfs: Fix memory leak of journal device stringJan Kara2020-02-051-0/+2
* ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2020-02-051-61/+66
* vfs: fix do_last() regressionAl Viro2020-02-051-2/+2
* cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)2020-02-011-1/+1
* do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro2020-01-291-7/+10
* afs: Fix characters allowed into cell namesDavid Howells2020-01-291-1/+10
* afs: Remove set but not used variables 'before', 'after'zhengbin2020-01-271-10/+2
* affs: fix a memory leak in affs_remountNavid Emamdoost2020-01-271-6/+0
* afs: Fix large file supportMarc Dionne2020-01-271-0/+1
* afs: Fix missing timeout resetDavid Howells2020-01-271-0/+1
* f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu2020-01-272-0/+10
* btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval2020-01-271-1/+2
* Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana2020-01-271-1/+3
* Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana2020-01-271-5/+18
* Btrfs: fix hang when loading existing inode cache off diskFilipe Manana2020-01-271-0/+1
* f2fs: fix error path of f2fs_convert_inline_page()Chao Yu2020-01-271-0/+1
* f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu2020-01-271-1/+2
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-271-1/+1
* ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King2020-01-271-1/+1
* cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French2020-01-271-0/+1
* ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp2020-01-271-1/+1
* signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman2020-01-271-1/+1
* afs: Fix double inc of vnode->cb_breakDavid Howells2020-01-271-3/+1