summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba2017-07-142-8/+0Star
| * | | | | | btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba2017-07-144-0/+7
| * | | | | | Btrfs: fix write corruption due to bio cloning on raid5/6Filipe Manana2017-07-131-8/+18
| * | | | | | Btrfs: incremental send, fix invalid memory accessFilipe Manana2017-07-071-3/+4
| * | | | | | Btrfs: incremental send, fix invalid path for link commandsFilipe Manana2017-07-071-30/+51
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-151-24/+17Star
|\ \ \ \ \ \ \
| * | | | | | | fault-inject: add /proc/<pid>/fail-nthAkinobu Mita2017-07-151-0/+1
| * | | | | | | fault-inject: simplify access check for fail-nthAkinobu Mita2017-07-151-15/+10Star
| * | | | | | | fault-inject: make fail-nth read/write interface symmetricAkinobu Mita2017-07-151-8/+6Star
| * | | | | | | fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita2017-07-151-5/+4Star
| * | | | | | | fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita2017-07-151-1/+1
* | | | | | | | Merge tag 'befs-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2017-07-141-9/+6Star
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | befs: add kernel-doc formatting for befs_bt_read_super()Tommy Nguyen2017-07-091-9/+6Star
* | | | | | | | Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-1322-132/+545
|\ \ \ \ \ \ \ \
| * | | | | | | | NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust2017-07-131-1/+16
| * | | | | | | | nfs: add export operationsPeng Tao2017-07-134-1/+182
| * | | | | | | | nfs4: add NFSv4 LOOKUPP handlersJeff Layton2017-07-133-0/+153
| * | | | | | | | nfs: add a nfs_ilookup helperPeng Tao2017-07-131-0/+22
| * | | | | | | | nfs: replace d_add with d_splice_alias in atomic_openPeng Tao2017-07-131-1/+1
| * | | | | | | | NFSv4.2 fix size storage for nfs42_proc_copyOlga Kornievskaia2017-07-131-1/+1
| * | | | | | | | NFSv4.1: Use seqid returned by EXCHANGE_ID after state migrationChuck Lever2017-07-131-4/+3Star
| * | | | | | | | NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationChuck Lever2017-07-132-5/+16
| * | | | | | | | NFS: check for nfs_refresh_inode() errors in nfs_fhget()NeilBrown2017-07-131-2/+8
| * | | | | | | | NFS: guard against confused server in nfs_atomic_open()NeilBrown2017-07-131-2/+4
| * | | | | | | | NFS: only invalidate dentrys that are clearly invalid.NeilBrown2017-07-132-6/+10
| * | | | | | | | PNFS for stateid errors retry against MDS firstOlga Kornievskaia2017-07-132-61/+0Star
| * | | | | | | | PNFS fix EACCESS on commit to DS handlingOlga Kornievskaia2017-07-131-1/+2
| * | | | | | | | NFS: silence a uninitialized variable warningDan Carpenter2017-07-131-1/+2
| * | | | | | | | nfs: Fix fscache stat printing in nfs_show_stats()Tuo Chen Peng2017-07-131-1/+1
| * | | | | | | | NFS: Fix initialization of nfs_page_array->npagesBenjamin Coddington2017-07-131-0/+1
| * | | | | | | | NFS: Fix commit policy for non-blocking calls to nfs_write_inode()Trond Myklebust2017-07-131-1/+1
| * | | | | | | | NFS: Ensure we commit after writeback is completeTrond Myklebust2017-07-132-0/+60
| * | | | | | | | NFS: Remove unused fields in the page I/O structuresTrond Myklebust2017-07-131-2/+0Star
| * | | | | | | | NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington2017-07-132-1/+18
| * | | | | | | | NFS: convert flags to boolBenjamin Coddington2017-07-138-37/+37
| * | | | | | | | NFS: Set FATTR4_WORD0_TYPE for . and .. entriesAnna Schumaker2017-07-131-4/+7
| * | | | | | | | nfsd4: const-ify nfsd4_opsChristoph Hellwig2017-07-131-7/+6Star
| * | | | | | | | sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-07-1312-62/+62
| * | | | | | | | sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-07-139-10/+10
| * | | | | | | | sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-07-137-0/+20
| * | | | | | | | nfsd4: properly type op_func callbacksChristoph Hellwig2017-07-133-173/+209
| * | | | | | | | nfsd4: remove nfsd4op_rsizeChristoph Hellwig2017-07-131-55/+54Star
| * | | | | | | | nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig2017-07-133-35/+50
| * | | | | | | | nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig2017-07-134-19/+27
| * | | | | | | | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-07-1317-157/+173
| * | | | | | | | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-07-1317-187/+211
| * | | | | | | | sunrpc: properly type pc_release callbacksChristoph Hellwig2017-07-1310-61/+57Star
| * | | | | | | | sunrpc: properly type pc_func callbacksChristoph Hellwig2017-07-139-224/+325
| * | | | | | | | nfsd: remove the unused PROC() macro in nfs3proc.cChristoph Hellwig2017-07-131-12/+0Star
| * | | | | | | | nfsd: use named initializers in PROC()Christoph Hellwig2017-07-133-27/+27