summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds84-849/+642
2014-12-11Merge tag 'dlm-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds3-4/+88
2014-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds19-40/+127
2014-12-11Merge tag 'for-f2fs-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds21-701/+1549
2014-12-11Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-121/+146
2014-12-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-227/+313
2014-12-11Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+37
2014-12-11Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds18-69/+330
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-17/+80
2014-12-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+9
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann1-3/+3
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+4
2014-12-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+4
2014-12-10put iov_iter into msghdrAl Viro1-8/+6
2014-12-09Merge branch 'iov_iter' into for-nextAl Viro54-504/+558
2014-12-09f2fs: avoid to ra unneeded blocks in recover flowChao Yu3-18/+23
2014-12-09f2fs: introduce is_valid_blkaddr to cleanup codes in ra_meta_pagesChao Yu1-27/+26
2014-12-09f2fs: fix to enable readahead for SSA/CP blocksChao Yu1-2/+15
2014-12-08f2fs: use atomic for counting inode with inline_{dir,inode} flagChao Yu2-8/+11
2014-12-08f2fs: cleanup path to need cp at fsyncChangman Lee1-36/+43
2014-12-08f2fs: check if inode state is dirty at fsyncChangman Lee1-6/+19
2014-12-08f2fs: count the number of inmemory pagesJaegeuk Kim3-1/+8
2014-12-08f2fs: release inmemory pages when the file was closedJaegeuk Kim1-0/+9
2014-12-08f2fs: set page private for inmemory pages for truncationJaegeuk Kim1-0/+2
2014-12-08f2fs: count inline_xx in do_read_inodeJaegeuk Kim1-2/+4
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim4-38/+20
2014-12-08cifs: remove unneeded condition checkNamjae Jeon1-4/+0
2014-12-08Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu1-0/+5
2014-12-08cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko4-42/+25
2014-12-08cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2-49/+4
2014-12-08cifs: call strtobool instead of custom implementationAndy Shevchenko1-22/+29
2014-12-08Update modinfo cifs version for cifs.koSteve French1-1/+1
2014-12-08decode_negTokenInit had wrong calling sequenceSteve French1-2/+1
2014-12-08Add missing defines for ACL query supportSteve French1-0/+19
2014-12-08Add support for original fallocateSteve French1-1/+62
2014-12-06ext4: ext4_da_convert_inline_data_to_extent drop locked page after errorDmitry Monakhov1-1/+4
2014-12-05f2fs: call radix_tree_preload before radix_tree_insertJaegeuk Kim3-6/+19
2014-12-04f2fs: use rw_semaphore for nat entry lockJaegeuk Kim2-27/+27
2014-12-04f2fs: fix missing kmem_cache_freeJaegeuk Kim1-1/+1
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner24-386/+271
2014-12-04xfs: split metadata and log buffer completion to separate workqueuesBrian Foster4-7/+18
2014-12-04xfs: fix set-but-unused warningsDave Chinner9-60/+2
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner5-134/+137
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner5-24/+24
2014-12-04xfs: lobotomise xfs_trans_read_buf_map()Dave Chinner1-102/+33
2014-12-04xfs: active inodes stat is brokenDave Chinner2-1/+2
2014-12-04xfs: cleanup xfs_bmse_merge returnsDave Chinner1-15/+8
2014-12-04xfs: cleanup xfs_bmse_shift_one goto messDave Chinner1-26/+17
2014-12-04xfs: fix premature enospc on inode allocationDave Chinner1-10/+24
2014-12-04xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins1-7/+6