summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-28libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov4-23/+23
2014-01-28libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov3-5/+55
2014-01-28libceph: add ceph_pg_pool_by_id()Ilya Dryomov2-0/+8
2014-01-28libceph: CEPH_OSD_FLAG_* enum updateIlya Dryomov1-0/+4
2014-01-28libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov4-18/+30
2014-01-28libceph: introduce and start using oid abstractionIlya Dryomov5-25/+50
2014-01-28libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov3-6/+6
2014-01-28libceph: move ceph_file_layout helpers to ceph_fs.hIlya Dryomov2-27/+23
2014-01-28libceph: start using oloc abstractionIlya Dryomov4-10/+12
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-32/+81
2014-01-27Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-2/+7
2014-01-27Merge tag 'pwm/for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-39/+537
2014-01-27Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-48/+42
2014-01-27Merge tag 'cris-for-3.14' of git://jni.nu/crisLinus Torvalds28-333/+299
2014-01-27microblaze: Add missing v8.50.a versionMichal Simek1-0/+1
2014-01-27microblaze: Fix missing bracket in printkMichal Simek1-1/+1
2014-01-27microblaze: Fix compilation error for BS=0Michal Simek1-12/+37
2014-01-27microblaze: Disable stack protection from bootloaderMichal Simek1-0/+4
2014-01-27microblaze: Define read/write{b,w,l}_relaxed MMIOMichal Simek1-0/+8
2014-01-27microblaze: timer: Do not initialized system timer twiceMichal Simek1-0/+6
2014-01-27microblaze: timer: Use generic sched_clock implementationMichal Simek2-19/+9
2014-01-27microblaze: Add NOTES section to linker scriptMichal Simek1-0/+1
2014-01-27microblaze: Add support for CCFMichal Simek7-11/+40
2014-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-28/+29
2014-01-26Merge tag 'mmc-updates-for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds36-341/+1343
2014-01-26Merge tag 'for-3.14-merge-window' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-54/+195
2014-01-26__dentry_path() fixesAl Viro1-3/+6
2014-01-26vfs: Remove second variable named error in __dentry_pathEric W. Biederman1-1/+0
2014-01-26vfs: Is mounted should be testing mnt_ns for NULL or error.Eric W. Biederman1-1/+1
2014-01-26Fix race when checking i_size on direct i/o readSteven Whitehouse2-22/+23
2014-01-26hfsplus: remove can_set_xattrChristoph Hellwig1-84/+3
2014-01-26nfsd: use get_acl and ->set_aclChristoph Hellwig7-347/+173
2014-01-26fs: remove generic_aclChristoph Hellwig7-238/+69
2014-01-26nfs: use generic posix ACL infrastructure for v3 Posix ACLsChristoph Hellwig6-281/+121
2014-01-26um: hostfs: make functions staticJames Hogan1-25/+28
2014-01-26um: Include generic barrier.hRichard Weinberger1-0/+1
2014-01-26um: Removed unused attributes from thread_structRichard Weinberger1-3/+0
2014-01-26libceph: dout() is missing a newlineIlya Dryomov1-2/+2
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov6-33/+35
2014-01-26gfs2: use generic posix ACL infrastructureChristoph Hellwig4-214/+62
2014-01-26jfs: use generic posix ACL infrastructureChristoph Hellwig7-140/+89
2014-01-26xfs: use generic posix ACL infrastructureChristoph Hellwig5-171/+36
2014-01-26reiserfs: use generic posix ACL infrastructureChristoph Hellwig5-161/+35
2014-01-26ocfs2: use generic posix ACL infrastructureChristoph Hellwig7-250/+72
2014-01-26jffs2: use generic posix ACL infrastructureChristoph Hellwig7-143/+24
2014-01-26hfsplus: use generic posix ACL infrastructureChristoph Hellwig6-162/+26
2014-01-26f2fs: use generic posix ACL infrastructureChristoph Hellwig7-170/+31
2014-01-26ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig21-605/+100
2014-01-26btrfs: use generic posix ACL infrastructureChristoph Hellwig5-135/+28
2014-01-26fs: make posix_acl_create more usefulChristoph Hellwig17-23/+81