aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-22exfat: remove 'bps' mount-optionTetsuhiro Kohada1-1/+0
2020-04-22exfat: Unify access to the boot sectorTetsuhiro Kohada2-30/+16
2020-04-22exfat: add missing MODULE_ALIAS_FS()Thomas Backlund1-0/+1
2020-04-22exfat: Fix discard supportPali Rohár1-2/+3
2020-04-21cifs: minor update to comments around the cifs_tcp_ses_lock mutexSteve French1-1/+2
2020-04-21coredump: fix null pointer dereference on coredumpSudip Mukherjee1-0/+2
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn1-2/+3
2020-04-21block: remove unused headerMa, Jianpeng1-1/+0
2020-04-21cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-04-20btrfs: discard: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-04-20bdev: Reduce time holding bd_mutex in sync in blkdev_close()Douglas Anderson1-0/+10
2020-04-20nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher1-7/+15
2020-04-19NFS/pnfs: Fix a credential use-after-free issue in pnfs_roc()Trond Myklebust1-5/+2
2020-04-19NFS/pnfs: Ensure that _pnfs_return_layout() waits for layoutreturn completionTrond Myklebust1-1/+3
2020-04-19io_uring: only restore req->work for req that needs do completionXiaoguang Wang1-5/+5
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+13
2020-04-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds8-18/+26
2020-04-19Merge tag '5.7-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-3/+22
2020-04-18Merge tag 'xfs-5.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-20/+42
2020-04-17buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu1-1/+1
2020-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+7
2020-04-17Merge tag 'io_uring-5.7-2020-04-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-139/+162
2020-04-17Merge tag 'for-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+17
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever1-1/+3
2020-04-17debugfs: remove return value of debugfs_create_u32()Greg Kroah-Hartman1-12/+3
2020-04-17btrfs: fix setting last_trans for reloc rootsJosef Bacik1-2/+17
2020-04-16Merge tag 'nfs-for-5.7-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+2
2020-04-16Merge tag 'ceph-for-5.7-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds3-5/+5
2020-04-16smb3: remove overly noisy debug line in signing errorsSteve French1-2/+2
2020-04-16xfs: move inode flush to the sync workqueueDarrick J. Wong2-19/+27
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin1-1/+13
2020-04-15proc: Handle umounts cleanlyEric W. Biederman1-0/+7
2020-04-15ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o1-2/+4
2020-04-15ext4: increase wait time needed before reuse of deleted inode numbersTheodore Ts'o1-1/+1
2020-04-15ext4: remove set but not used variable 'es' in ext4_jbd2.cJason Yan1-3/+0
2020-04-15ext4: remove set but not used variable 'es'Jason Yan1-2/+0
2020-04-15ext4: do not zeroout extents beyond i_disksizeJan Kara1-4/+4
2020-04-15ext4: fix return-value types in several function commentsJosh Triplett2-3/+3
2020-04-15ext4: use non-movable memory for superblock readaheadRoman Gushchin3-2/+13
2020-04-15ext4: use matching invalidatepage in ext4_writepageyangerkun1-1/+1
2020-04-15cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue2-1/+5
2020-04-15cifs: dump the session id and keys also for SMB2 sessionsRonnie Sahlberg1-0/+15
2020-04-14io_uring: don't count rqs failed after current onePavel Begunkov1-3/+3
2020-04-14io_uring: kill already cached timeout.seq_offsetPavel Begunkov1-6/+3
2020-04-14io_uring: fix cached_sq_head in io_timeout()Pavel Begunkov1-7/+8
2020-04-14Merge tag 'for-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-87/+47
2020-04-13io_uring: only post events in io_poll_remove_all() if we completed someJens Axboe1-3/+4
2020-04-13NFS: Fix an ABBA spinlock issue in pnfs_update_layout()Trond Myklebust1-1/+2
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton3-5/+5
2020-04-13io_uring: io_async_task_func() should check and honor cancelationJens Axboe1-0/+15