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 branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+9
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-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-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-03fat: fix oops on corrupted vfat fsAl Viro1-9/+11
2014-12-02f2fs: more fast lookup for gc_inode listChangman Lee2-19/+34
2014-12-02Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+2
2014-12-02jbd2: fix regression where we fail to initialize checksum seed when loadingDarrick J. Wong1-3/+2
2014-12-02f2fs: cleanup redundant macroChangman Lee1-3/+3
2014-12-02f2fs: fix to return correct error number in f2fs_write_beginChao Yu1-1/+3
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason4-5/+67
2014-11-28f2fs: cleanup if-statement of phase in gc_data_segmentChangman Lee1-16/+16
2014-11-27Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust2-21/+20
2014-11-26Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-5/+12
2014-11-26Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-7/+14
2014-11-26f2fs: fix to recover converted inline_dataJaegeuk Kim1-0/+3
2014-11-26f2fs: make clean the page before writingJaegeuk Kim1-1/+6
2014-11-26f2fs: no more dirty_nat_entires when flushingChangman Lee1-4/+4
2014-11-26f2fs: check dirty_nat_cnt before flushing nat entries in journalChangman Lee1-4/+3