Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | pNFS: Add tracking to limit the number of pNFS retries | Trond Myklebust | 2019-04-25 | 4 | -1/+33 | |
| * | | | | | NFS: Remove unused argument from nfs_create_request() | Trond Myklebust | 2019-04-25 | 4 | -13/+13 | |
| * | | | | | NFS: Fix up NFS I/O subrequest creation | Trond Myklebust | 2019-04-25 | 1 | -38/+55 | |
| * | | | | | NFS: Replace custom error reporting mechanism with generic one | Trond Myklebust | 2019-04-25 | 3 | -45/+26 | |
| * | | | | | NFS: Don't inadvertently clear writeback errors | Trond Myklebust | 2019-04-25 | 2 | -4/+4 | |
| * | | | | | NFS: Don't call generic_error_remove_page() while holding locks | Trond Myklebust | 2019-04-25 | 1 | -2/+1 | |
| * | | | | | NFS: Don't interrupt file writeout due to fatal errors | Trond Myklebust | 2019-04-25 | 1 | -1/+1 | |
| * | | | | | NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors | Trond Myklebust | 2019-04-25 | 2 | -3/+14 | |
| * | | | | | NFS: Consider ETIMEDOUT to be a fatal error | Trond Myklebust | 2019-04-25 | 1 | -0/+1 | |
| * | | | | | SUNRPC: Add function rpc_sleep_on_timeout() | Trond Myklebust | 2019-04-25 | 1 | -6/+12 | |
| * | | | | | SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority() | Trond Myklebust | 2019-04-25 | 1 | -1/+1 | |
| * | | | | | SUNRPC: Fix up task signalling | Trond Myklebust | 2019-04-25 | 2 | -4/+4 | |
* | | | | | | Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-05-09 | 14 | -490/+1300 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | orangefs: truncate before updating size | Martin Brandenburg | 2019-05-03 | 1 | -1/+5 | |
| * | | | | | | orangefs: copy Orangefs-sized blocks into the pagecache if possible. | Mike Marshall | 2019-05-03 | 5 | -15/+156 | |
| * | | | | | | orangefs: pass slot index back to readpage. | Mike Marshall | 2019-05-03 | 3 | -6/+6 | |
| * | | | | | | orangefs: remember count when reading. | Mike Marshall | 2019-05-03 | 2 | -1/+29 | |
| * | | | | | | orangefs: add orangefs_revalidate_mapping | Martin Brandenburg | 2019-05-03 | 5 | -19/+328 | |
| * | | | | | | orangefs: implement writepages | Martin Brandenburg | 2019-05-03 | 1 | -0/+1 | |
| * | | | | | | orangefs: write range tracking | Martin Brandenburg | 2019-05-03 | 3 | -35/+274 | |
| * | | | | | | orangefs: avoid fsync service operation on flush | Martin Brandenburg | 2019-05-03 | 1 | -1/+23 | |
| * | | | | | | orangefs: skip inode writeout if nothing to write | Martin Brandenburg | 2019-05-03 | 1 | -0/+5 | |
| * | | | | | | orangefs: move do_readv_writev to direct_IO | Martin Brandenburg | 2019-05-03 | 2 | -111/+111 | |
| * | | | | | | orangefs: do not return successful read when the client-core disappeared | Martin Brandenburg | 2019-05-03 | 1 | -1/+4 | |
| * | | | | | | orangefs: implement writepage | Martin Brandenburg | 2019-05-03 | 3 | -68/+80 | |
| * | | | | | | orangefs: migrate to generic_file_read_iter | Martin Brandenburg | 2019-05-03 | 3 | -104/+38 | |
| * | | | | | | orangefs: service ops done for writeback are not killable | Martin Brandenburg | 2019-05-03 | 3 | -9/+12 | |
| * | | | | | | orangefs: remove orangefs_readpages | Martin Brandenburg | 2019-05-03 | 1 | -38/+1 | |
| * | | | | | | orangefs: reorganize setattr functions to track attribute changes | Martin Brandenburg | 2019-05-03 | 6 | -119/+129 | |
| * | | | | | | orangefs: let setattr write to cached inode | Martin Brandenburg | 2019-05-03 | 2 | -8/+20 | |
| * | | | | | | orangefs: set up and use backing_dev_info | Martin Brandenburg | 2019-05-03 | 1 | -7/+14 | |
| * | | | | | | orangefs: hold i_lock during inode_getattr | Martin Brandenburg | 2019-05-03 | 2 | -12/+25 | |
| * | | | | | | orangefs: update attributes rather than relying on server | Martin Brandenburg | 2019-05-03 | 2 | -9/+8 | |
| * | | | | | | orangefs: simplify orangefs_inode_getattr interface | Martin Brandenburg | 2019-05-03 | 4 | -38/+28 | |
| * | | | | | | orangefs: do not invalidate attributes on inode create | Martin Brandenburg | 2019-05-03 | 2 | -12/+0 | |
| * | | | | | | orangefs: implement xattr cache | Martin Brandenburg | 2019-05-03 | 4 | -1/+127 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds | 2019-05-08 | 20 | -293/+437 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | gfs2: read journal in large chunks | Abhi Das | 2019-05-07 | 8 | -139/+219 | |
| * | | | | | | gfs2: Fix iomap write page reclaim deadlock | Andreas Gruenbacher | 2019-05-07 | 2 | -44/+58 | |
| * | | | | | | gfs2: fix race between gfs2_freeze_func and unmount | Abhi Das | 2019-05-07 | 2 | -3/+6 | |
| * | | | | | | gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke} | Andreas Gruenbacher | 2019-05-07 | 6 | -9/+9 | |
| * | | | | | | gfs2: Rename sd_log_le_{revoke,ordered} | Andreas Gruenbacher | 2019-05-07 | 6 | -15/+15 | |
| * | | | | | | gfs2: Remove unnecessary extern declarations | Andreas Gruenbacher | 2019-05-07 | 2 | -8/+3 | |
| * | | | | | | gfs2: Remove misleading comments in gfs2_evict_inode | Andreas Gruenbacher | 2019-05-07 | 1 | -5/+0 | |
| * | | | | | | gfs2: Replace gl_revokes with a GLF flag | Bob Peterson | 2019-05-07 | 6 | -15/+31 | |
| * | | | | | | gfs2: Fix occasional glock use-after-free | Andreas Gruenbacher | 2019-05-07 | 3 | -3/+7 | |
| * | | | | | | gfs2: clean_journal improperly set sd_log_flush_head | Bob Peterson | 2019-05-07 | 9 | -19/+57 | |
| * | | | | | | gfs2: Fix lru_count going negative | Ross Lagerwall | 2019-05-07 | 1 | -9/+13 | |
| * | | | | | | gfs2: Fix loop in gfs2_rbm_find (v2) | Andreas Gruenbacher | 2019-05-07 | 1 | -29/+25 | |
* | | | | | | | Merge tag '5.2-smb3' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2019-05-08 | 21 | -2184/+2582 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | |