summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-02-061-2/+2
* smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg2019-01-311-0/+7
* CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2019-01-312-7/+46
* CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky2019-01-311-10/+14
* CIFS: Fix credits calculations for reads with errorsPavel Shilovsky2019-01-311-12/+23
* CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky2019-01-311-3/+3
* inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa2019-01-311-2/+4
* ceph: clear inode pointer when snap realm gets dropped by its inodeYan, Zheng2019-01-311-0/+2
* userfaultfd: clear flag if remap event not enabledPeter Xu2019-01-261-1/+9