aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-02-04ovl: During copy up, first copy up data and then xattrsVivek Goyal1-13/+18
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2-3/+3
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2-3/+24
2019-02-03xfs: end sync buffer I/O properly on shutdown errorBrian Foster1-2/+1
2019-02-03xfs: eof trim writeback mapping as soon as it is cachedBrian Foster1-0/+2
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani1-2/+2
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-38/+71
2019-02-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-4/+36
2019-02-01Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-29/+61
2019-02-01autofs: fix error return in autofs_fill_super()Ian Kent1-1/+3
2019-02-01autofs: drop dentry reference only when it is never usedPan Bian1-1/+2
2019-02-01fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara1-1/+7
2019-02-01proc: fix /proc/net/* after setns(2)Alexey Dobriyan3-1/+24
2019-02-01Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+30
2019-02-01pipe: stop using ->can_mergeJann Horn2-8/+16
2019-02-01splice: don't merge into linked buffersJann Horn2-0/+18
2019-02-01copy_mount_string: Limit string length to PATH_MAXChandan Rajendra1-1/+1
2019-02-01fs: move generic stat response attr handling to vfs_getattr_nosecChristoph Hellwig1-5/+7
2019-02-01orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig1-5/+2
2019-01-31jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang2-3/+16
2019-01-31Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o1-9/+4
2019-01-31gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher1-1/+1
2019-01-31Merge tag 'nfs-for-5.0-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-4/+10
2019-01-31cifs: update internal module version numberSteve French1-1/+1
2019-01-31CIFS: fix use-after-free of the lease keysAurelien Aptel1-2/+2
2019-01-31ext2: Fix underflow in ext2_max_size()Jan Kara1-14/+25
2019-01-30audit: ignore fcaps on umountRichard Guy Briggs2-1/+3
2019-01-30introduce fs_context methodsAl Viro3-16/+50
2019-01-30fs_context flavour for submountsAl Viro1-0/+10
2019-01-30convert do_remount_sb() to fs_contextDavid Howells4-59/+147
2019-01-30vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro4-17/+19
2019-01-30new helper: do_new_mount_fc()David Howells1-26/+39
2019-01-30teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro2-31/+51
2019-01-30new helpers: vfs_create_mount(), fc_mount()Al Viro1-24/+52
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells5-44/+246
2019-01-30saner handling of temporary namespacesAl Viro2-39/+40
2019-01-30separate copying and locking mount tree on cross-userns copiesAl Viro3-29/+38
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long1-0/+32
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long1-5/+1
2019-01-30btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman1-0/+3
2019-01-30btrfs: clean up pending block groups when transaction commit abortsDavid Sterba1-0/+16
2019-01-30btrfs: fix potential oops in device_list_addAl Viro1-2/+2
2019-01-30debugfs: debugfs_lookup() should return NULL if not foundGreg Kroah-Hartman1-5/+5
2019-01-29CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky1-1/+1
2019-01-29CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky1-2/+2
2019-01-29CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky1-16/+30
2019-01-29CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky1-3/+8
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg2-3/+16
2019-01-29cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg1-2/+2
2019-01-29NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust1-4/+5