summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-01-2816-332/+1202
|\
| * ceph: cast PAGE_SIZE to size_t in ceph_sync_write()Ilya Dryomov2014-01-281-1/+1
| * ceph: fix dout() compile warnings in ceph_filemap_fault()Ilya Dryomov2014-01-281-3/+3
| * libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2014-01-271-2/+6
| * ceph: add imported caps when handling cap export messageYan, Zheng2014-01-213-82/+146
| * ceph: add open export target session helperYan, Zheng2014-01-212-15/+38
| * ceph: remove exported caps when handling cap import messageYan, Zheng2014-01-211-27/+52
| * ceph: handle session flush messageYan, Zheng2014-01-212-0/+21
| * ceph: check inode caps in ceph_d_revalidateYan, Zheng2014-01-213-3/+21
| * ceph: handle -ESTALE replyYan, Zheng2014-01-211-20/+11Star
| * ceph: fix trim capsYan, Zheng2014-01-211-6/+11
| * ceph: fix cache revoke raceYan, Zheng2014-01-213-4/+8
| * ceph: use ceph_seq_cmp() to compare migrate_seqYan, Zheng2014-01-211-1/+1
| * ceph: handle cap export race in try_flush_caps()Yan, Zheng2014-01-211-8/+8
| * ceph: trivial comment fixJ. Bruce Fields2014-01-171-3/+3
| * libceph: all features fields must be u64Ilya Dryomov2013-12-312-9/+9
| * ceph fscache: Uncaching no data page from fscache in readpage()Li Wang2013-12-311-0/+1
| * ceph fscache: Introduce a routine for uncaching single no data page from fscacheLi Wang2013-12-311-0/+13
| * ceph: add acl for cephfsGuangliang Zhao2013-12-319-13/+451
| * ceph: check caps in filemap_fault and page_mkwriteYan, Zheng2013-12-311-12/+77
| * fs: ceph: new helper: file_inode(file)Libo Chen2013-12-131-1/+1
| * ceph: Clean up if error occurred in finish_read()Li Wang2013-12-131-0/+3
| * ceph: implement readv/preadv for sync operationmajianpeng2013-12-131-46/+116
| * ceph: Implement writev/pwritev for sync operation.majianpeng2013-12-131-80/+193
| * ceph: drop unconnected inodesYan, Zheng2013-12-133-0/+12
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2014-01-282-26/+50
|\ \
| * | exofs: Print less in r4wBoaz Harrosh2014-01-231-9/+9
| * | exofs: Allow corrupted directory entry to be empty fileBoaz Harrosh2014-01-231-2/+1Star
| * | exofs: Allow O_DIRECT openBoaz Harrosh2014-01-231-1/+9
| * | ore: Don't crash on NULL bio in _clear_bioBoaz Harrosh2014-01-231-2/+6
| * | ore: Fix wrong math in allocation of per device BIOBoaz Harrosh2014-01-231-12/+25
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-01-285-28/+22Star
|\ \ \
| * | | ext4: delete "set but not used" variablesjon ernst2014-01-112-7/+1Star
| * | | ext4: don't pass freed handle to ext4_walk_page_buffersTheodore Ts'o2014-01-071-1/+1
| * | | ext4: avoid clearing beyond i_blocks when truncating an inline data fileTheodore Ts'o2014-01-071-3/+5
| * | | ext4: ext4_inode_is_fast_symlink should use EXT4_CLUSTER_SIZEYongqiang Yang2014-01-061-2/+2
| * | | ext4: fix a typo in extents.cYongqiang Yang2014-01-061-1/+1
| * | | ext4: use %pd printk specificerDavid Howells2014-01-061-3/+2Star
| * | | ext4: standardize error handling in ext4_da_write_inline_data_begin()Jan Kara2014-01-061-7/+4Star
| * | | ext4: retry allocation when inline->extent conversion failedJan Kara2014-01-061-0/+7
| * | | ext4: enable punch hole for bigallocZheng Liu2014-01-061-5/+0Star
* | | | Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-01-2815-257/+359
|\ \ \ \
| * | | | pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh2014-01-231-4/+30
| * | | | pnfs: fix BUG in filelayout_recover_commit_reqsWeston Andros Adamson2014-01-211-4/+4
| * | | | nfs4: fix discover_server_trunking use after freeWeston Andros Adamson2014-01-211-6/+4Star
| * | | | NFSv4.1: Handle errors correctly in nfs41_walk_client_listTrond Myklebust2014-01-191-3/+5
| * | | | nfs: always make sure page is up-to-date before extending a write to cover th...Scott Mayhew2014-01-171-5/+6
| * | | | nfs: page cache invalidation for dioChristoph Hellwig2014-01-131-2/+27
| * | | | nfs: take i_mutex during direct I/O readsChristoph Hellwig2014-01-131-2/+12
| * | | | nfs: merge nfs_direct_write into nfs_file_direct_writeChristoph Hellwig2014-01-131-50/+41Star