summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-271-4/+0Star
* 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/+2Star
* 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/+3Star
* Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o2019-02-151-9/+4Star
* 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/+0Star
* 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/+1Star
* 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
* nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields2019-02-121-0/+2
* f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang2019-02-121-6/+8
* f2fs: fix race between write_checkpoint and write_beginSheng Yong2019-02-121-2/+10
* f2fs: move dir data flush to write checkpoint processYunlei He2019-02-121-0/+3
* dlm: Don't swamp the CPU with callbacks queued during recoveryBob Peterson2019-02-121-0/+10
* cifs: Always resolve hostname before reconnectingPaulo Alcantara2019-02-061-0/+53
* btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-02-061-0/+3
* Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-02-061-28/+50
* gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher2019-02-061-1/+1
* NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust2019-02-061-4/+5
* fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long2019-02-061-5/+1Star
* CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-02-061-1/+1
* CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-02-061-16/+30