Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-04-02ocfs2: use OCFS2_SEC_BITS in macroAlex Shi
2020-04-02ocfs2: remove unused macrosAlex Shi
2020-04-02ocfs2: remove FS_OCFS2_NMAlex Shi
2020-04-02lookup_open(): don't bother with fallbacks to lookup+createAl Viro
2020-04-02atomic_open(): no need to pass struct open_flags anymoreAl Viro
2020-04-02open_last_lookups(): move complete_walk() into do_open()Al Viro
2020-04-02open_last_lookups(): lift O_EXCL|O_CREAT handling into do_open()Al Viro
2020-04-02open_last_lookups(): don't abuse complete_walk() when all we want is unlazyAl Viro
2020-04-02open_last_lookups(): consolidate fsnotify_create() callsAl Viro
2020-04-02take post-lookup part of do_last() out of loopAl Viro
2020-04-02link_path_walk(): sample parent's i_uid and i_mode for the last componentAl Viro
2020-04-02__nd_alloc_stack(): make it return boolAl Viro
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-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-04-02ext4: 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-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-04-01Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-01Merge tag '5.7-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-04-01Merge 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-31NFS: Ensure security label is set for root inodeScott Mayhew
2020-03-31Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-31Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-31Merge 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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-30cifs: update internal module version numberSteve French
2020-03-30cifs: Allocate encryption header through kmallocLong Li
2020-03-30cifs: smbd: Check and extend sender credits in interrupt contextLong Li
2020-03-30cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li