summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2019-09-16smb3: add mount option to allow forced caching of read only shareSteve French-2/+21
2019-09-16cifs: fix dereference on ses before it is null checkedColin Ian King-4/+10
2019-09-16cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg-163/+204
2019-09-16cifs: use existing handle for compound_op(OP_SET_INFO) when possibleRonnie Sahlberg-9/+26
2019-09-16cifs: create a helper to find a writeable handle by path nameRonnie Sahlberg-27/+106
2019-09-16cifs: remove set but not used variablesYueHaibing-7/+0
2019-09-16smb3: Incorrect size for netname negotiate contextSteve French-2/+1
2019-09-16cifs: remove unused variablezhengbin-4/+0
2019-09-16cifs: remove redundant assignment to variable rcColin Ian King-1/+1
2019-09-16smb3: add missing flag definitionsSteve French-0/+2
2019-09-16cifs: add passthrough for smb2 setinfoRonnie Sahlberg-4/+26
2019-09-16cifs: prepare SMB2_Flush to be usable in compoundsRonnie Sahlberg-18/+44
2019-09-16cifs: allow chmod to set mode bits using special sidSteve French-7/+41
2019-09-16cifs: get mode bits from special sid on statSteve French-13/+38
2019-09-16fs: cifs: cifsssmb: remove redundant assignment to variable retColin Ian King-1/+1
2019-09-16cifs: fix a comment for the timeouts when sending echosRonnie Sahlberg-1/+1
2019-09-16f2fs: fix to add missing F2FS_IO_ALIGNED() conditionChao Yu-2/+8
2019-09-16f2fs: fix to fallback to buffered IO in IO aligned modeChao Yu-3/+6
2019-09-16f2fs: fix to handle error path correctly in f2fs_map_blocksChao Yu-4/+4
2019-09-16f2fs: fix extent corrupotion during directIO in LFS modeChao Yu-1/+1
2019-09-16f2fs: check all the data segments against all node onesSurbhi Palande-2/+2
2019-09-16f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITYLockywolf-1/+3
2019-09-16f2fs: fix inode rwsem regressionGoldwyn Rodrigues-2/+3
2019-09-16f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu-0/+10
2019-09-16f2fs: avoid infinite GC loop due to stale atomic filesJaegeuk Kim-26/+18
2019-09-16ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton-4/+1
2019-09-16ceph: allow object copies across different filesystems in the same clusterLuis Henriques-4/+13
2019-09-16ceph: include ceph_debug.h in cache.cIlya Dryomov-0/+2
2019-09-16ceph: move static keyword to the front of declarationsKrzysztof Wilczynski-3/+3
2019-09-16ceph: reconnect connection if session hang in opening stateErqi Chen-1/+3
2019-09-16ceph: use release_pages() directlyJohn Hubbard-18/+1
2019-09-16ceph: allow arbitrary security.* xattrsJeff Layton-33/+2
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton-1/+2
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton-8/+7
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton-16/+200
2019-09-16ceph: don't return a value from void functionJohn Hubbard-1/+0
2019-09-16ceph: don't freeze during write page faultsJeff Layton-0/+2
2019-09-16ceph: update the mtime when truncating upJeff Layton-20/+21
2019-09-16ceph: fix indentation in __get_snap_name()Ilya Dryomov-27/+27
2019-09-16ceph: remove incorrect comment above __send_capJeff Layton-4/+0
2019-09-16ceph: remove CEPH_I_NOFLUSHJeff Layton-20/+9
2019-09-16ceph: remove unneeded test in try_flush_capsJeff Layton-1/+1
2019-09-16ceph: have __mark_caps_flushing return flush_tidJeff Layton-10/+10
2019-09-16ceph: fix comments over ceph_add_capJeff Layton-1/+3
2019-09-16ceph: eliminate session->s_trim_capsJeff Layton-10/+9
2019-09-16ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton-2/+7
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton-32/+0
2019-09-16ceph: don't SetPageError on writepage errorsJeff Layton-2/+1
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng-8/+79
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng-0/+19