summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix bitmap position validationLukas Czerner2018-05-021-4/+5
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-05-022-3/+21
* ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-05-021-0/+1
* jbd2: fix use after free in kjournald2()Sahitya Tummala2018-04-291-1/+1
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-04-292-42/+4
* ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2018-04-291-0/+2
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2018-04-293-54/+74
* cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French2018-04-291-4/+5
* fanotify: fix logic of events on childAmir Goldstein2018-04-241-19/+15
* autofs: mount point create should honour passed in modeIan Kent2018-04-241-1/+1
* Don't leak MNT_INTERNAL away from internal mountsAl Viro2018-04-241-1/+2
* jffs2_kill_sb(): deal with failed allocationsAl Viro2018-04-241-1/+1
* ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-04-241-0/+6
* ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-04-241-0/+6
* jbd2: if the journal is aborted then don't allow update of the log tailTheodore Ts'o2018-04-241-1/+4
* fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton2018-04-241-1/+1
* ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger2018-04-241-4/+10
* ovl: filter trusted xattr for non-adminMiklos Szeredi2018-04-131-1/+11
* ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2018-04-131-1/+1
* btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King2018-04-131-1/+1
* SMB2: Fix share type handlingChristophe JAILLET2018-04-131-5/+9
* CIFS: silence lockdep splat in cifs_relock_file()Rabin Vincent2018-04-131-1/+1
* lockd: fix lockd shutdown raceJ. Bruce Fields2018-04-131-2/+4
* NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2018-04-132-4/+13
* fs/proc: Stop trying to report thread stacksAndy Lutomirski2018-04-082-37/+20
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2018-04-082-72/+43
* staging: ncpfs: memory corruption in ncp_read_kernel()Dan Carpenter2018-04-081-0/+4
* cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter2018-03-241-3/+3
* Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana2018-03-241-2/+21
* fs/aio: Use RCU accessors for kioctx_table->table[]Tejun Heo2018-03-221-9/+10
* fs/aio: Add explicit RCU grace period when freeing kioctxTejun Heo2018-03-221-4/+19
* lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro2018-03-221-3/+8
* reiserfs: Make cancel_old_flush() reliableJan Kara2018-03-223-7/+17
* xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-03-031-16/+29
* xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-03-031-0/+1
* sget(): handle failures of register_shrinker()Al Viro2018-03-031-1/+5
* btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2018-02-251-1/+1
* Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-02-251-0/+9
* Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-251-1/+4
* ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-02-251-0/+1
* kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera2018-02-161-1/+1
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-02-161-3/+1
* NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust2018-02-161-0/+2
* CIFS: zero sensitive data when freeingAurelien Aptel2018-02-163-15/+8
* cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson2018-02-161-2/+1
* cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox2018-02-161-14/+12
* quota: Check for register_shrinker() failure.Tetsuo Handa2018-02-071-1/+2
* nfsd: check for use of the closed special stateidAndrew Elble2018-02-071-2/+5
* nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2018-02-071-0/+8
* fs/fcntl: f_setown, avoid undefined behaviourJiri Slaby2018-01-311-0/+4