summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust2019-04-251-1/+1
| * | | SUNRPC: Fix up task signallingTrond Myklebust2019-04-252-4/+4
* | | | Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-0914-490/+1300
|\ \ \ \
| * | | | orangefs: truncate before updating sizeMartin Brandenburg2019-05-031-1/+5
| * | | | orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall2019-05-035-15/+156
| * | | | orangefs: pass slot index back to readpage.Mike Marshall2019-05-033-6/+6
| * | | | orangefs: remember count when reading.Mike Marshall2019-05-032-1/+29
| * | | | orangefs: add orangefs_revalidate_mappingMartin Brandenburg2019-05-035-19/+328
| * | | | orangefs: implement writepagesMartin Brandenburg2019-05-031-0/+1
| * | | | orangefs: write range trackingMartin Brandenburg2019-05-033-35/+274
| * | | | orangefs: avoid fsync service operation on flushMartin Brandenburg2019-05-031-1/+23
| * | | | orangefs: skip inode writeout if nothing to writeMartin Brandenburg2019-05-031-0/+5
| * | | | orangefs: move do_readv_writev to direct_IOMartin Brandenburg2019-05-032-111/+111
| * | | | orangefs: do not return successful read when the client-core disappearedMartin Brandenburg2019-05-031-1/+4
| * | | | orangefs: implement writepageMartin Brandenburg2019-05-033-68/+80
| * | | | orangefs: migrate to generic_file_read_iterMartin Brandenburg2019-05-033-104/+38
| * | | | orangefs: service ops done for writeback are not killableMartin Brandenburg2019-05-033-9/+12
| * | | | orangefs: remove orangefs_readpagesMartin Brandenburg2019-05-031-38/+1
| * | | | orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg2019-05-036-119/+129
| * | | | orangefs: let setattr write to cached inodeMartin Brandenburg2019-05-032-8/+20
| * | | | orangefs: set up and use backing_dev_infoMartin Brandenburg2019-05-031-7/+14
| * | | | orangefs: hold i_lock during inode_getattrMartin Brandenburg2019-05-032-12/+25
| * | | | orangefs: update attributes rather than relying on serverMartin Brandenburg2019-05-032-9/+8
| * | | | orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg2019-05-034-38/+28
| * | | | orangefs: do not invalidate attributes on inode createMartin Brandenburg2019-05-032-12/+0
| * | | | orangefs: implement xattr cacheMartin Brandenburg2019-05-034-1/+127
| | |_|/ | |/| |
* | | | Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2019-05-0820-293/+437
|\ \ \ \
| * | | | gfs2: read journal in large chunksAbhi Das2019-05-078-139/+219
| * | | | gfs2: Fix iomap write page reclaim deadlockAndreas Gruenbacher2019-05-072-44/+58
| * | | | gfs2: fix race between gfs2_freeze_func and unmountAbhi Das2019-05-072-3/+6
| * | | | gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher2019-05-076-9/+9
| * | | | gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher2019-05-076-15/+15
| * | | | gfs2: Remove unnecessary extern declarationsAndreas Gruenbacher2019-05-072-8/+3
| * | | | gfs2: Remove misleading comments in gfs2_evict_inodeAndreas Gruenbacher2019-05-071-5/+0
| * | | | gfs2: Replace gl_revokes with a GLF flagBob Peterson2019-05-076-15/+31
| * | | | gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher2019-05-073-3/+7
| * | | | gfs2: clean_journal improperly set sd_log_flush_headBob Peterson2019-05-079-19/+57
| * | | | gfs2: Fix lru_count going negativeRoss Lagerwall2019-05-071-9/+13
| * | | | gfs2: Fix loop in gfs2_rbm_find (v2)Andreas Gruenbacher2019-05-071-29/+25
* | | | | Merge tag '5.2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-05-0821-2184/+2582
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cifs: update module internal version numberSteve French2019-05-071-1/+1
| * | | | SMB3: Clean up query symlink when reparse pointRonnie Sahlberg2019-05-074-17/+118
| * | | | cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-05-071-6/+8
| * | | | Negotiate and save preferred compression algorithmsSteve French2019-05-074-7/+61
| * | | | cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg2019-05-074-107/+14
| * | | | cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg2019-05-073-6/+7
| * | | | smb3: Add protocol structs for change notify supportSteve French2019-05-071-0/+36
| * | | | cifs: fix smb3_zero_range for AzureRonnie Sahlberg2019-05-071-47/+7
| * | | | cifs: zero-range does not require the file is sparseRonnie Sahlberg2019-05-071-12/+0
| * | | | Add new flag on SMB3.1.1 readSteve French2019-05-071-0/+1