summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-09-16ceph: move static keyword to the front of declarationsKrzysztof Wilczynski1-3/+3
2019-09-16ceph: reconnect connection if session hang in opening stateErqi Chen1-1/+3
2019-09-16ceph: use release_pages() directlyJohn Hubbard1-18/+1
2019-09-16ceph: allow arbitrary security.* xattrsJeff Layton1-33/+2
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton1-1/+2
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton2-8/+7
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton5-16/+200
2019-09-16ceph: don't return a value from void functionJohn Hubbard1-1/+0
2019-09-16ceph: don't freeze during write page faultsJeff Layton1-0/+2
2019-09-16ceph: update the mtime when truncating upJeff Layton1-20/+21
2019-09-16ceph: fix indentation in __get_snap_name()Ilya Dryomov1-27/+27
2019-09-16ceph: remove incorrect comment above __send_capJeff Layton1-4/+0
2019-09-16ceph: remove CEPH_I_NOFLUSHJeff Layton2-20/+9
2019-09-16ceph: remove unneeded test in try_flush_capsJeff Layton1-1/+1
2019-09-16ceph: have __mark_caps_flushing return flush_tidJeff Layton1-10/+10
2019-09-16ceph: fix comments over ceph_add_capJeff Layton1-1/+3
2019-09-16ceph: eliminate session->s_trim_capsJeff Layton2-10/+9
2019-09-16ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton1-2/+7
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton2-32/+0
2019-09-16ceph: don't SetPageError on writepage errorsJeff Layton1-2/+1
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng5-8/+79
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng4-0/+19
2019-09-16ceph: return -EIO if read/write against filp that lost file locksYan, Zheng3-8/+29
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng3-5/+39
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng4-42/+46
2019-09-16ceph: track and report error of async metadata operationYan, Zheng5-22/+54
2019-09-16ceph: allow closing session in restarting/reconnect stateYan, Zheng1-3/+3
2019-09-16ceph: don't list vxattrs in listxattr()Jeff Layton1-29/+0
2019-09-16ceph: allow copy_file_range when src and dst inode are sameJeff Layton1-2/+0
2019-09-16ceph: fix directories inode i_blkbits initializationLuis Henriques1-1/+6
2019-09-15Revert "ext4: make __ext4_get_inode_loc plug"Linus Torvalds1-3/+0
2019-09-13Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-17/+34
2019-09-12Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana1-9/+26
2019-09-12Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana1-8/+8
2019-09-06Merge tag 'configfs-for-5.3' of git://git.infradead.org/users/hch/configfsLinus Torvalds3-175/+257
2019-09-04configfs: provide exclusion between IO and removalsAl Viro2-18/+80
2019-09-02configfs: new object reprsenting tree fragmentsAl Viro3-27/+97
2019-09-02configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro1-11/+0
2019-09-02configfs: stash the data we need into configfs_buffer at open timeAl Viro1-134/+95
2019-09-02NFS: Fix inode fileid checks in attribute revalidation codeTrond Myklebust1-8/+10
2019-08-30Merge tag '5.3-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-147/+135
2019-08-28cifs: update internal module numberSteve French1-1/+1
2019-08-28cifs: replace various strncpy with strscpy and similarRonnie Sahlberg6-146/+112
2019-08-28cifs: Use kzfree() to zero out the passwordDan Carpenter1-1/+1
2019-08-28cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg1-0/+22
2019-08-27Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-95/+131
2019-08-27NFS: remove set but not used variable 'mapping'YueHaibing1-2/+0
2019-08-27NFSv2: Fix write regressionTrond Myklebust1-1/+3
2019-08-27NFSv2: Fix eof handlingTrond Myklebust1-1/+2
2019-08-26NFS: Fix writepage(s) error handling to not report errors twiceTrond Myklebust1-8/+13