summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-029-45/+58
|\
| * devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett2015-07-011-7/+24
| * fs/affs/symlink.c: remove unneeded err variableFabian Frederick2015-07-011-3/+1Star
| * fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick2015-07-011-1/+1
| * fs/affs/inode.c: remove unneeded initializationFabian Frederick2015-07-011-1/+1
| * fs/adfs: remove unneeded castFiro Yang2015-07-011-1/+1
| * fs: document seq_open()'s usage of file->private_dataYann Droneaud2015-07-011-0/+2
| * fs: allocate structure unconditionally in seq_open()Yann Droneaud2015-07-011-8/+9
| * fs: use seq_open_private() for proc_mountsYann Droneaud2015-07-013-24/+19Star
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\ \
| * | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-07-0110-18/+392
|\ \ \
| * | | cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu2015-06-291-0/+2
| * | | Update negotiate protocol for SMB3.11 dialectSteve French2015-06-292-5/+60
| * | | Add ioctl to set integritySteve French2015-06-294-0/+38
| * | | Add Get/Set Integrity Information structure definitionsSteve French2015-06-292-0/+24
| * | | Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French2015-06-296-3/+75
| * | | Add SMB3.11 mount option synonym for new dialectSteve French2015-06-283-2/+90
| * | | add struct FILE_STANDARD_INFOSteve French2015-06-281-0/+10
| * | | Make dialect negotiation warning message easier to readSteve French2015-06-281-1/+1
| * | | Add defines and structs for smb3.1 dialectSteve French2015-06-282-6/+36
| * | | Allow parsing vers=3.11 on cifs mountSteve French2015-06-286-3/+59
| * | | client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power2015-06-281-3/+2Star
* | | | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-0158-860/+1598
|\ \ \ \
| * \ \ \ Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner2015-06-2315-91/+77Star
| |\ \ \ \
| | * | | | xfs: don't truncate attribute extents if no extents existBrian Foster2015-06-231-2/+8
| | * | | | xfs: remove xfs_caddr_tChristoph Hellwig2015-06-223-30/+29Star
| | * | | | xfs: use void pointers in log validation helpersChristoph Hellwig2015-06-222-17/+15Star
| | * | | | xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig2015-06-226-17/+13Star
| | * | | | xfs: remove inst_tChristoph Hellwig2015-06-223-6/+4Star
| | * | | | xfs: remove __psint_t and __psunsigned_tChristoph Hellwig2015-06-224-20/+9Star
| | * | | | xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen2015-06-221-1/+1
| * | | | | Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner2015-06-237-130/+142
| |\ \ \ \ \
| | * | | | | xfs: clean up XFS_MIN_FREELIST macrosDave Chinner2015-06-227-21/+26
| | * | | | | xfs: sanitise error handling in xfs_alloc_fix_freelistDave Chinner2015-06-221-56/+55Star
| | * | | | | xfs: factor out free space extent length checkDave Chinner2015-06-221-27/+44
| | * | | | | xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner2015-06-224-46/+37Star
| * | | | | | Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-0426-385/+193Star
| |\ \ \ \ \ \
| | * | | | | | xfs: fix xfs_log_done interfaceChristoph Hellwig2015-06-044-52/+11Star
| | * | | | | | xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-0424-74/+68Star
| | * | | | | | xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-0422-171/+104Star
| | * | | | | | xfs: pass a boolean flag to xfs_trans_free_itemsChristoph Hellwig2015-06-043-6/+6
| | * | | | | | xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig2015-06-044-92/+16Star
| | |/ / / / /
| * | | | | | Merge branch 'xfs-misc-fixes-for-4.2-2' into for-nextDave Chinner2015-06-042-10/+12
| |\ \ \ \ \ \
| | * | | | | | xfs: check min blks for random debug mode sparse allocationsBrian Foster2015-06-041-7/+8
| | * | | | | | xfs: fix sparse inodes 32-bit compile failureBrian Foster2015-06-041-3/+4
| * | | | | | | Merge branch 'xfs-dax-support' into for-nextDave Chinner2015-06-0411-151/+325
| |\ \ \ \ \ \ \
| | * | | | | | | xfs: add initial DAX supportDave Chinner2015-06-043-14/+37
| | * | | | | | | xfs: add DAX IO path supportDave Chinner2015-06-041-9/+27
| | * | | | | | | xfs: add DAX truncate supportDave Chinner2015-06-041-1/+5