summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* exit/exec: Seperate mm_release()Thomas Gleixner2021-02-031-1/+1
* nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields2021-01-231-1/+6
* ext4: fix superblock checksum failure when setting password saltJan Kara2021-01-231-0/+3
* NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust2021-01-231-5/+7
* ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-231-7/+9
* ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger2021-01-171-2/+11
* quota: Don't overflow quota file offsetsJan Kara2021-01-091-4/+4
* reiserfs: add check for an invalid ih_entry_countRustam Kovhaev2021-01-091-0/+6
* jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp2020-12-291-1/+1
* jffs2: Fix GC exit abnormallyZhe Li2020-12-291-0/+16
* ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques2020-12-291-2/+9
* ext4: fix a memory leak of ext4_free_dataChunguang Xu2020-12-291-0/+1
* btrfs: fix return value mixup in btrfs_get_extentPavel Machek2020-12-291-1/+1
* Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2020-12-291-1/+7
* btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo2020-12-291-8/+9
* btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo2020-12-291-1/+3
* nfs_common: need lock during iterate through the listCheng Lin2020-12-291-1/+5
* NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown2020-12-291-1/+1
* lockd: don't use interval-based rebinding over TCPCalum Mackay2020-12-291-9/+11
* NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia2020-12-291-2/+8
* gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson2020-12-111-0/+4
* btrfs: cleanup cow block on errorJosef Bacik2020-12-111-0/+6
* cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara2020-12-111-0/+2
* btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik2020-12-111-3/+4
* btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana2020-12-021-1/+1
* efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel2020-12-022-1/+2
* proc: don't allow async path resolution of /proc/self componentsJens Axboe2020-12-021-0/+7
* btrfs: inode: Verify inode mode to avoid NULL pointer dereferenceQu Wenruo2020-12-022-8/+34
* btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo2020-12-021-0/+7
* ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara2020-11-241-1/+2
* efivarfs: fix memory leak in efivarfs_create()Vamshi K Sthambamkadi2020-11-241-0/+1
* libfs: fix error cast of negative value in simple_attr_write()Yicong Yang2020-11-241-2/+4
* xfs: validate cached inodes are free when allocatedDave Chinner2020-11-221-25/+48
* xfs: catch inode allocation state mismatch corruptionDave Chinner2020-11-221-1/+22
* Convert trailing spaces and periods in path componentsBoris Protopopov2020-11-181-1/+7
* ext4: fix leaking sysfs kobject after failed mountEric Biggers2020-11-181-0/+1
* ocfs2: initialize ip_next_orphanWengang Wang2020-11-181-0/+1
* ext4: unlock xattr_sem properly in ext4_inline_data_truncate()Joseph Qi2020-11-181-0/+1
* ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia2020-11-181-2/+2
* xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig2020-11-181-1/+1
* gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson2020-11-181-0/+3
* gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-freeBob Peterson2020-11-181-1/+1
* Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2020-11-181-0/+4
* btrfs: reschedule when cloning lots of extentsJohannes Thumshirn2020-11-181-0/+2
* gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring2020-11-181-1/+2
* cachefiles: Handle readpage error correctlyMatthew Wilcox (Oracle)2020-11-101-1/+2
* 9P: Cast to loff_t before multiplyingMatthew Wilcox (Oracle)2020-11-101-2/+2
* ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)2020-11-101-1/+1
* ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-11-101-0/+1
* btrfs: reschedule if necessary when logging directory itemsFilipe Manana2020-11-101-0/+8