aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-02
|\
| * fs/notify: don't use module_init for non-modular inotify_user codePaul Gortmaker2015-06-16
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-01
|\ \
| * | devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett2015-06-30
| * | fs/affs/symlink.c: remove unneeded err variableFabian Frederick2015-06-30
| * | fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick2015-06-30
| * | fs/affs/inode.c: remove unneeded initializationFabian Frederick2015-06-30
| * | fs/adfs: remove unneeded castFiro Yang2015-06-30
| * | fs: document seq_open()'s usage of file->private_dataYann Droneaud2015-06-30
| * | fs: allocate structure unconditionally in seq_open()Yann Droneaud2015-06-30
| * | fs: use seq_open_private() for proc_mountsYann Droneaud2015-06-30
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-01
|\ \ \
| * | | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-27
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-07-01
|\ \ \ \
| * | | | cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu2015-06-29
| * | | | Update negotiate protocol for SMB3.11 dialectSteve French2015-06-28
| * | | | Add ioctl to set integritySteve French2015-06-28
| * | | | Add Get/Set Integrity Information structure definitionsSteve French2015-06-28
| * | | | Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French2015-06-28
| * | | | Add SMB3.11 mount option synonym for new dialectSteve French2015-06-27
| * | | | add struct FILE_STANDARD_INFOSteve French2015-06-27
| * | | | Make dialect negotiation warning message easier to readSteve French2015-06-27
| * | | | Add defines and structs for smb3.1 dialectSteve French2015-06-27
| * | | | Allow parsing vers=3.11 on cifs mountSteve French2015-06-27
| * | | | client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power2015-06-27
* | | | | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-30
|\ \ \ \ \
| * \ \ \ \ Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner2015-06-22
| |\ \ \ \ \
| | * | | | | xfs: don't truncate attribute extents if no extents existBrian Foster2015-06-22
| | * | | | | xfs: remove xfs_caddr_tChristoph Hellwig2015-06-21
| | * | | | | xfs: use void pointers in log validation helpersChristoph Hellwig2015-06-21
| | * | | | | xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig2015-06-21
| | * | | | | xfs: remove inst_tChristoph Hellwig2015-06-21
| | * | | | | xfs: remove __psint_t and __psunsigned_tChristoph Hellwig2015-06-21
| | * | | | | xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen2015-06-21
| * | | | | | Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner2015-06-22
| |\ \ \ \ \ \
| | * | | | | | xfs: clean up XFS_MIN_FREELIST macrosDave Chinner2015-06-21
| | * | | | | | xfs: sanitise error handling in xfs_alloc_fix_freelistDave Chinner2015-06-21
| | * | | | | | xfs: factor out free space extent length checkDave Chinner2015-06-21
| | * | | | | | xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner2015-06-21
| * | | | | | | Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-03
| |\ \ \ \ \ \ \
| | * | | | | | | xfs: fix xfs_log_done interfaceChristoph Hellwig2015-06-03
| | * | | | | | | xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-03
| | * | | | | | | xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-03
| | * | | | | | | xfs: pass a boolean flag to xfs_trans_free_itemsChristoph Hellwig2015-06-03
| | * | | | | | | xfs: switch remaining xfs_trans_dup users to xfs_trans_rollChristoph Hellwig2015-06-03
| | |/ / / / / /
| * | | | | | | Merge branch 'xfs-misc-fixes-for-4.2-2' into for-nextDave Chinner2015-06-03
| |\ \ \ \ \ \ \
| | * | | | | | | xfs: check min blks for random debug mode sparse allocationsBrian Foster2015-06-03
| | * | | | | | | xfs: fix sparse inodes 32-bit compile failureBrian Foster2015-06-03
| * | | | | | | | Merge branch 'xfs-dax-support' into for-nextDave Chinner2015-06-03
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xfs: add initial DAX supportDave Chinner2015-06-03