summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-05ceph: forbid mandatory file lockYan, Zheng1-0/+12
2014-04-05ceph: use fl->fl_type to decide flock operationYan, Zheng1-12/+9
2014-04-05ceph: update i_max_size even if inode version does not changeYan, Zheng1-8/+8
2014-04-05ceph: make sure write caps are registered with auth MDSYan, Zheng1-1/+4
2014-04-03ceph: print inode number for LOOKUPINO requestYan, Zheng1-0/+2
2014-04-03ceph: add get_name() NFS export callbackYan, Zheng4-1/+92
2014-04-03ceph: fix ceph_fh_to_parent()Yan, Zheng1-33/+9
2014-04-03ceph: add get_parent() NFS export callbackYan, Zheng1-0/+60
2014-04-03ceph: simplify ceph_fh_to_dentry()Yan, Zheng1-135/+32
2014-04-03ceph: fscache: Wait for completion of object initializationYunchuan Wen1-0/+1
2014-04-03ceph: fscache: Update object store limit after file writingYunchuan Wen1-0/+3
2014-04-03ceph: fscache: add an interface to synchronize object store limitYunchuan Wen1-0/+10
2014-04-03ceph: do not set r_old_dentry_dir on link()Sage Weil1-2/+1
2014-04-03ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil2-4/+6
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil4-17/+5
2014-04-03ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename()Sage Weil1-1/+2
2014-04-03ceph: let MDS adjust readdir 'frag'Yan, Zheng1-3/+0
2014-04-03ceph: fix reset_readdir()Yan, Zheng1-3/+6
2014-04-03ceph: fix ceph_dir_llseek()Yan, Zheng2-7/+7
2014-04-03rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov1-15/+39
2014-04-03rbd: num_ops parameter for rbd_osd_req_create()Ilya Dryomov1-10/+18
2014-04-03libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov2-2/+2
2014-04-03libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov3-0/+42
2014-04-03libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov3-1/+4
2014-04-03rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov1-1/+1
2014-04-03rbd: remove out_partial label in rbd_img_request_fill()Ilya Dryomov1-4/+3
2014-04-03libceph: a per-osdc crush scratch bufferIlya Dryomov2-9/+19
2014-03-31Linux 3.14Linus Torvalds1-1/+1
2014-03-31Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-77/+134
2014-03-31MAINTAINERS: resume as Documentation maintainerRandy Dunlap1-2/+2
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-32/+45
2014-03-31AUDIT: Allow login in non-init namespacesEric Paris1-1/+11
2014-03-31ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2-6/+24
2014-03-31switch mnt_hash to hlistAl Viro4-50/+61
2014-03-31don't bother with propagate_mnt() unless the target is sharedAl Viro1-10/+7
2014-03-31keep shadowed vfsmounts togetherAl Viro1-9/+23
2014-03-31resizable namespace.c hashesAl Viro2-24/+59
2014-03-30Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2014-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+0
2014-03-30Input: mousedev - fix race when creating mixed deviceDmitry Torokhov1-31/+42
2014-03-29Input: don't modify the id of ioctl-provided ff effect on upload failureElias Vanderstuyft1-1/+3
2014-03-29rbd: drop an unsafe assertionAlex Elder1-1/+0
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-195/+363
2014-03-29Merge branch 'vlan_offloads'David S. Miller5-3/+19
2014-03-29vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich2-0/+10
2014-03-29veth: Turn off vlan rx acceleration in vlan_featuresVlad Yasevich1-1/+4
2014-03-29ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich1-1/+2
2014-03-29qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich1-1/+3
2014-03-29bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2-5/+20
2014-03-29net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich3-6/+12