summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't block the log commit handler for discardsChristoph Hellwig2017-02-097-38/+88
* xfs: improve busy extent sortingChristoph Hellwig2017-02-091-4/+12
* xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig2017-02-095-73/+166
* xfs: don't fail xfs_extent_busy allocationChristoph Hellwig2017-02-091-12/+1Star
* xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell2017-02-091-9/+15
* xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig2017-02-091-3/+9
* xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig2017-02-075-123/+68Star
* xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig2017-02-072-29/+68
* xfs: return the converted extent in __xfs_reflink_convert_cowChristoph Hellwig2017-02-071-6/+5Star
* xfs: introduce xfs_aligned_fsb_countChristoph Hellwig2017-02-072-9/+22
* xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig2017-02-073-12/+11Star
* xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao2017-02-031-0/+1
* xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong2017-02-035-11/+123
* xfs: allow unwritten extents in the CoW forkDarrick J. Wong2017-02-031-30/+50
* xfs: verify free block header fieldsDarrick J. Wong2017-02-031-2/+49
* xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong2017-02-031-1/+5
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-02-033-6/+4Star
* xfs: fail _dir_open when readahead failsDarrick J. Wong2017-02-033-7/+5Star
* xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong2017-02-031-2/+1Star
* xfs: remove unused full argument from bmapEric Sandeen2017-01-313-7/+5Star
* xfs: fix eofblocks race with file extending async dio writesBrian Foster2017-01-311-0/+3
* xfs: sync eofblocks scans under iolock are livelock proneBrian Foster2017-01-313-44/+16Star
* xfs: pull up iolock from xfs_free_eofblocks()Brian Foster2017-01-314-59/+60
* xfs: remove unused struct declarationsEric Sandeen2017-01-314-4/+0Star
* iomap: constify struct iomap_opsChristoph Hellwig2017-01-3111-33/+33
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-315-56/+19Star
* xfs: make xfs_btree_magic more genericEric Sandeen2017-01-312-8/+28
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-314-13/+13
* Linux 4.10-rc6Linus Torvalds2017-01-291-2/+2
* drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()Linus Torvalds2017-01-291-0/+3
* Merge branch 'parisc-4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-01-294-9/+14
|\
| * parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller2017-01-283-5/+10
| * parisc, parport_gsc: Fixes for printk continuation linesHelge Deller2017-01-281-4/+4
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-292-4/+24
|\ \ | |/ |/|
| * i2c: imx-lpi2c: add VLLS mode supportGao Pan2017-01-261-0/+20
| * i2c: i2c-cadence: Initialize configuration before probing devicesMike Looijmans2017-01-251-4/+4
* | Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-01-287-3/+14
|\ \
| * | pNFS: Fix a reference leak in _pnfs_return_layoutTrond Myklebust2017-01-261-1/+1
| * | nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever2017-01-261-0/+1
| * | SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2017-01-243-0/+7
| * | NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington2017-01-241-1/+2
| * | nfs: Don't increment lock sequence ID after NFS4ERR_MOVEDChuck Lever2017-01-241-1/+2
| * | NFSv4.1: Fix a deadlock in layoutgetTrond Myklebust2017-01-241-0/+1
| |/
* | Merge tag 'md/4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-01-284-45/+194
|\ \
| * | md/r5cache: disable write back for degraded arraySong Liu2017-01-243-7/+56
| * | md/r5cache: shift complex rmw from read path to write pathSong Liu2017-01-241-4/+45
| * | md/r5cache: flush data only stripes in r5l_recovery_log()Song Liu2017-01-242-16/+45
| * | md/raid5: move comment of fetch_block to right locationSong Liu2017-01-241-7/+6Star
| * | md/r5cache: read data into orig_page for prexor of cached dataSong Liu2017-01-243-9/+42
| * | md/raid5-cache: delete meaningless codeShaohua Li2017-01-241-2/+0Star