summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-26libceph: a major OSD client updateIlya Dryomov2-8/+8
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2-2/+3
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2-9/+7
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov2-23/+9
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2-2/+2
2016-05-26libceph: rename ceph_calc_pg_primary()Ilya Dryomov1-1/+1
2016-05-26libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov1-1/+1
2016-05-26libceph: DEFINE_RB_FUNCS macroIlya Dryomov1-41/+13
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov3-6/+4
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov2-0/+15
2016-05-26libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov1-6/+3
2016-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-52/+110
2016-05-13Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+18
2016-05-12ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-05-12ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi3-2/+27
2016-05-12kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn1-1/+2
2016-05-11Merge branch 'ovl-fixes' into for-linusAl Viro274-2566/+2974
2016-05-10ovl: ignore permissions on underlying lookupMiklos Szeredi1-3/+1
2016-05-10vfs: add lookup_hash() helperMiklos Szeredi1-5/+28
2016-05-10vfs: rename: check backing inode being equalMiklos Szeredi1-1/+5
2016-05-10vfs: add vfs_select_inode() helperMiklos Szeredi1-8/+4
2016-05-09Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble1-1/+1
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn1-0/+14
2016-05-07get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-05-05proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-11/+14
2016-05-05propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman1-11/+14
2016-05-04ecryptfs: fix handling of directory openingAl Viro1-16/+55
2016-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+1
2016-05-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-5/+17
2016-05-02kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn1-3/+3
2016-04-30atomic_open(): fix the handling of create_errorAl Viro1-16/+4
2016-04-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+32
2016-04-28ocfs2/dlm: return zero if deref_done message is successfully handledxuejiufei1-0/+2
2016-04-28numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer1-3/+30
2016-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-4/+2
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds1-41/+12
2016-04-25libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov1-4/+2
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov3-5/+17
2016-04-25fuse: Fix return value from fuse_get_user_pages()Ashish Samant1-1/+1
2016-04-19Merge branch 'ptmx-cleanup'Linus Torvalds1-25/+24
2016-04-18devpts: clean up interface to pty driversLinus Torvalds1-25/+24
2016-04-16Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-04-14Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-25/+56
2016-04-14Make file credentials available to the seqfile interfacesLinus Torvalds1-3/+4
2016-04-12ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2-0/+8
2016-04-12debugfs: Make automount point inodes permanently emptySeth Forshee1-1/+1
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2-19/+33
2016-04-12f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim1-3/+7
2016-04-12fscrypto: use dget_parent() in fscrypt_d_revalidate()Jaegeuk Kim1-3/+8