summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-221-0/+1
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-221-1/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-221-1/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-221-0/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2018-11-221-6/+2
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-221-2/+1
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-11-221-2/+4
* ext4: add missing brelse() update_backups()'s error pathVasily Averin2018-11-221-1/+3
* ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2018-11-221-2/+1
* Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre2018-11-221-1/+2
* lockd: fix access beyond unterminated strings in printsAmir Goldstein2018-11-221-1/+1
* NFSv4.1: Fix the r/wsize checkingTrond Myklebust2018-11-221-7/+9
* smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French2018-11-221-2/+4
* smb3: do not attempt cifs operation in smb3 query info error pathSteve French2018-11-221-1/+9
* smb3: allow stats which track session and share reconnects to be resetSteve French2018-11-221-0/+3
* ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-11-221-1/+1
* gfs2_meta: ->mount() can get NULL dev_nameAl Viro2018-11-221-0/+3
* jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-11-221-2/+2
* ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-11-221-2/+6
* jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao2018-11-221-3/+1
* cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro2018-11-101-1/+1
* fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov2018-11-101-0/+1
* ovl: fix open in stacked overlayMiklos Szeredi2018-11-101-0/+3
* vfs: Make sendfile(2) killable even betterJan Kara2018-11-101-0/+7
* Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana2018-11-101-2/+6
* ext4: fix an ext3 collapse range regression in xfstestsTheodore Ts'o2018-11-101-0/+8
* Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana2018-11-103-3/+23
* nfs: fix high load average due to callback thread sleepingJeff Layton2018-11-101-3/+3
* quota: Fix maximum quota limit settingsJan Kara2018-11-101-4/+8
* NFSv4: Remove incorrect check in can_open_delegated()Trond Myklebust2018-11-101-2/+0
* NFS: Ignore transport protocol when detecting server trunkingChuck Lever2018-11-101-6/+0
* NFSv4/v4.1: Verify the client owner id during trunking detectionTrond Myklebust2018-11-101-0/+18
* NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_clientTrond Myklebust2018-11-102-4/+16
* ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extentsalex chen2018-11-101-9/+9
* ubifs: Check for name being NULL while mountingRichard Weinberger2018-10-131-0/+3
* ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-10-133-56/+3
* jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o2018-10-131-1/+1
* ext4: add more inode number paranoia checksTheodore Ts'o2018-10-133-6/+7
* ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o2018-10-131-0/+5
* ext4: always verify the magic number in xattr blocksTheodore Ts'o2018-10-131-3/+3
* ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o2018-10-131-8/+14
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-10-131-2/+2
* ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o2018-10-131-7/+3
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-10-132-8/+5
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-10-134-6/+36
* proc: restrict kernel stack dumps to rootJann Horn2018-10-131-0/+14
* Make file credentials available to the seqfile interfacesLinus Torvalds2018-10-131-3/+4
* ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant2018-10-131-2/+2
* smb2: fix missing files in root share directory listingAurelien Aptel2018-10-131-1/+1
* cifs: read overflow in is_valid_oplock_break()Dan Carpenter2018-10-131-0/+8