aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-2/+2
2015-07-01Merge 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/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-06-30Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-18/+392
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds58-860/+1598
2015-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds36-1656/+1696
2015-06-30Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-06-30devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett1-7/+24
2015-06-30fs/affs/symlink.c: remove unneeded err variableFabian Frederick1-3/+1
2015-06-30fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick1-1/+1
2015-06-30fs/affs/inode.c: remove unneeded initializationFabian Frederick1-1/+1
2015-06-30fs/adfs: remove unneeded castFiro Yang1-1/+1
2015-06-30fs: document seq_open()'s usage of file->private_dataYann Droneaud1-0/+2
2015-06-30fs: allocate structure unconditionally in seq_open()Yann Droneaud1-8/+9
2015-06-30fs: 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/git/djbw/nvdimmLinus Torvalds1-2/+2
2015-06-28Update negotiate protocol for SMB3.11 dialectSteve French2-5/+60
2015-06-28Add ioctl to set integritySteve French4-0/+38
2015-06-28Add Get/Set Integrity Information structure definitionsSteve French2-0/+24
2015-06-28Add 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/git/rw/umlLinus Torvalds3-772/+0
2015-06-27Add SMB3.11 mount option synonym for new dialectSteve French3-2/+90
2015-06-27add struct FILE_STANDARD_INFOSteve French1-0/+10
2015-06-27Make dialect negotiation warning message easier to readSteve French1-1/+1
2015-06-27Add defines and structs for smb3.1 dialectSteve French2-6/+36
2015-06-27Allow parsing vers=3.11 on cifs mountSteve French6-3/+59
2015-06-27client 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/linux-securityLinus 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/git/gfs2/linux-gfs2Linus Torvalds11-145/+435
2015-06-27Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds1-27/+6
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+0
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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-25coredump: add __printf attribute to cn_*printf functionsNicolas Iooss1-4/+7
2015-06-25coredump: use from_kuid/kgid when formatting corenameNicolas Iooss1-2/+6
2015-06-25fs/reiserfs: remove unneeded castFiro Yang1-2/+1
2015-06-25NILFS2: support NFSv2 exportNeilBrown1-3/+2
2015-06-25fs/befs/btree.c: remove unneeded initializationsFabian Frederick1-3/+3
2015-06-25fs/minix: remove unneeded castFiro Yang1-1/+1
2015-06-25fs/efs: femove unneeded castFiro Yang1-1/+1
2015-06-25fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes1-3/+1
2015-06-25fs/jbd2/journal.c: use strreplace()Rasmus Villemoes1-8/+2
2015-06-25fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras3-3/+7
2015-06-25proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan1-9/+196
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds27-274/+1079
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds8-52/+10