- ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
- d883600 Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years, 9 months ago
- 6cad420c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
- 7be9713 Merge tag 'xfs-5.7-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 9 months ago
- 7db83c0 Merge tag 'vfs-5.7-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 9 months ago
- 35a9faf Merge tag 'iomap-5.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 9 months ago
- 9c57749 Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 9 months ago
- d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
- 87bf91d hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race by Mike Kravetz · 4 years, 9 months ago
- c0d0381 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 4 years, 9 months ago
- 3e69ad0 mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault path by Peter Xu · 4 years, 9 months ago
- c270a7e mm: introduce FAULT_FLAG_INTERRUPTIBLE by Peter Xu · 4 years, 9 months ago
- ef429ee userfaultfd: don't retake mmap_sem to emulate NOPAGE by Peter Xu · 4 years, 9 months ago
- f4b00ea mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() by Roman Gushchin · 4 years, 9 months ago
- c537338 fs_parse: remove pr_notice() about each validation by Kees Cook · 4 years, 9 months ago
- 4ceb229 ocfs2: use memalloc_nofs_save instead of memalloc_noio_save by Matthew Wilcox (Oracle) · 4 years, 9 months ago
- d293d3a ocfs2: use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 9 months ago
- 0434c9f4 ocfs2: roll back the reference count modification of the parent directory if an error occurs by wangjian · 4 years, 9 months ago
- 95f3427 ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
- 8cb9243 ocfs2: dlm: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
- fa803cf ocfs2: cluster: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
- 3c9210d ocfs2: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
- 185a732 ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refcount_cache_unlock() by Jules Irenge · 4 years, 9 months ago
- 1a5692e ocfs2: remove useless err by Alex Shi · 4 years, 9 months ago
- 41f4dc8 ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec" by wangyan · 4 years, 9 months ago
- cb5bc85 ocfs2: there is no need to log twice in several functions by wangyan · 4 years, 9 months ago
- e036987 ocfs2: remove dlm_lock_is_remote by Alex Shi · 4 years, 9 months ago
- 31cc0c8 ocfs2: use OCFS2_SEC_BITS in macro by Alex Shi · 4 years, 9 months ago
- 8e6ef37 ocfs2: remove unused macros by Alex Shi · 4 years, 9 months ago
- ee9dc32 ocfs2: remove FS_OCFS2_NM by Alex Shi · 4 years, 9 months ago
- 99a4a90 lookup_open(): don't bother with fallbacks to lookup+create by Al Viro · 4 years, 10 months ago
- d489cf9 atomic_open(): no need to pass struct open_flags anymore by Al Viro · 4 years, 10 months ago
- ff326a3 open_last_lookups(): move complete_walk() into do_open() by Al Viro · 4 years, 10 months ago
- b94e0b3 open_last_lookups(): lift O_EXCL|O_CREAT handling into do_open() by Al Viro · 4 years, 10 months ago
- 7228741 open_last_lookups(): don't abuse complete_walk() when all we want is unlazy by Al Viro · 4 years, 10 months ago
- f7bb959 open_last_lookups(): consolidate fsnotify_create() calls by Al Viro · 4 years, 10 months ago
- c5971b8 take post-lookup part of do_last() out of loop by Al Viro · 4 years, 10 months ago
- 0f70595 link_path_walk(): sample parent's i_uid and i_mode for the last component by Al Viro · 4 years, 10 months ago
- 60ef60c __nd_alloc_stack(): make it return bool by Al Viro · 4 years, 10 months ago
- 4542576 reserve_stack(): switch to __nd_alloc_stack() by Al Viro · 4 years, 10 months ago
- 4905590 pick_link(): take reserving space on stack into a new helper by Al Viro · 4 years, 10 months ago
- aef9404 pick_link(): more straightforward handling of allocation failures by Al Viro · 4 years, 10 months ago
- c99687a fold path_to_nameidata() into its only remaining caller by Al Viro · 4 years, 10 months ago
- 84f0cd9 pick_link(): pass it struct path already with normal refcounting rules by Al Viro · 4 years, 10 months ago
- 19f6028 fs/namei.c: kill follow_mount() by Al Viro · 4 years, 10 months ago
- 2aa3847 non-RCU analogue of the previous commit by Al Viro · 4 years, 10 months ago
- 7ef482f helper for mount rootwards traversal by Al Viro · 4 years, 10 months ago
- 165200d follow_dotdot(): be lazy about changing nd->path by Al Viro · 4 years, 10 months ago
- efe772d follow_dotdot_rcu(): be lazy about changing nd->path by Al Viro · 4 years, 10 months ago
- 12487f3 follow_dotdot{,_rcu}(): massage loops by Al Viro · 4 years, 10 months ago
- c2df196 lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu by Al Viro · 4 years, 10 months ago
- 72f3542 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 9 months ago
- d1e7fd6 signal: Extend exec_id to 64bits by Eric W. Biederman · 4 years, 9 months ago
- 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
- b3aa112 Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 9 months ago
- 645c248 Merge tag '5.7-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 9 months ago
- 018d21f Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 9 months ago
- 15c981d Merge tag 'for-5.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 9 months ago
- 1455c69 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 9 months ago
- 779df6a NFS: Ensure security label is set for root inode by Scott Mayhew · 4 years, 10 months ago
- 4b9fd8a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- a776c27 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 7c4fa15 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 5983809 Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 9 months ago
- c271bdb Merge tag 'pstore-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 9 months ago
- 377ad0c Merge tag 'erofs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 4 years, 9 months ago
- 481ed29 Merge tag 'docs-5.7' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 9 months ago
- e59cd88 Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
- 10f36b1 Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
- 75b46c4 gfs2: Fix oversight in gfs2_ail1_flush by Bob Peterson · 4 years, 9 months ago
- f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
- f460c50 cifs: update internal module version number by Steve French · 4 years, 9 months ago
- 3946d0d cifs: Allocate encryption header through kmalloc by Long Li · 4 years, 9 months ago
- 4ebb879 cifs: smbd: Check and extend sender credits in interrupt context by Long Li · 4 years, 9 months ago
- f7950cb cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect send/receive by Long Li · 4 years, 9 months ago
- f1e67e3 fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t by Thomas Gleixner · 5 years ago
- c953a73 gfs2: change from write to read lock for sd_log_flush_lock in journal replay by Bob Peterson · 4 years, 9 months ago
- 9592ea8 gfs2: instrumentation wrt ail1 stuck by Bob Peterson · 4 years, 9 months ago
- e04d339 gfs2: don't lock sd_log_flush_lock in try_rgrp_unlink by Bob Peterson · 4 years, 9 months ago
- 4bd684b gfs2: Remove unnecessary gfs2_qa_{get,put} pairs by Andreas Gruenbacher · 4 years, 10 months ago
- 1595548 gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put by Andreas Gruenbacher · 4 years, 10 months ago
- 2fba46a gfs2: Change inode qa_data to allow multiple users by Bob Peterson · 4 years, 10 months ago
- d580712 gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc by Bob Peterson · 4 years, 10 months ago
- 969183b gfs2: Switch to list_{first,last}_entry by Andreas Gruenbacher · 5 years ago
- 40e7e86 gfs2: Clean up inode initialization and teardown by Andreas Gruenbacher · 5 years ago
- edad734 smb3: use SMB2_SIGNATURE_SIZE define by Steve French · 4 years, 9 months ago
- 3d9932a io_uring: cleanup io_alloc_async_ctx() by Xiaoguang Wang · 4 years, 9 months ago
- 9efcc4a1 afs: Fix unpinned address list during probing by David Howells · 4 years, 9 months ago
- 6026894 Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 9 months ago
- 27fb5a7 xfs: prohibit fs freezing when using empty transactions by Darrick J. Wong · 4 years, 9 months ago
- 842a42d xfs: shutdown on failure to add page to log bio by Brian Foster · 4 years, 9 months ago
- d59f44d xfs: directory bestfree check should release buffers by Darrick J. Wong · 4 years, 9 months ago
- afbabf5 xfs: drop all altpath buffers at the end of the sibling check by Darrick J. Wong · 4 years, 9 months ago
- 5885539 xfs: preserve default grace interval during quotacheck by Darrick J. Wong · 4 years, 9 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
- 1b649e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
- e2cf67f Merge tag 'zonefs-5.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 4 years, 9 months ago
- c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 9 months ago
- 29125ed block: move guard_bio_eod to bio.c by Christoph Hellwig · 4 years, 9 months ago
- 6ff0672 btrfs: fix missing semaphore unlock in btrfs_sync_file by Robbie Ko · 4 years, 10 months ago