summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-04ibmasmfs: don't bother passing superblock when not neededAl Viro1-14/+12
2013-09-04don't pass superblock to hypfs_{mkdir,create*}Al Viro4-46/+39
2013-09-04don't pass superblock to hypfs_diag_create_filesAl Viro3-30/+26
2013-09-04don't pass superblock to hypfs_vm_create_files()Al Viro3-36/+35
2013-09-04oprofile: get rid of pointless forward declarations of struct super_blockAl Viro3-3/+0
2013-09-04oprofilefs_create_...() do not need superblock argumentAl Viro12-105/+104
2013-09-04oprofilefs_mkdir() doesn't need superblock argumentAl Viro11-23/+21
2013-09-04don't bother with passing superblock to oprofile_create_stats_files()Al Viro3-14/+14
2013-09-04oprofile: don't bother with passing superblock to ->create_files()Al Viro10-93/+91
2013-09-04don't bother passing sb to oprofile_create_files()Al Viro3-15/+15
2013-09-04coh901318: don't open-code simple_read_from_buffer()Al Viro1-21/+5
2013-09-04constify touch_atime()Al Viro2-2/+2
2013-09-04vfs: allow umount to handle mountpoints without revalidating themJeff Layton3-1/+184
2013-09-04vfs: call d_op->d_prune() before unhashing dentryYan, Zheng1-2/+11
2013-09-04only regular files with FMODE_WRITE need to be on s_filesAl Viro1-2/+4
2013-09-04nfsd: racy access to ->d_name in nsfd4_encode_path()Al Viro1-6/+8
2013-09-04shm_mnt is as longterm as it gets, TYVM...Al Viro1-3/+4
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds24-1611/+1751
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds24-427/+423
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-54/+57
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+4
2013-09-04Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds45-1232/+1960
2013-09-04Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds188-3495/+2986
2013-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds4-15/+31
2013-09-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds142-1348/+24497
2013-09-04lockref: Relax in cmpxchg loopLuck, Tony1-0/+1
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds120-3040/+6773
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1035-59590/+144645
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds99-1915/+1958
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds64-674/+1093
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds305-7042/+14856
2013-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds62-1402/+1468
2013-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds5-15/+22
2013-09-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds38-1352/+1618
2013-09-03ipc/msg.c: Fix lost wakeup in msgsnd().Manfred Spraul1-7/+5
2013-09-03Merge tag 'regulator-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds72-1116/+3840
2013-09-03Merge tag 'spi-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds59-1347/+3721
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds7-134/+201
2013-09-03Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'q...Roland Dreier34-959/+3226
2013-09-03RDMA/ocrdma: Fix compiler warning about int/pointer size mismatchRoland Dreier1-2/+2
2013-09-03Merge branch 'lockref' (locked reference counts)Linus Torvalds9-97/+237
2013-09-03libata: bugfix: Remove __le32 in ata_tf_to_fis()Marc Carino1-6/+4
2013-09-03[SCSI] sg: push file descriptor list locking down to per-device lockingVaughan Cao1-28/+34
2013-09-03[SCSI] sg: checking sdp->detached isn't protected when openVaughan Cao1-8/+9
2013-09-03[SCSI] sg: no need sg_open_exclusive_lockVaughan Cao1-29/+5
2013-09-03[SCSI] sg: use rwsem to solve race during exclusive openVaughan Cao1-38/+41
2013-09-03[SCSI] scsi_debug: fix logical block provisioning support when unmap_alignmen...Akinobu Mita1-2/+8
2013-09-03[SCSI] scsi_debug: fix endianness bug in sdebug_build_parts()Akinobu Mita1-2/+2
2013-09-03[SCSI] qla2xxx: Update the driver version to 8.06.00.08-k.Saurav Kashyap1-2/+2
2013-09-03[SCSI] qla2xxx: print MAC via %pMR.Andy Shevchenko1-4/+1