summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+4
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+4
2014-12-09put iov_iter into msghdrAl Viro1-8/+6
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro54-504/+558
2014-12-08f2fs: avoid to ra unneeded blocks in recover flowChao Yu3-18/+23
2014-12-08f2fs: introduce is_valid_blkaddr to cleanup codes in ra_meta_pagesChao Yu1-27/+26
2014-12-08f2fs: 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-07cifs: remove unneeded condition checkNamjae Jeon1-4/+0
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu1-0/+5
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko4-42/+25
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2-49/+4
2014-12-07cifs: call strtobool instead of custom implementationAndy Shevchenko1-22/+29
2014-12-07Update modinfo cifs version for cifs.koSteve French1-1/+1
2014-12-07decode_negTokenInit had wrong calling sequenceSteve French1-2/+1
2014-12-07Add missing defines for ACL query supportSteve French1-0/+19
2014-12-07Add support for original fallocateSteve French1-1/+62
2014-12-05f2fs: call radix_tree_preload before radix_tree_insertJaegeuk Kim3-6/+19
2014-12-03f2fs: use rw_semaphore for nat entry lockJaegeuk Kim2-27/+27
2014-12-03f2fs: 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-01Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+2
2014-12-01jbd2: fix regression where we fail to initialize checksum seed when loadingDarrick J. Wong1-3/+2
2014-12-01f2fs: cleanup redundant macroChangman Lee1-3/+3
2014-12-01f2fs: 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-27f2fs: cleanup if-statement of phase in gc_data_segmentChangman Lee1-16/+16
2014-11-26Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust2-21/+20
2014-11-25Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-5/+12
2014-11-25Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-7/+14
2014-11-25f2fs: fix to recover converted inline_dataJaegeuk Kim1-0/+3
2014-11-25f2fs: make clean the page before writingJaegeuk Kim1-1/+6
2014-11-25f2fs: no more dirty_nat_entires when flushingChangman Lee1-4/+4
2014-11-25f2fs: check dirty_nat_cnt before flushing nat entries in journalChangman Lee1-4/+3
2014-11-25nfs: Add DEALLOCATE supportAnna Schumaker6-2/+89
2014-11-25nfs: Add ALLOCATE supportAnna Schumaker8-1/+167
2014-11-25NFS: Clean up nfs4_init_callback()Chuck Lever1-17/+14
2014-11-25NFS: SETCLIENTID XDR buffer sizes are incorrectChuck Lever1-4/+6
2014-11-25f2fs: fix deadlock during inline_data conversionJaegeuk Kim1-14/+14
2014-11-25f2fs: fix typos for the word "destroy" in jump labelsMarkus Elfring1-4/+4
2014-11-24nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing2-12/+17
2014-11-24nfs: replace nfs_add_stats with nfs_inc_stats when add oneLi RongQing2-2/+2