summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-04-24fanotify: fix logic of events on childAmir Goldstein
2018-04-24autofs: mount point create should honour passed in modeIan Kent
2018-04-24Don't leak MNT_INTERNAL away from internal mountsAl Viro
2018-04-24jffs2_kill_sb(): deal with failed allocationsAl Viro
2018-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2018-04-24jbd2: if the journal is aborted then don't allow update of the log tailTheodore Ts'o
2018-04-24fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton
2018-04-24ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger
2018-04-13ovl: filter trusted xattr for non-adminMiklos Szeredi
2018-04-13ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan
2018-04-13btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King
2018-04-13SMB2: Fix share type handlingChristophe JAILLET
2018-04-13CIFS: silence lockdep splat in cifs_relock_file()Rabin Vincent
2018-04-13lockd: fix lockd shutdown raceJ. Bruce Fields
2018-04-13NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust
2018-04-08fs/proc: Stop trying to report thread stacksAndy Lutomirski
2018-04-08proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner
2018-04-08staging: ncpfs: memory corruption in ncp_read_kernel()Dan Carpenter
2018-03-24cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter
2018-03-24Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana
2018-03-22fs/aio: Use RCU accessors for kioctx_table->table[]Tejun Heo
2018-03-22fs/aio: Add explicit RCU grace period when freeing kioctxTejun Heo
2018-03-22lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro
2018-03-22reiserfs: Make cancel_old_flush() reliableJan Kara
2018-03-03xfs: quota: check result of register_shrinker()Aliaksei Karaliou
2018-03-03xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou
2018-03-03sget(): handle failures of register_shrinker()Al Viro
2018-02-25btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov
2018-02-25Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo
2018-02-25Btrfs: fix deadlock in run_delalloc_nocowLiu Bo
2018-02-25ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou
2018-02-16kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera
2018-02-16NFS: commit direct writes even if they fail partiallyJ. Bruce Fields
2018-02-16NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust
2018-02-16CIFS: zero sensitive data when freeingAurelien Aptel
2018-02-16cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson
2018-02-16cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox
2018-02-07quota: Check for register_shrinker() failure.Tetsuo Handa
2018-02-07nfsd: check for use of the closed special stateidAndrew Elble
2018-02-07nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust
2018-01-31fs/fcntl: f_setown, avoid undefined behaviourJiri Slaby
2018-01-31reiserfs: don't preallocate blocks for extended attributesJeff Mahoney
2018-01-31reiserfs: fix race in prealloc discardJeff Mahoney
2018-01-31pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence
2017-12-20udf: Avoid overflow when session starts at large offsetJan Kara
2017-12-20tty fix oops when rmmod 8250nixiaoming
2017-12-20xfs: fix log block underflow during recovery cycle verificationBrian Foster
2017-12-20GFS2: Take inode off order_write list when setting jdata flagBob Peterson
2017-12-20btrfs: add missing memset while reading compressed inline extentsZygo Blaxell