summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* fs/jfs: fix potential integer overflow on shift of a intColin Ian King2021-03-031-1/+1
* btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng2021-03-031-1/+5
* cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-03-031-0/+1
* ntfs: check for valid standard information attributeRustam Kovhaev2021-03-031-0/+6
* ovl: skip getxattr of security labelsAmir Goldstein2021-02-231-7/+8
* ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi2021-02-231-0/+2
* squashfs: add more sanity checks in xattr id lookupPhillip Lougher2021-02-231-9/+57
* squashfs: add more sanity checks in inode lookupPhillip Lougher2021-02-231-8/+33
* squashfs: add more sanity checks in id lookupPhillip Lougher2021-02-234-12/+45
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-231-1/+1
* pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust2021-02-231-1/+7
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+2
* smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva2021-02-101-1/+1
* cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel2021-02-101-2/+20
* ovl: fix dentry leak in ovl_get_redirectLiangyan2021-02-101-1/+1
* fs: fix lazytime expiration handling in __writeback_single_inode()Eric Biggers2021-01-301-11/+13
* writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2021-01-302-18/+12
* fs: move I_DIRTY_INODE to fs.hChristoph Hellwig2021-01-303-9/+6
* 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
* pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust2021-01-231-0/+6
* NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski2021-01-231-1/+1
* btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2021-01-232-3/+18
* 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 deadlock with fs freezing and EA inodesJan Kara2020-12-291-5/+14
* 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
* nfs_common: need lock during iterate through the listCheng Lin2020-12-291-1/+5
* nfsd: Fix message level for normal terminationkazuo ito2020-12-291-2/+1
* 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
* quota: Sanity-check quota file headers on loadJan Kara2020-12-291-0/+19
* gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson2020-12-111-0/+4
* cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara2020-12-111-0/+2
* 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: adjust return values of btrfs_inode_by_nameSu Yue2020-12-021-12/+10
* btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo2020-12-021-0/+7
* btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana2020-12-021-1/+1
* ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara2020-11-241-1/+2