summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-02-14Revert "exec: load_script: don't blindly truncate shebang string"Linus Torvalds
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson
2019-02-14Revert "nfsd4: return default lease period"J. Bruce Fields
2019-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-02-12mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil
2019-02-12Revert "mm: don't reclaim inodes with many attached pages"Dave Chinner
2019-02-12NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington
2019-02-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar
2019-02-10proc/stat: Make the interrupt statistics more efficientThomas Gleixner
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-02-08Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal
2019-02-08sysfs: remove unused include of kernfs-internal.hOndrej Mosnacek
2019-02-07Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-02-07Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust
2019-02-06fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa
2019-02-06aio: initialize kiocb private in case any filesystems expect it.Mike Marshall
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova
2019-02-03xfs: set buffer ops when repair probes for btree typexfs-5.0-fixes-1Darrick J. Wong
2019-02-03xfs: end sync buffer I/O properly on shutdown errorBrian Foster
2019-02-03xfs: eof trim writeback mapping as soon as it is cachedBrian Foster
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-02-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-02-01Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-02-01autofs: fix error return in autofs_fill_super()Ian Kent
2019-02-01autofs: drop dentry reference only when it is never usedPan Bian
2019-02-01fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara
2019-02-01proc: fix /proc/net/* after setns(2)Alexey Dobriyan
2019-02-01Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-02-01copy_mount_string: Limit string length to PATH_MAXChandan Rajendra
2019-01-31Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o
2019-01-31gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher
2019-01-31Merge tag 'nfs-for-5.0-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-31cifs: update internal module version numberSteve French
2019-01-31CIFS: fix use-after-free of the lease keysAurelien Aptel
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long
2019-01-30btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman
2019-01-30btrfs: clean up pending block groups when transaction commit abortsDavid Sterba
2019-01-30btrfs: fix potential oops in device_list_addAl Viro
2019-01-30debugfs: debugfs_lookup() should return NULL if not foundGreg Kroah-Hartman