summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-10Merge tag 'dlm-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2014-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-12-10Merge tag 'for-f2fs-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2014-12-10Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-12-10Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-12-10Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-10Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-09put iov_iter into msghdrAl Viro
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-12-08f2fs: avoid to ra unneeded blocks in recover flowChao Yu
2014-12-08f2fs: introduce is_valid_blkaddr to cleanup codes in ra_meta_pagesChao Yu
2014-12-08f2fs: fix to enable readahead for SSA/CP blocksChao Yu
2014-12-08f2fs: use atomic for counting inode with inline_{dir,inode} flagChao Yu
2014-12-08f2fs: cleanup path to need cp at fsyncChangman Lee
2014-12-08f2fs: check if inode state is dirty at fsyncChangman Lee
2014-12-08f2fs: count the number of inmemory pagesJaegeuk Kim
2014-12-08f2fs: release inmemory pages when the file was closedJaegeuk Kim
2014-12-08f2fs: set page private for inmemory pages for truncationJaegeuk Kim
2014-12-08f2fs: count inline_xx in do_read_inodeJaegeuk Kim
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim
2014-12-07cifs: remove unneeded condition checkNamjae Jeon
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko
2014-12-07cifs: call strtobool instead of custom implementationAndy Shevchenko
2014-12-07Update modinfo cifs version for cifs.koSteve French
2014-12-07decode_negTokenInit had wrong calling sequenceSteve French
2014-12-07Add missing defines for ACL query supportSteve French
2014-12-07Add support for original fallocateSteve French
2014-12-05ext4: ext4_da_convert_inline_data_to_extent drop locked page after errorDmitry Monakhov
2014-12-05f2fs: call radix_tree_preload before radix_tree_insertJaegeuk Kim
2014-12-03f2fs: use rw_semaphore for nat entry lockJaegeuk Kim
2014-12-03f2fs: fix missing kmem_cache_freeJaegeuk Kim
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner
2014-12-04xfs: split metadata and log buffer completion to separate workqueuesBrian Foster
2014-12-04xfs: fix set-but-unused warningsDave Chinner
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner
2014-12-04xfs: lobotomise xfs_trans_read_buf_map()Dave Chinner
2014-12-04xfs: active inodes stat is brokenDave Chinner
2014-12-04xfs: cleanup xfs_bmse_merge returnsDave Chinner
2014-12-04xfs: cleanup xfs_bmse_shift_one goto messDave Chinner
2014-12-04xfs: fix premature enospc on inode allocationDave Chinner
2014-12-04xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins