summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds1-2/+2
2015-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-45/+58
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2015-07-01Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-18/+392
2015-07-01Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds58-860/+1598
2015-07-01Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds36-1656/+1696
2015-07-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-07-01devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett1-7/+24
2015-07-01fs/affs/symlink.c: remove unneeded err variableFabian Frederick1-3/+1
2015-07-01fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick1-1/+1
2015-07-01fs/affs/inode.c: remove unneeded initializationFabian Frederick1-1/+1
2015-07-01fs/adfs: remove unneeded castFiro Yang1-1/+1
2015-07-01fs: document seq_open()'s usage of file->private_dataYann Droneaud1-0/+2
2015-07-01fs: allocate structure unconditionally in seq_open()Yann Droneaud1-8/+9
2015-07-01fs: use seq_open_private() for proc_mountsYann Droneaud3-24/+19
2015-06-29cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu1-0/+2
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2015-06-29Update negotiate protocol for SMB3.11 dialectSteve French2-5/+60
2015-06-29Add ioctl to set integritySteve French4-0/+38
2015-06-29Add Get/Set Integrity Information structure definitionsSteve French2-0/+24
2015-06-29Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French6-3/+75
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-772/+0
2015-06-28Add SMB3.11 mount option synonym for new dialectSteve French3-2/+90
2015-06-28add struct FILE_STANDARD_INFOSteve French1-0/+10
2015-06-28Make dialect negotiation warning message easier to readSteve French1-1/+1
2015-06-28Add defines and structs for smb3.1 dialectSteve French2-6/+36
2015-06-28Allow parsing vers=3.11 on cifs mountSteve French6-3/+59
2015-06-28client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power1-3/+2
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-5/+5
2015-06-27bdi: Remove "inline" keyword from exported I_BDEV() implementationGeert Uytterhoeven1-1/+1
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-251/+259
2015-06-27Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds11-145/+435
2015-06-27Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds1-27/+6
2015-06-27Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-1/+0
2015-06-27Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+4
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-39/+227
2015-06-26fs/block_dev.c: skip rw_page if bdev has integrityVishal Verma1-2/+2
2015-06-26coredump: add __printf attribute to cn_*printf functionsNicolas Iooss1-4/+7
2015-06-26coredump: use from_kuid/kgid when formatting corenameNicolas Iooss1-2/+6
2015-06-26fs/reiserfs: remove unneeded castFiro Yang1-2/+1
2015-06-26NILFS2: support NFSv2 exportNeilBrown1-3/+2
2015-06-26fs/befs/btree.c: remove unneeded initializationsFabian Frederick1-3/+3
2015-06-26fs/minix: remove unneeded castFiro Yang1-1/+1
2015-06-26fs/efs: femove unneeded castFiro Yang1-1/+1
2015-06-26fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes1-3/+1
2015-06-26fs/jbd2/journal.c: use strreplace()Rasmus Villemoes1-8/+2
2015-06-26fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras3-3/+7
2015-06-26proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan1-9/+196
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds27-274/+1079
2015-06-26Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds8-52/+10