summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* autofs: fix error return in autofs_fill_super()Ian Kent2019-03-131-1/+3
* autofs: drop dentry reference only when it is never usedPan Bian2019-03-131-1/+2
* fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara2019-03-131-1/+7
* proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-03-133-1/+24
* cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg2019-03-131-2/+2
* nfs: Fix NULL pointer dereference of dev_nameYao Liu2019-03-131-0/+5
* iomap: fix a use after free in iomap_dio_rwChristoph Hellwig2019-03-131-7/+21
* iomap: get/put the page in iomap_page_create/release()Piotr Jaroszynski2019-03-131-0/+9
* exec: Fix mem leak in kernel_read_fileYueHaibing2019-03-101-1/+1
* aio: Fix locking in aio_poll()Bart Van Assche2019-03-101-3/+9
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-051-0/+12
* writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo2019-03-051-2/+38
* direct-io: allow direct writes to empty inodesErnesto A. Fernández2019-03-051-2/+3
* afs: Fix key refcounting in file locking codeDavid Howells2019-02-272-2/+4
* afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne2019-02-271-1/+0
* proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-271-4/+0
* ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-02-271-1/+2
* mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil2019-02-201-8/+14
* Revert "mm: don't reclaim inodes with many attached pages"Dave Chinner2019-02-201-5/+2
* Revert "nfsd4: return default lease period"J. Bruce Fields2019-02-201-2/+2
* CIFS: Do not assume one credit for async responsesPavel Shilovsky2019-02-201-4/+11
* cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2019-02-202-0/+12
* Revert "exec: load_script: don't blindly truncate shebang string"Linus Torvalds2019-02-151-7/+3
* Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o2019-02-151-9/+4
* debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman2019-02-151-0/+7
* fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-02-121-1/+1
* fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-02-121-1/+1
* fuse: call pipe_buf_release() under pipe lockJann Horn2019-02-121-0/+2
* xfs: eof trim writeback mapping as soon as it is cachedBrian Foster2019-02-121-0/+2
* xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen2019-02-121-1/+1
* xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong2019-02-121-2/+2
* fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin2019-02-121-1/+1
* xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner2019-02-121-1/+4
* xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner2019-02-121-7/+21
* xfs: fix shared extent data corruption due to missing cow reservationBrian Foster2019-02-121-0/+1
* xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner2019-02-121-2/+9
* xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET2019-02-121-1/+1
* xfs: cancel COW blocks before swapextChristoph Hellwig2019-02-121-0/+6
* xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino2019-02-121-1/+1
* exec: load_script: don't blindly truncate shebang stringOleg Nesterov2019-02-121-3/+7
* fs/epoll: drop ovflist branch predictionDavidlohr Bueso2019-02-121-1/+1
* ocfs2: improve ocfs2 MakefileLarry Chen2019-02-123-3/+3
* ocfs2: don't clear bh uptodate for block readJunxiao Bi2019-02-121-2/+0
* f2fs: fix sbi->extent_list corruption issueSahitya Tummala2019-02-122-2/+11
* f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala2019-02-121-12/+15
* cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg2019-02-121-1/+8
* NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl2019-02-121-2/+1
* btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2019-02-125-8/+25
* btrfs: harden agaist duplicate fsid on scanned devicesAnand Jain2019-02-121-0/+29
* udf: Fix BUG on corrupted inodeJan Kara2019-02-121-0/+6