summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring2020-11-101-1/+2
* btrfs: tree-checker: fix the error message for transid errorQu Wenruo2020-11-101-1/+1
* btrfs: tree-checker: Verify inode itemQu Wenruo2020-11-102-0/+109
* btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo2020-11-101-0/+7
* btrfs: tree-checker: Fix wrong check on max devidQu Wenruo2020-11-101-7/+0
* btrfs: tree-checker: Verify dev itemQu Wenruo2020-11-103-9/+83
* btrfs: tree-checker: Check chunk item at tree block read timeQu Wenruo2020-11-102-3/+15
* btrfs: tree-checker: Make btrfs_check_chunk_valid() return EUCLEAN instead of...Qu Wenruo2020-11-101-11/+11
* btrfs: tree-checker: Make chunk item checker messages more readableQu Wenruo2020-11-101-13/+68
* btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export itQu Wenruo2020-11-103-93/+102
* btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo2020-11-101-1/+33
* Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana2020-11-101-9/+26
* btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()Qu Wenruo2020-11-101-5/+22
* btrfs: extent_io: Handle errors better in btree_write_cache_pages()Qu Wenruo2020-11-101-3/+6
* btrfs: extent_io: Handle errors better in extent_write_full_page()Qu Wenruo2020-11-101-3/+21
* btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik2020-11-101-1/+10
* Revert "btrfs: flush write bio if we loop in extent_write_cache_pages"Ben Hutchings2020-11-101-8/+0
* btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level upQu Wenruo2020-11-101-14/+41
* btrfs: extent_io: Kill the forward declaration of flush_write_bioQu Wenruo2020-11-101-34/+32
* cachefiles: Handle readpage error correctlyMatthew Wilcox (Oracle)2020-11-051-1/+2
* ext4: fix invalid inode checksumLuo Meng2020-11-051-5/+6
* ext4: fix error handling code in add_new_gdbDinghao Liu2020-11-051-1/+3
* ext4: fix leaking sysfs kobject after failed mountEric Biggers2020-11-051-0/+1
* 9P: Cast to loff_t before multiplyingMatthew Wilcox (Oracle)2020-11-051-2/+2
* ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)2020-11-051-1/+1
* ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-11-051-0/+1
* NFSD: Add missing NFSv2 .pc_func methodsChuck Lever2020-11-051-0/+16
* NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagOlga Kornievskaia2020-11-051-3/+6
* udf: Fix memory leak when mountingJan Kara2020-11-051-8/+13
* btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana2020-11-051-0/+2
* btrfs: cleanup cow block on errorJosef Bacik2020-11-051-0/+6
* btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov2020-11-051-1/+1
* btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana2020-11-051-0/+72
* btrfs: reschedule if necessary when logging directory itemsFilipe Manana2020-11-051-0/+8
* btrfs: improve device scanning messagesAnand Jain2020-11-051-6/+8
* btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo2020-11-051-2/+1
* NFS: fix nfs_path in case of a rename retryAshish Sangwan2020-11-051-4/+8
* fs: Don't invalidate page buffers in block_write_full_page()Jan Kara2020-11-051-16/+0
* cifs: handle -EINTR in cifs_setattrRonnie Sahlberg2020-11-051-4/+9
* gfs2: add validation checks for size of superblockAnant Thazhemadam2020-11-051-7/+11
* ext4: Detect already used quota file earlyJan Kara2020-11-051-0/+5
* btrfs: fix replace of seed deviceAnand Jain2020-11-051-1/+1
* xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong2020-11-051-7/+12
* xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong2020-11-051-2/+8
* f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-11-051-0/+2
* f2fs: fix uninit-value in f2fs_lookupChao Yu2020-11-051-5/+3
* f2fs: add trace exit in exception pathZhang Qilong2020-11-051-1/+5
* mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin2020-11-051-1/+14
* fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2020-11-056-56/+119
* fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers2020-11-051-2/+1