summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-1516-106/+233
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-146-52/+110
| |\
| | * Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-11274-2566/+2974
| | |\
| | | * ovl: ignore permissions on underlying lookupMiklos Szeredi2016-05-111-3/+1Star
| | | * vfs: add lookup_hash() helperMiklos Szeredi2016-05-111-5/+28
| | | * vfs: rename: check backing inode being equalMiklos Szeredi2016-05-111-1/+5
| | | * vfs: add vfs_select_inode() helperMiklos Szeredi2016-05-111-8/+4Star
| | * | get_rock_ridge_filename(): handle malformed NM entriesAl Viro2016-05-081-3/+10
| | * | ecryptfs: fix handling of directory openingAl Viro2016-05-041-16/+55
| | * | atomic_open(): fix the handling of create_errorAl Viro2016-04-301-16/+4Star
| | * | do_splice_to(): cap the size before passing to ->splice_read()Al Viro2016-04-041-0/+3
| * | | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-142-3/+18
| |\ \ \
| | * | | kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn2016-05-121-1/+2
| | * | | cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn2016-05-091-0/+14
| | * | | kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn2016-05-021-3/+3
| * | | | ocfs2: fix posix_acl_create deadlockJunxiao Bi2016-05-136-48/+77
| * | | | ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi2016-05-133-2/+27
| * | | | Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble2016-05-101-1/+1
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-092-12/+16
|\| | |
| * | | proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-05-061-1/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-05-051-11/+14
| |\ \ \
| | * | | propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman2016-05-051-11/+14
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-047-13/+52
|\| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-05-031-1/+1
| |\ \ \
| | * | | fuse: Fix return value from fuse_get_user_pages()Ashish Samant2016-04-251-1/+1
| | |/ /
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-05-023-5/+17
| |\ \ \
| | * | | udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov2016-04-253-5/+17
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-04-292-3/+32
| |\ \ \ \
| | * | | | ocfs2/dlm: return zero if deref_done message is successfully handledxuejiufei2016-04-291-0/+2
| | * | | | numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-04-291-3/+30
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-04-291-4/+2Star
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-251-4/+2Star
| | | |/ / | | |/| |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-41/+12Star
|\| | | |
| * | | | devpts: more pty driver interface cleanupsLinus Torvalds2016-04-271-41/+12Star
| |/ / /
* | | | fs/quota: use nla_put_u64_64bit()Nicolas Dichtel2016-04-261-5/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-249-64/+85
|\| | |
| * | | Merge branch 'ptmx-cleanup'Linus Torvalds2016-04-201-25/+24Star
| |\ \ \ | | |/ / | |/| |
| | * | devpts: clean up interface to pty driversLinus Torvalds2016-04-181-25/+24Star
| * | | Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-04-171-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | debugfs: Make automount point inodes permanently emptySeth Forshee2016-04-131-1/+1
| * | | Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-04-154-25/+56
| |\ \ \
| | * | | ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2016-04-132-0/+8
| | * | | fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2016-04-122-19/+33
| | * | | f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim2016-04-121-3/+7
| | * | | fscrypto: use dget_parent() in fscrypt_d_revalidate()Jaegeuk Kim2016-04-121-3/+8
| * | | | Make file credentials available to the seqfile interfacesLinus Torvalds2016-04-141-3/+4
| |/ / /
| * | | Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2016-04-112-10/+0Star
* | | | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-141-2/+2
* | | | rxrpc: Differentiate local and remote abort codes in structsDavid Howells2016-04-111-3/+11
* | | | afs: Wait for outstanding async calls before closing rxrpc socketDavid Howells2016-04-111-3/+13