summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-04-02export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro1-0/+2
2014-04-02generic_file_direct_write(): get rid of ppos argumentAl Viro1-1/+1
2014-04-02kill the 5th argument of generic_file_buffered_write()Al Viro1-1/+1
2014-04-02kill the 4th argument of __generic_file_aio_write()Al Viro1-2/+1
2014-04-02constify blk_rq_map_user_iov() and friendsAl Viro2-4/+5
2014-04-02introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro2-1/+2
2014-04-02iov_iter: Move iov_iter to uio.hKent Overstreet2-32/+50
2014-04-02switch ->is_partially_uptodate() to saner argumentsAl Viro2-3/+3
2014-04-02pipe: kill ->map() and ->unmap()Al Viro1-19/+0
2014-04-02new helper: readlink_copy()Al Viro1-1/+1
2014-04-02get rid of files_defer_init()Al Viro1-2/+0
2014-04-02mark struct file that had write access grabbed by open()Al Viro1-0/+2
2014-04-02get rid of DEBUG_WRITECOUNTAl Viro1-49/+0
2014-04-02switch nbd to sockfd_lookup/sockfd_putAl Viro1-2/+1
2014-04-02smarter propagate_mnt()Al Viro1-0/+3
2014-04-02Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-9/+6
2014-04-02Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds5-20/+7
2014-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2014-04-02Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-30/+80
2014-04-02Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-103/+61
2014-04-02Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-6/+135
2014-04-02Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-30/+173
2014-04-02Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-366/+1223
2014-04-02Merge tag 'sound-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-8/+54
2014-04-02Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-14/+18
2014-04-02net: Add a test to see if a skb is freeable in irq contextEric W. Biederman1-0/+13
2014-04-02Merge tag 'edac_for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-0/+2
2014-04-02net: ptp: move PTP classifier in its own fileDaniel Borkmann2-75/+22
2014-04-02mac802154: make csma/cca parameters per-wpanPhoebe Buckheister1-1/+1
2014-04-02Merge tag 'spi-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds3-6/+36
2014-04-02Merge tag 'regulator-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-15/+597
2014-04-02Merge tag 'regmap-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-1/+19
2014-04-02Merge branch 'pm-cpufreq'Rafael J. Wysocki1-3/+9
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-108/+91
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-7/+12
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+22
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-2/+18
2014-04-01Merge branches 'for-3.15/multitouch', 'for-3.15/sony' and 'for-3.15/uhid' int...Jiri Kosina1-0/+3
2014-04-01Merge branch 'for-3.15/hid-sensor-hub' into for-linusJiri Kosina2-10/+15
2014-04-01vfs: add cross-renameMiklos Szeredi1-0/+1
2014-04-01security: add flags to rename hooksMiklos Szeredi1-4/+8
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+3
2014-04-01vfs: add d_is_dir()Miklos Szeredi1-1/+6
2014-04-01slab: fix wrongly used macroJoonsoo Kim1-11/+11
2014-04-01Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2-10/+29
2014-04-01Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-35/+4
2014-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+8
2014-04-01Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds3-27/+44
2014-04-01Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-5/+23
2014-04-01nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+1