summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust2021-01-191-0/+6
* NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski2021-01-191-1/+1
* btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2021-01-192-3/+18
* ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-191-7/+9
* btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana2021-01-121-18/+31
* proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2021-01-123-18/+29
* proc: change ->nlink under proc_subdir_lockAlexey Dobriyan2021-01-121-16/+15
* NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust2021-01-063-3/+37
* quota: Don't overflow quota file offsetsJan Kara2021-01-061-4/+4
* fcntl: Fix potential deadlock in send_sig{io, urg}()Boqun Feng2021-01-061-4/+6
* reiserfs: add check for an invalid ih_entry_countRustam Kovhaev2021-01-061-0/+6
* ext4: don't remount read-only with errors=continue on rebootJan Kara2021-01-061-8/+6
* ubifs: prevent creating duplicate encrypted filenamesEric Biggers2021-01-061-4/+13
* f2fs: prevent creating duplicate encrypted filenamesEric Biggers2021-01-061-0/+2
* ext4: prevent creating duplicate encrypted filenamesEric Biggers2021-01-061-0/+3
* fscrypt: add fscrypt_is_nokey_name()Eric Biggers2021-01-061-5/+5
* jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp2020-12-301-1/+1
* jffs2: Fix GC exit abnormallyZhe Li2020-12-301-0/+16
* ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger2020-12-301-2/+11
* SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-302-5/+16
* SMB3: avoid confusing warning message on mount to AzureSteve French2020-12-301-1/+2
* ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques2020-12-301-2/+9
* ext4: fix deadlock with fs freezing and EA inodesJan Kara2020-12-301-5/+14
* ext4: fix a memory leak of ext4_free_dataChunguang Xu2020-12-301-0/+1
* nfs_common: need lock during iterate through the listCheng Lin2020-12-301-1/+5
* nfsd: Fix message level for normal terminationkazuo ito2020-12-301-2/+1
* NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown2020-12-301-1/+1
* lockd: don't use interval-based rebinding over TCPCalum Mackay2020-12-301-9/+11
* NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia2020-12-301-2/+8
* quota: Sanity-check quota file headers on loadJan Kara2020-12-301-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: fix lockdep splat when reading qgroup config on mountFilipe Manana2020-12-021-1/+1
* btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn2020-12-021-1/+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: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong2020-11-241-8/+8
* xfs: strengthen rmap record flags checkingDarrick J. Wong2020-11-241-4/+4
* xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong2020-11-241-18/+27
* vfs: remove lockdep bogosity in __sb_start_writeDarrick J. Wong2020-11-241-29/+4
* Convert trailing spaces and periods in path componentsBoris Protopopov2020-11-181-1/+7
* btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)2020-11-181-6/+4
* ocfs2: initialize ip_next_orphanWengang Wang2020-11-181-0/+1
* btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2020-11-182-21/+31
* btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu2020-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