summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-02-15btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-0/+8
2020-02-15Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana5-16/+8
2020-02-15btrfs: remove trivial locking wrappers of tree mod logDavid Sterba1-39/+19
2020-02-15btrfs: free block groups after free'ing fs treesJosef Bacik1-2/+9
2020-02-15btrfs: use bool argument in free_root_pointers()Anand Jain1-5/+5
2020-02-15Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana1-288/+100
2020-02-15Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana1-8/+1
2020-02-15btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo7-55/+21
2020-02-15ext4: fix deadlock allocating crypto bounce page from mempoolEric Biggers1-5/+14
2020-02-15nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2-2/+2
2020-02-15nfsd: fix delay timer on 32-bit architecturesArnd Bergmann1-1/+1
2020-02-15ext2: Adjust indentation in ext2_fill_superNathan Chancellor1-3/+3
2020-02-15btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik1-0/+8
2020-02-15NFS: Directory page cache pages need to be locked when readTrond Myklebust1-11/+19
2020-02-15NFS: Fix memory leaks and corruption in readdirTrond Myklebust1-2/+15
2020-02-15f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu1-12/+4
2020-02-15f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu1-0/+2
2020-02-15f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu1-6/+14
2020-02-15ubifs: don't trigger assertion on invalid no-key filenameEric Biggers1-0/+2
2020-02-15ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng1-1/+3
2020-02-15ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers1-1/+2
2020-02-15ubifs: Reject unsupported ioctl flags explicitlyHou Tao1-0/+8
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2020-02-05reiserfs: Fix memory leak of journal device stringJan Kara1-0/+2
2020-02-05ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o1-61/+66
2020-02-05vfs: fix do_last() regressionAl Viro1-2/+2
2020-01-29do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro1-7/+10
2020-01-27affs: fix a memory leak in affs_remountNavid Emamdoost1-6/+0
2020-01-27afs: Fix large file supportMarc Dionne1-0/+1
2020-01-27btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval1-1/+2
2020-01-27Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana1-1/+3
2020-01-27Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana1-5/+18
2020-01-27Btrfs: fix hang when loading existing inode cache off diskFilipe Manana1-0/+1
2020-01-27signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-1/+1
2020-01-27ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King1-1/+1
2020-01-27cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French1-0/+1
2020-01-27signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman1-1/+1
2020-01-27afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells1-2/+2
2020-01-27NFS: Don't interrupt file writeout due to fatal errorsTrond Myklebust1-1/+1
2020-01-27jfs: fix bogus variable self-initializationArnd Bergmann1-2/+1
2020-01-27NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust1-13/+19
2020-01-27NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umountTrond Myklebust2-10/+24
2020-01-27NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust2-8/+13
2020-01-27fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman1-1/+1
2020-01-27exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2020-01-27xfs: Sanity check flags of Q_XQUOTARM callJan Kara1-0/+3
2020-01-23reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney1-2/+6
2020-01-23btrfs: fix memory leak in qgroup accountingJohannes Thumshirn1-1/+5
2020-01-17ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li1-0/+8
2020-01-17f2fs: fix potential overflowChao Yu2-2/+2