aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-29debugfs: return error values, not NULLGreg Kroah-Hartman1-17/+22
2019-01-28nfs: Fix NULL pointer dereference of dev_nameYao Liu1-0/+5
2019-01-28btrfs: don't end the transaction for delayed refs in throttleJosef Bacik1-8/+0
2019-01-28Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana1-28/+50
2019-01-27iomap: fix a use after free in iomap_dio_rwChristoph Hellwig1-7/+21
2019-01-27iomap: get/put the page in iomap_page_create/release()Piotr Jaroszynski1-0/+9
2019-01-26Merge tag '5.0-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-67/+136
2019-01-26Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+41
2019-01-25debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman1-0/+7
2019-01-24cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugDataRonnie Sahlberg1-0/+1
2019-01-24smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg1-0/+7
2019-01-24CIFS: Fix mounts if the client is low on creditsPavel Shilovsky1-0/+17
2019-01-24CIFS: Do not assume one credit for async responsesPavel Shilovsky1-4/+11
2019-01-24CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky2-11/+6
2019-01-24CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky1-10/+14
2019-01-24CIFS: Fix credits calculations for reads with errorsPavel Shilovsky1-12/+23
2019-01-24CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2-7/+46
2019-01-25Merge tag 'fsnotify_for_v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+4
2019-01-24smb3: Cleanup license messThomas Gleixner2-20/+0
2019-01-24CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky1-3/+3
2019-01-24cifs: fix memory leak of an allocated cifs_ntsd structureColin Ian King1-0/+8
2019-01-22writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo1-2/+38
2019-01-22direct-io: allow direct writes to empty inodesErnesto A. Fernández1-2/+3
2019-01-21ceph: quota: cleanup license messThomas Gleixner1-13/+0
2019-01-21ceph: clear inode pointer when snap realm gets dropped by its inodeYan, Zheng1-0/+2
2019-01-21Merge tag 'pstore-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-8/+4
2019-01-20pstore/ram: Avoid allocation and leak of platform dataKees Cook1-6/+3
2019-01-21Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-10/+35
2019-01-20Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-7/+1
2019-01-20Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+18
2019-01-18btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik3-0/+8
2019-01-18btrfs: run delayed iputs before committingJosef Bacik1-0/+9
2019-01-18btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik3-7/+10
2019-01-18Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba1-3/+0
2019-01-18Merge tag 'afs-fixes-20190117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds6-18/+59
2019-01-17pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan1-2/+1
2019-01-17afs: Fix race in async call refcountingDavid Howells1-5/+30
2019-01-17afs: Provide a function to get a ref on a callDavid Howells1-6/+12
2019-01-17afs: Fix key refcounting in file locking codeDavid Howells2-2/+4
2019-01-17afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne1-1/+0
2019-01-16fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi1-1/+1
2019-01-16fuse: call pipe_buf_release() under pipe lockJann Horn1-0/+2
2019-01-16cuse: fix ioctlMiklos Szeredi1-1/+1
2019-01-16fuse: handle zero sized retrieve correctlyMiklos Szeredi1-1/+1
2019-01-15NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia1-7/+1
2019-01-15blockdev: Fix livelocks on loop deviceJan Kara1-10/+18