summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-04-02reserve_stack(): switch to __nd_alloc_stack()Al Viro
2020-04-02pick_link(): take reserving space on stack into a new helperAl Viro
2020-04-02pick_link(): more straightforward handling of allocation failuresAl Viro
2020-04-02fold path_to_nameidata() into its only remaining callerAl Viro
2020-04-02pick_link(): pass it struct path already with normal refcounting rulesAl Viro
2020-04-02fs/namei.c: kill follow_mount()Al Viro
2020-04-02non-RCU analogue of the previous commitAl Viro
2020-04-02helper for mount rootwards traversalAl Viro
2020-04-02follow_dotdot(): be lazy about changing nd->pathAl Viro
2020-04-02follow_dotdot_rcu(): be lazy about changing nd->pathAl Viro
2020-04-02follow_dotdot{,_rcu}(): massage loopsAl Viro
2020-04-02lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcuAl Viro
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o
2020-04-01signal: Extend exec_id to 64bitsEric W. Biederman
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-31Merge tag '5.7-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-03-31Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-03-31Merge tag 'for-5.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-03-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-03-30NFS: Ensure security label is set for root inodeScott Mayhew
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-30Merge tag 'pstore-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-30Merge tag 'erofs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds
2020-03-30Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-30gfs2: Fix oversight in gfs2_ail1_flushBob Peterson
2020-03-30fanotify: Fix the checks in fanotify_fsid_equalNathan Chancellor
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-29cifs: update internal module version numberSteve French
2020-03-29cifs: Allocate encryption header through kmallocLong Li
2020-03-29cifs: smbd: Check and extend sender credits in interrupt contextLong Li
2020-03-29cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li
2020-03-28ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett
2020-03-28ext4: fix incorrect inodes per group in error messageJosh Triplett
2020-03-28ext4: don't set dioread_nolock by default for blocksize < pagesizeRitesh Harjani
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner
2020-03-27gfs2: change from write to read lock for sd_log_flush_lock in journal replayBob Peterson
2020-03-27gfs2: instrumentation wrt ail1 stuckBob Peterson
2020-03-27gfs2: don't lock sd_log_flush_lock in try_rgrp_unlinkBob Peterson
2020-03-27gfs2: Remove unnecessary gfs2_qa_{get,put} pairsAndreas Gruenbacher
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher
2020-03-27gfs2: Change inode qa_data to allow multiple usersBob Peterson
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher